Searched refs:_size (Results 51 - 75 of 86) sorted by relevance

1234

/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dkvbuf.h50 uint32_t _size; member in struct:__anon2854
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfindfp.c192 fp->_bf._size = 0;
197 fp->_ub._size = 0;
199 fp->_lb._size = 0;
H A Dvfprintf.c201 fake._bf._size = fake._w = sizeof(buf);
/macosx-10.10.1/dtrace-147/sys/
H A Dctf.h164 ushort_t _size; /* size of entire type in bytes */ member in union:ctf_stype::__anon8236
181 ushort_t _size; /* always CTF_LSIZE_SENT */ member in union:ctf_type::__anon8237
188 #define ctt_size _u._size /* for fundamental types that have a size */
/macosx-10.10.1/libauto-186/
H A DStatistics.h167 volatile uint64_t _size; member in class:Auto::Statistics
206 inline uint64_t size() const { return _size; }
219 inline void add_size(int64_t size) { OSAtomicAdd64(size, (volatile int64_t *)&_size); }
H A DZoneCompaction.cpp852 size_t _size; member in struct:Auto::relocation
856 relocation(size_t size, void *old_block, void *new_block) : _size(size), _old_block(old_block), _new_block(new_block) {}
1089 _old_malloc_logger(MALLOC_LOG_TYPE_ALLOCATE | MALLOC_LOG_TYPE_DEALLOCATE | MALLOC_LOG_TYPE_HAS_ZONE, (uintptr_t)this, (uintptr_t)r._old_block, (uintptr_t)r._size, (uintptr_t)r._new_block, 0);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h107 AggBuffer(unsigned _size, raw_ostream &_O, NVPTXAsmPrinter &_AP) argument
109 buffer = new unsigned char[_size];
110 size = _size;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dsfio.h424 (((p) < 0 || (p) > (f)->_size) ? (char*)0 : \
428 (((f)->_next < (f)->_data || (f)->_next > (f)->_data+(f)->_size) ? \
431 ( ((p) > 0 || (f)->_size < -(p)) ? (char*)0 : \
432 (char*)((f)->_next = (f)->_data+(f)->_size+(p)) ) \
436 #define sfstrsize(f) ((f)->_size)
438 #define sfstrpend(f) ((f)->_size - sfstrtell())
447 ((f)->_next+(n) <= (f)->_data+(f)->_size ? (char*)(f)->_next : (char*)0) \
/macosx-10.10.1/IONetworkingFamily-101/
H A DIONetworkData.h167 UInt32 _size; // data buffer size. member in class:IONetworkData
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DApplicationCacheFrameContentView.js133 delete this._size;
147 this._size = applicationCache.size;
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dtranslatorchooser.c160 char driver[1024], _date[1024], _size[1024]; local
238 sprintf (_size, "%lu Kb",
242 data[3] = _size;
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dcolumn.h27 t4_i32 _size; member in class:c4_Column
/macosx-10.10.1/swig-12/Lib/java/
H A Darrays_java.i155 %{ if ($input && JCALL1(GetArrayLength, jenv, $input) != $1_size) {
282 if (sz != $1_size) {
375 if ($input && JCALL1(GetArrayLength, jenv, $input) != $1_size) {
/macosx-10.10.1/swig-12/Lib/
H A Dswig.swg459 for (ii = 0; ii < (size_t)$1_size; ii++) b[ii] = *(($1_basetype *) $input + ii);
465 for (ii = 0; ii < (size_t)$1_size; ii++) b[ii] = *(($1_basetype *) $input + ii);
/macosx-10.10.1/swig-12/Lib/mzscheme/
H A Dtypemaps.i35 for (ii = 0; ii < $1_size; ii++) b[ii] = *(($1_basetype *) temp + ii);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdio.h90 int _size; member in struct:__sbuf
102 * _lbfsize is -_bf._size, else _lbfsize is 0
129 int _lbfsize; /* 0 or -_bf._size, for inline putc */
151 int _blksize; /* stat.st_blksize (may be != _bf._size) */
/macosx-10.10.1/ruby-106/ruby/
H A Dvsnprintf.c145 size_t _size; member in struct:__sbuf
155 * _lbfsize is -_bf._size, else _lbfsize is 0
184 size_t _lbfsize; /* 0 or -_bf._size, for inline putc */
280 * one _bf._size byte chunk directly (without copying).
1310 f._bf._size = f._w = n - 1;
1331 f._bf._size = f._w = n - 1;
H A Dsprintf.c1225 f._bf._size = 0;
1292 f._bf._size = 0;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py1454 self._size = len(value)
1458 return self._size
1464 self._size -= 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_convenience.py1484 self._size = len(value)
1488 return self._size
1494 self._size -= 1
/macosx-10.10.1/swig-12/Lib/guile/
H A Dtypemaps.i40 for (ii = 0; ii < $1_size; ii++) b[ii] = *(($1_basetype *) temp + ii);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c373 ({ __typeof(c) _count = (c); __typeof(s) _size = (s); __typeof(l) _lim = (l); \
374 ((_count * _size) > _lim) ? NULL : calloc(_count, _size); })
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h496 int _size; member in class:c4_Bytes
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dglob.c55 off_t _size ALIGN64;
419 matchptr->_size = buf2.st_size;
938 r = b->_size - a->_size;
/macosx-10.10.1/swig-12/Lib/chicken/
H A Dchicken.swg215 for (ii = 0; ii < $1_size; ii++) b[ii] = *(($1_basetype *) temp + ii);

Completed in 210 milliseconds

1234