/netbsd-src/sys/sys/ |
H A D | param.h | 242 #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 D | t_openpam_straddch.c | 87 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 D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/netbsd-src/lib/libc/stdio/ |
H A D | fvwrite.c | 132 int _size; in __sfvwrite() local
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libmj/ |
H A D | defs.h | 57 #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 D | save.h | 94 # 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 D | ctf.h | 248 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 D | ctf.h | 248 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 D | ctf.h | 166 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 D | hpcmenu.h | 90 size_t _size; // size of HpcMenuPreferences structure. member
|
/netbsd-src/external/gpl3/gcc/dist/include/ |
H A D | ctf.h | 219 uint32_t _size; /* Size of entire type in bytes. */ member 239 uint32_t _size; /* Always CTF_LSIZE_SENT. */ member
|
/netbsd-src/include/ |
H A D | stdio.h | 85 int _size; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 469 int _size; member 479 int _size; member
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 470 int _size; member 480 int _size; member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DwarfLib.cc | 961 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 D | DwarfLib.cc | 1058 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 D | spu2vmx.h | 899 #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 D | spu2vmx.h | 899 #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 D | libverify.c | 1672 #define TIME_SNPRINTF(_cc, _buf, _size, _fmt, _val) do { \ argument
|
/netbsd-src/sys/dev/ic/ |
H A D | athvar.h | 548 #define ath_hal_setuprxdesc(_ah, _ds, _size, _intreq) \ argument
|
/netbsd-src/sys/external/isc/atheros_hal/dist/ |
H A D | ah_regdomain.c | 2837 #define swap(_a, _b, _size) { \ argument
|