Searched refs:bufferLen (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dclass-list.m23 int bufferLen = 0;
39 bufferLen = 0;
42 while (bufferLen < neededLen) {
44 bufferLen = neededLen;
51 sizeof(Class) * bufferLen);
54 sizeof(Class) * bufferLen);
61 neededLen = objc_getClassList(buffer, bufferLen);
63 bufferLen = neededLen;
65 result = PyTuple_New(bufferLen);
70 for (i = 0; i < bufferLen;
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dclass-list.m23 int bufferLen = 0;
39 bufferLen = 0;
42 while (bufferLen < neededLen) {
44 bufferLen = neededLen;
51 sizeof(Class) * bufferLen);
54 sizeof(Class) * bufferLen);
61 neededLen = objc_getClassList(buffer, bufferLen);
63 bufferLen = neededLen;
65 result = PyTuple_New(bufferLen);
70 for (i = 0; i < bufferLen;
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dclass-list.m23 int bufferLen = 0;
39 bufferLen = 0;
42 while (bufferLen < neededLen) {
44 bufferLen = neededLen;
51 sizeof(Class) * bufferLen);
54 sizeof(Class) * bufferLen);
61 neededLen = objc_getClassList(buffer, bufferLen);
63 bufferLen = neededLen;
65 result = PyTuple_New(bufferLen);
70 for (i = 0; i < bufferLen;
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dpiddiskrep.cpp96 uint32_t bufferLen = (uint32_t)header.length(); local
97 mBuffer = new uint8_t [bufferLen];
99 UnixError::check(::csops(pid, CS_OPS_BLOB, mBuffer, bufferLen));
102 if (!b->validateBlob(bufferLen))
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpiddiskrep.cpp96 uint32_t bufferLen = (uint32_t)header.length(); local
97 mBuffer = new uint8_t [bufferLen];
99 UnixError::check(::csops(pid, CS_OPS_BLOB, mBuffer, bufferLen));
102 if (!b->validateBlob(bufferLen))
/macosx-10.10/security_systemkeychain-55202/src/
H A Dcs_misc.cpp88 uint32_t bufferLen = (uint32_t)header.length(); local
89 if (bufferLen > 1024 * 1024)
91 uint8_t buffer[bufferLen];
93 rcent = ::csops(pid, CS_OPS_ENTITLEMENTS_BLOB, buffer, bufferLen);
/macosx-10.10/ICU-531.30/icuSources/test/perf/utrie2perf/
H A Dutrie2perf.cpp58 countInputCodePoints = u_countChar32(buffer, bufferLen);
61 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
66 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
75 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length,
85 int32_t getBufferLen() const { return bufferLen; }
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.cpp202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen);
231 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,buffer,bufferLen, uselen);
261 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,buffer,bufferLen, uselen);
290 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,buffer,bufferLen, uselen);
319 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,buffer,bufferLen, uselen);
348 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFC, options,uselen);
376 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFD, options,uselen);
404 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_FCD, options,uselen);
433 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFC, options,uselen);
461 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NF
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/unisetperf/
H A Dunisetperf.cpp62 countInputCodePoints = u_countChar32(buffer, bufferLen);
67 u_strToUTF8(NULL, 0, &utf8Length, buffer, bufferLen, &status);
72 u_strToUTF8(utf8, utf8Length, NULL, buffer, bufferLen, &status);
81 (long)countInputCodePoints, (long)bufferLen, (long)utf8Length, (long)spanCount,
82 (double)countInputCodePoints/spanCount, (double)bufferLen/spanCount, (double)utf8Length/spanCount,
119 int32_t getBufferLen() const { return bufferLen; }
/macosx-10.10/ICU-531.30/icuSources/test/perf/utfperf/
H A Dutfperf.cpp88 countInputCodePoints = u_countChar32(buffer, bufferLen);
89 u_strToUTF8(utf8, (int32_t)sizeof(utf8), &utf8Length, buffer, bufferLen, &status);
96 int32_t getBufferLen() const { return bufferLen; }
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Duperf.h179 int32_t bufferLen; member in class:UPerfTest
/macosx-10.10/ICU-531.30/icuSources/tools/ctestfw/
H A Duperf.cpp87 buffer(NULL), bufferLen(0),
103 buffer(NULL), bufferLen(0),
255 u_strncpy(buffer,ucbuf_getBuffer(ucharBuf,&bufferLen,&status),len);
257 len = bufferLen;
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_clientlib.c186 uint16_t bufferLen,
191 txtRec->buflen = buffer ? bufferLen : (uint16_t)0;
183 TXTRecordCreate( TXTRecordRef *txtRecord, uint16_t bufferLen, void *buffer ) argument
H A Ddns_sd.h2255 * bufferLen: The size of the storage provided in the "buffer" parameter.
2265 uint16_t bufferLen,
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducol.cpp562 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen) { argument
568 if(buffer != NULL && bufferLen > 0) {
570 return rules.extract(buffer, bufferLen, errorCode);
/macosx-10.10/cups-408/cups/cups/
H A Dtls-sspi.c1094 int bufferLen; /* Buffer length */ local
1100 bufferLen = sspi->streamSizes.cbMaximumMessage + sspi->streamSizes.cbHeader + sspi->streamSizes.cbTrailer;
1102 if (bufferLen > sspi->writeBufferLength)
1106 if ((temp = (BYTE *)realloc(sspi->writeBuffer, bufferLen)) == NULL)
1108 DEBUG_printf(("_httpTLSWrite: Unable to allocate buffer of %d bytes.", bufferLen));
1114 sspi->writeBufferLength = bufferLen;
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLLStub/
H A DDLLStub.cpp498 uint16_t bufferLen,
507 func( txtRecord, bufferLen, buffer );
495 TXTRecordCreate( TXTRecordRef *txtRecord, uint16_t bufferLen, void *buffer ) argument
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ducol.h1296 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1304 * @param bufferLen length of buffer to store rules in. If less than needed you'll get only the part that fits in.
1310 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Ducol.h1053 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1058 * @param bufferLen lenght of buffer to store rules in. If less then needed you'll get only the part that fits in.
1063 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Ducol.h1053 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1058 * @param bufferLen lenght of buffer to store rules in. If less then needed you'll get only the part that fits in.
1063 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Ducol.h1053 * Returns number of UChars needed to store rules. If buffer is NULL or bufferLen is not enough
1058 * @param bufferLen lenght of buffer to store rules in. If less then needed you'll get only the part that fits in.
1063 ucol_getRulesEx(const UCollator *coll, UColRuleOption delta, UChar *buffer, int32_t bufferLen);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcallcoll.c867 int32_t bufferLen = 0; local
906 bufferLen = ((targetKeyOut > 100) ? 100 : targetKeyOut);
907 if (memcmp(sourceKeyArray, targetKeyArray, bufferLen) != 0)
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-old.mm278 int objc_getClassList(Class *buffer, int bufferLen)
296 while (cnt < bufferLen &&
H A Dobjc-runtime-new.mm4154 objc_getClassList(Class *buffer, int bufferLen)
4173 while (count < bufferLen &&

Completed in 194 milliseconds