Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/sys/
H A Dparam.h242 #define STACK_GROW(sp, _size) (((char *)(void *)(sp)) + (_size)) argument
243 #define STACK_SHRINK(sp, _size) (((char *)(void *)(sp)) - (_size)) argument
246 #define STACK_ALLOC(sp, _size) ((char *)(void *)(sp)) argument
247 #define STACK_MAX(p, _size) (((char *)(void *)(p)) + (_size)) argument
249 #define STACK_GROW(sp, _size) (((char *)(void *)(sp)) - (_size)) argument
250 #define STACK_SHRINK(sp, _size) (((cha argument
253 STACK_ALLOC(sp,_size) global() argument
254 STACK_MAX(p,_size) global() argument
[all...]
/netbsd-src/external/bsd/openpam/dist/t/
H A Dt_openpam_straddch.c87 size_t size, _size, len, _len; in t_straddch_realloc_fail() local
126 size_t size, _size, len, _len; in t_straddch_realloc_ok() local
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/netbsd-src/lib/libc/stdio/
H A Dfvwrite.c132 int _size; in __sfvwrite() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/
H A Ddefs.h57 #define RENEW(type, _ptr, _size, _newsize, where, action) do { \ argument
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dsave.h94 # define HVM_SAVE_FIX_COMPAT(_x, _dst, _size) __HVM_SAVE_FIX_COMPAT_##_x(_dst, _size) argument
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf.h248 unsigned short _size; /* Size of entire type in bytes. */ member
268 unsigned short _size; /* Always CTF_LSIZE_SENT_V1. */ member
291 uint32_t _size; /* Size of entire type in bytes. */ member
311 uint32_t _size; /* Always CTF_LSIZE_SENT. */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf.h248 unsigned short _size; /* Size of entire type in bytes. */ member
268 unsigned short _size; /* Always CTF_LSIZE_SENT_V1. */ member
291 uint32_t _size; /* Size of entire type in bytes. */ member
311 uint32_t _size; /* Always CTF_LSIZE_SENT. */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf.h166 ushort_t _size; /* size of entire type in bytes */ member
183 ushort_t _size; /* always CTF_LSIZE_SENT */ member
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.h90 size_t _size; // size of HpcMenuPreferences structure. member
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dctf.h219 uint32_t _size; /* Size of entire type in bytes. */ member
239 uint32_t _size; /* Always CTF_LSIZE_SENT. */ member
/netbsd-src/include/
H A Dstdio.h85 int _size; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h469 int _size; member
479 int _size; member
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h470 int _size; member
480 int _size; member
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.cc961 DwrSec::DwrSec (unsigned char *_data, uint64_t _size, bool _need_swap_endian, bool _addr32) in DwrSec()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.cc1058 DwrSec::DwrSec (unsigned char *_data, uint64_t _size, bool _need_swap_endian, bool _addr32) in DwrSec()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dspu2vmx.h899 #define spu_mfcdma32(_ls, _ea, _size, _tagid, _cmd) argument
905 #define spu_mfcdma64(_ls, _eahi, _ealow, _size, _tagid, _cmd) argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dspu2vmx.h899 #define spu_mfcdma32(_ls, _ea, _size, _tagid, _cmd) argument
905 #define spu_mfcdma64(_ls, _eahi, _ealow, _size, _tagid, _cmd) argument
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dlibverify.c1672 #define TIME_SNPRINTF(_cc, _buf, _size, _fmt, _val) do { \ argument
/netbsd-src/sys/dev/ic/
H A Dathvar.h548 #define ath_hal_setuprxdesc(_ah, _ds, _size, _intreq) \ argument
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_regdomain.c2837 #define swap(_a, _b, _size) { \ argument

12