Searched refs:_size (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dtable.cpp50 c4_Bytes::c4_Bytes(const void *buf_, int len_, bool copy_): _size(len_), _copy
58 c4_Bytes::c4_Bytes(const c4_Bytes &src_): _size(src_._size), _copy(src_._copy) {
70 _size = src_._size;
83 int s = _size;
87 _size = bytes_._size;
91 bytes_._size = s;
116 if (length_ == _size)
[all...]
H A Duniv.cpp66 c4_BaseArray::c4_BaseArray(): _data(0), _size(0){}
76 if (((_size - 1) ^ (nNewSize - 1)) >> bits) {
84 int n = _size;
85 _size = nNewSize;
92 if (nIndex > _size)
97 SetLength(_size + nCount);
100 if (_size > to)
101 d4_memmove(GetData(to), GetData(nIndex), _size - to);
106 if (_size > from)
107 d4_memmove(GetData(nIndex), GetData(from), _size
[all...]
H A Dcolumn.cpp41 c4_Column::c4_Column(c4_Persist *persist_): _position(0), _size(0), _persist
54 d4_assert(_gap <= _size);
56 int n = fSegIndex(_size + _slack);
61 if (fSegRest(_size + _slack) == 0)
133 if (_size == 0)
146 _size = size_;
159 _size = PullValue(ptr_);
161 if (_size > 0) {
165 _persist->OccupySpace(_position, _size);
174 d4_assert(offset_ <= _size);
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs23 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;
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
81 ** INPUTS: _size: size in bytes of item to be allocated
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
103 ** _size: size of node to allocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
114 ** INPUTS: _size: size of node to allocate
118 #define PR_CALLOC(_size) (PR_Calloc(1, (_size)))
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
81 ** INPUTS: _size: size in bytes of item to be allocated
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
103 ** _size: size of node to allocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
114 ** INPUTS: _size: size of node to allocate
118 #define PR_CALLOC(_size) (PR_Calloc(1, (_size)))
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
81 ** INPUTS: _size: size in bytes of item to be allocated
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
103 ** _size: size of node to allocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
114 ** INPUTS: _size: size of node to allocate
118 #define PR_CALLOC(_size) (PR_Calloc(1, (_size)))
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dprmem.h80 ** PR_NEW() allocates an untyped item of size _size from the heap.
81 ** INPUTS: _size: size in bytes of item to be allocated
100 ** PR_REALLOC() re-allocates _ptr bytes from the heap as a _size
103 ** _size: size of node to allocate
107 #define PR_REALLOC(_ptr, _size) (PR_Realloc((_ptr), (_size)))
112 ** PR_CALLOC() allocates a _size bytes untyped item from the heap
114 ** INPUTS: _size: size of node to allocate
118 #define PR_CALLOC(_size) (PR_Calloc(1, (_size)))
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dsfio_s.h44 ssize_t _size; /* buffer size */ member in struct:_sfio_s
/macosx-10.9.5/libauto-185.5/
H A DFreeList.h48 usword_t _size; // number of free bytes member in class:Auto::FreeListNode
81 usword_t size() const { return _size; }
82 usword_t size_again() { return *(usword_t *)displace(this, _size - sizeof(usword_t)); }
89 bool is_purged() const { ASSERTION(_size >= allocate_quantum_medium); return _purged; }
90 void set_purged(bool purged) { ASSERTION(_size >= allocate_quantum_medium); _purged = purged; }
115 _size = size;
117 *(usword_t *)displace(this, _size - sizeof(usword_t)) = size;
139 void *next_block() { return displace(this, _size); }
147 Range r(align_up(displace(this, sizeof(FreeListNode))), align_down(displace(this, _size - sizeof(usword_t) - 1)));
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dwbuf.c59 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
78 * happen on unbuffered streams, where _bf._size==1; fflush()
83 if (n >= fp->_bf._size) {
90 if (++n == fp->_bf._size || (fp->_flags & __SLBF && c == '\n'))
H A Dwsetup.c89 fp->_lbfsize = -fp->_bf._size;
91 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
H A Dungetc.c68 fp->_ub._size = BUFSIZ;
75 i = fp->_ub._size;
83 fp->_ub._size = i << 1;
136 if (fp->_r >= fp->_ub._size && __submore(fp))
163 fp->_ub._size = sizeof(fp->_ubuf);
H A Dfread.c98 if ((fp->_flags & (__SMBF | __SNBF)) && resid > fp->_bf._size) {
104 fp->_bf._size = resid;
105 while (fp->_bf._size > 0) {
108 resid = fp->_bf._size;
115 fp->_bf._size -= fp->_r;
118 n = fp->_bf._size * ((resid - 1) / fp->_bf._size);
H A Dmakebuf.c76 fp->_bf._size = 1;
89 fp->_bf._size = 1;
95 fp->_bf._size = size;
H A Dsetvbuf.c117 fp->_bf._size = 1;
141 fp->_bf._size = size;
150 fp->_lbfsize = -fp->_bf._size;
H A Dfpurge.c65 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
H A Dfvwrite.c99 * one _bf._size byte chunk directly (without copying).
118 fp->_bf._size = blen + len + 128;
120 reallocf(fp->_bf._base, fp->_bf._size + 1);
142 } else if (len >= (w = fp->_bf._size)) {
175 w = fp->_w + fp->_bf._size;
182 } else if (s >= (w = fp->_bf._size)) {
H A Dfgetwln.c49 if (len * sizeof(wchar_t) >= fp->_lb._size &&
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dvasprintf.c56 f._bf._size = f._w = 127; /* Leave room for the NULL */
59 f._bf._base = realloc(f._bf._base, f._bf._size + 1);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dlinker_set.h193 unsigned long _size; local
195 _set_begin = getsectdatafromheader(_header, "__DATA", _set, &_size);
206 unsigned long _size; local
208 _set_begin = getsectdatafromheader(_header, "__DATA", _set, &_size);
210 return ((void **) ((uintptr_t) _set_begin + _size));
/macosx-10.9.5/file_cmds-230/mtree/test/
H A Dtest03.sh23 touch _FOO/_size
34 date > _FOO/_size
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-externalref.mm55 size_t _size; // number of pointers that fit in _list (buffer size)
88 size_t new_size = list->_size + PAGE_SIZE / sizeof(void *);
93 list->_search = list->_size;
95 for (size_t index = list->_size; index < new_size; ++index)
97 list->_size = new_size;
106 if (list->_size == list->_count) {
162 if (index >= list->_size) {
188 if (index >= list->_size) {
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkData.cpp130 _size = bufferSize;
240 IOFree( _buffer, _size);
330 return _size;
344 (writeOffset < _size) &&
345 ((writeOffset + srcBufferSize) <= _size) )
371 if ( *dstBufferSize && (readOffset < _size) )
373 UInt32 bytesCopied = min((_size - readOffset), *dstBufferSize);
392 bzero((void *) _buffer, _size);
580 numberEntry = OSNumber::withNumber(_size, sizeof(_size) *
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/disc/
H A Dsfstrtmp.c58 f->_size = siz;

Completed in 241 milliseconds

1234