| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| unpack.h | 8 void **_data = (d); __u32 *_size = (s); int _ret = (r); \ 9 if (_ret == -ENOSYS && *_size == sizeof(m)) { \ 11 *_size = _ret = 0; \ 17 void **_data = (d); __u32 *_size = (s); \ 19 if (_ret == -ENOSYS && *_size >= sizeof(m) && \ 22 *_size = *_size - sizeof(m); \ 24 _ret = *_size ? -E2BIG : 0; \ 26 *_size = 0; \
|
| /src/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| CircularBuffer.cs | 23 private int _size;
field in class:DotZLib.CircularBuffer 34 _size = 0;
37 public int Size { get { return _size; } }
47 _size += trueCount;
57 ++_size;
68 _size -= trueCount;
78 --_size;
|
| /src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/ |
| CircularBuffer.cs | 23 private int _size;
field in class:DotZLib.CircularBuffer 34 _size = 0;
37 public int Size { get { return _size; } }
47 _size += trueCount;
57 ++_size;
68 _size -= trueCount;
78 --_size;
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| CircularBuffer.cs | 23 private int _size;
field in class:DotZLib.CircularBuffer 34 _size = 0;
37 public int Size { get { return _size; } }
47 _size += trueCount;
57 ++_size;
68 _size -= trueCount;
78 --_size;
|
| /src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/ |
| CircularBuffer.cs | 23 private int _size;
field in class:DotZLib.CircularBuffer 34 _size = 0;
37 public int Size { get { return _size; } }
47 _size += trueCount;
57 ++_size;
68 _size -= trueCount;
78 --_size;
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/ |
| CircularBuffer.cs | 23 private int _size;
field in class:DotZLib.CircularBuffer 34 _size = 0;
37 public int Size { get { return _size; } }
47 _size += trueCount;
57 ++_size;
68 _size -= trueCount;
78 --_size;
|
| /src/external/gpl3/gdb/dist/gdb/regformats/ |
| regdef.h | 32 reg (const char *_name, int _offset, int _size) 35 size (_size)
|
| /src/external/gpl3/gdb.old/dist/gdb/regformats/ |
| regdef.h | 32 reg (const char *_name, int _offset, int _size) 35 size (_size)
|
| /src/lib/libc/stdio/ |
| fvwrite.c | 132 int _size; local 135 _size = fp->_bf._size; 137 _size = (_size << 1) + 1; 138 } while ((size_t)_size < blen + len); 140 (size_t)(_size + 1)); 143 fp->_w += _size - fp->_bf._size; 145 fp->_bf._size = _size [all...] |
| wbuf.c | 66 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size 83 * happen on unbuffered streams, where _bf._size==1; fflush() 89 if (n >= fp->_bf._size) { 96 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
|
| wsetup.c | 95 fp->_lbfsize = -fp->_bf._size; 97 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
|
| ungetc.c | 73 _UB(fp)._size = BUFSIZ; 80 i = _UB(fp)._size; 88 _UB(fp)._size = i << 1; 131 if (fp->_r >= _UB(fp)._size && __submore(fp)) { 162 _UB(fp)._size = sizeof(fp->_ubuf);
|
| fpurge.c | 72 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
|
| setvbuf.c | 127 fp->_bf._size = 1; 152 fp->_bf._size = (int)size; 161 fp->_lbfsize = -fp->_bf._size;
|
| findfp.c | 65 ._bf = { ._base = NULL, ._size = 0 }, \ 72 ._ext = { ._base = (void *)(__sFext + (file)), ._size = 0 }, \ 144 fp->_bf._size = 0; 150 _UB(fp)._size = 0;
|
| fread.c | 96 fp->_bf._size = (int)resid; 109 fp->_bf._size = 1;
|
| /src/sys/sys/ |
| param.h | 242 #define STACK_GROW(sp, _size) (((char *)(void *)(sp)) + (_size)) 243 #define STACK_SHRINK(sp, _size) (((char *)(void *)(sp)) - (_size)) 246 #define STACK_ALLOC(sp, _size) ((char *)(void *)(sp)) 247 #define STACK_MAX(p, _size) (((char *)(void *)(p)) + (_size)) 249 #define STACK_GROW(sp, _size) (((char *)(void *)(sp)) - (_size)) 250 #define STACK_SHRINK(sp, _size) (((char *)(void *)(sp)) + (_size) [all...] |
| /src/external/bsd/openpam/dist/t/ |
| t_openpam_straddch.c | 87 size_t size, _size, len, _len; local 102 _size = size; 108 _size = size; 115 ret &= t_compare_sz(_size, size); 126 size_t size, _size, len, _len; local 139 _size = size; 144 if (size != _size) 154 ret &= t_compare_sz(_size * 2, size);
|
| /src/crypto/external/bsd/netpgp/dist/src/libmj/ |
| defs.h | 57 #define RENEW(type, _ptr, _size, _newsize, where, action) do { \ 65 (void) memset(&_newptr[_size], 0x0, \ 66 (_newsize - _size) * sizeof(type)); \ 68 _size = _newsize; \
|
| /src/distrib/alpha/instkernel/ramdisk/ |
| install.sh | 313 _size=$(( $root * $sizemult )) 315 echo -n " :pa#${_size}:oa#${_offset}" >> $DT 317 _size=$(( $swap * $sizemult )) 319 echo " :pb#${_size}:ob#${_offset}:tb=swap:\\" >> $DT 320 _size=$(( $partition * $sizemult )) 322 echo " :pc#${_size}:oc#${_offset}:\\" >> $DT 360 _size=$(( $part_size * $sizemult )) 362 echo -n " :pd#${_size}:od#${_offset}" >> $DT 367 _size=$(( $part_size * $sizemult )) 369 echo -n " :pe#${_size}:oe#${_offset}" >> $D [all...] |
| /src/sys/arch/evbppc/nintendo/dev/ |
| gxreg.h | 105 #define GX_FIFO_HIWAT(_size) ((_size) - (16 * 1024)) 106 #define GX_FIFO_LOWAT(_size) (((_size) >> 1) & ~0x1f)
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeCacheMap.h | 41 DbeCacheMap (int _size = DefaultSize) 42 { // _size should be 2 ** N 43 size = _size;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeCacheMap.h | 41 DbeCacheMap (int _size = DefaultSize) 42 { // _size should be 2 ** N 43 size = _size;
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| save.h | 94 # define HVM_SAVE_FIX_COMPAT(_x, _dst, _size) __HVM_SAVE_FIX_COMPAT_##_x(_dst, _size)
|
| /src/external/cddl/osnet/dist/uts/common/sys/ |
| ctf.h | 65 __uint16_t _size; member in union:ctf_stype_v2::__anon9073 74 __uint32_t _size; member in union:ctf_stype_v3::__anon9074 83 __uint16_t _size; member in union:ctf_type_v2::__anon9075 94 __uint32_t _size; member in union:ctf_type_v3::__anon9076 101 #define ctt_size _u._size
|