Searched refs:sz (Results 176 - 200 of 490) sorted by relevance

1234567891011>>

/macosx-10.9.5/libedit-39/src/
H A Dchared.c500 size_t sz, newsz; local
503 sz = (size_t)(el->el_line.limit - el->el_line.buffer + EL_LEAVE);
504 newsz = sz * 2;
509 if (addlen > sz) {
510 while(newsz - sz < addlen)
522 (void) memset(&newbuffer[sz], 0, (newsz - sz) * sizeof(*newbuffer));
530 el->el_line.limit = &newbuffer[sz - EL_LEAVE];
541 (void) memset(&newbuffer[sz], 0, (newsz - sz) * sizeo
[all...]
H A Dhist.h49 size_t sz; /* Size of history buffer */ member in struct:el_history_t
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatPoint3D.h80 void scale(float sx, float sy, float sz) argument
84 m_z *= sz;
/macosx-10.9.5/groff-38/groff/src/include/
H A Dstringclass.h90 int sz; member in class:string
188 if (len >= sz)
/macosx-10.9.5/libauto-185.5/
H A DAdmin.h154 inline void set_active_subzone(Subzone *sz) { _active_subzone = sz; } argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DIntegersSubset.h412 APInt sz(((const APInt&)getItem(0).getLow()).getBitWidth(), 0);
417 sz += S;
419 return sz.getZExtValue();
427 APInt sz(((const APInt&)getItem(0).getLow()).getBitWidth(), 0);
432 APInt oldSz = sz;
433 sz += S;
434 if (sz.ugt(idx)) {
443 return sz;
/macosx-10.9.5/ntp-88/libopts/
H A Dautoopts.h220 ao_malloc( size_t sz );
223 ao_realloc( void *p, size_t sz );
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dautoopts.h220 ao_malloc( size_t sz );
223 ao_realloc( void *p, size_t sz );
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgaffinetransform.py82 sz = CGSizeApplyAffineTransform((2.5, 3.5), tf)
83 self.failUnlessIsInstance(sz, CGSize)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgaffinetransform.py82 sz = CGSizeApplyAffineTransform((2.5, 3.5), tf)
83 self.assertIsInstance(sz, CGSize)
/macosx-10.9.5/smb-697.95.1/lib/librpc/
H A Dlmshare.cpp43 share_memalloc(idl_void_p_t context, idl_size_t sz) argument
46 return pool->alloc(sz);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp316 unsigned sz = elemtype.getSizeInBits(); local
317 if (elemtype.isInteger() && (sz < 8)) sz = 8;
318 totalsz += sz/8;
345 unsigned sz = elemtype.getSizeInBits(); local
346 if (elemtype.isInteger() && (sz < 32)) sz = 32;
347 O << ".reg .b" << sz << " func_retval" << idx;
1499 unsigned sz = 0; local
1501 sz
1509 O << "\\t.param .b" << sz << " "; local
1511 O << "\\t.reg .b" << sz << " "; local
1527 unsigned sz = TD->getTypeAllocSize(ETy); local
1531 O << "[" << sz << "]"; local
1549 unsigned sz = elemtype.getSizeInBits(); local
1551 O << "\\t.reg .b" << sz << " "; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dhist.h49 size_t sz; /* Size of history buffer */ member in struct:el_history_t
H A Dhist.c60 el->el_history.sz = EL_BUFSIZ;
105 el->el_history.sz);
208 el->el_history.sz = newsz;
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dplarena.c146 PRSize sz = PR_MAX(pool->arenasize, nb); local
147 sz += sizeof(*a) + pool->mask; /* header and alignment slop */
148 a = (PLArena*)PR_MALLOC(sz);
150 a->limit = (PRUword)a + sz;
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dplarena.c146 PRSize sz = PR_MAX(pool->arenasize, nb); local
147 sz += sizeof(*a) + pool->mask; /* header and alignment slop */
148 a = (PLArena*)PR_MALLOC(sz);
150 a->limit = (PRUword)a + sz;
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dplarena.c146 PRSize sz = PR_MAX(pool->arenasize, nb); local
147 sz += sizeof(*a) + pool->mask; /* header and alignment slop */
148 a = (PLArena*)PR_MALLOC(sz);
150 a->limit = (PRUword)a + sz;
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dplarena.c146 PRSize sz = PR_MAX(pool->arenasize, nb); local
147 sz += sizeof(*a) + pool->mask; /* header and alignment slop */
148 a = (PLArena*)PR_MALLOC(sz);
150 a->limit = (PRUword)a + sz;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineBox.cpp86 void* InlineBox::operator new(size_t sz, RenderArena* renderArena) argument
88 return renderArena->allocate(sz);
91 void InlineBox::operator delete(void* ptr, size_t sz) argument
95 *(size_t *)ptr = sz;
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dterminal.c188 int sz[2]; local
190 _scrsize (sz);
193 *swp = sz[0];
195 *shp = sz[1];
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dpunycode.c321 int sz = punycode_putwc(to, tolen, delta, bias); local
322 if (sz == 0) {
326 to += sz;
327 tolen -= sz;
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-canusb-linux.c242 int sz, ret; local
245 libusb_interrupt_transfer(dev, 0x81, (unsigned char*)&status, sizeof(status), &sz, 100);
247 ret = libusb_interrupt_transfer(dev, 0x81, (unsigned char*)&status, sizeof(status), &sz, 100);
251 libusb_bulk_transfer(dev, 0x85, (unsigned char*)&msg, sizeof(msg), &sz, 100);
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsd.h157 #define malloc(sz, tp, fl) _audit_malloc(sz, audit_##tp, fl, __FUNCTION__)
161 #define malloc(sz, tp, fl) _audit_malloc(sz, audit_##tp, fl)
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSRuntime.cpp586 operator new[](unsigned long sz) argument
588 if (sz == 0) sz = 1;
589 return kern_os_malloc(sz);
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dprint.c215 size_t size, sz = 0; local
218 &ent->extensions->val[i], &sz, ret);
223 if(size != sz)

Completed in 215 milliseconds

1234567891011>>