Searched refs:size_t (Results 126 - 150 of 9388) sorted by relevance

1234567891011>>

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dprintf-parse.h33 #define ARG_NONE (~(size_t)0)
43 size_t width_arg_index;
46 size_t precision_arg_index;
48 size_t arg_index;
55 size_t count;
57 size_t max_width_length;
58 size_t max_precision_length;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dtest_arrays.c109 const size_t byte_array1_size = sizeof(byte_array1);
184 const size_t byte_array2_size = sizeof(byte_array2);
251 const size_t byte_array3_size = sizeof(byte_array3);
372 const size_t array_float1_size = sizeof(array_float1);
493 const size_t array_float2_size = sizeof(array_float2);
660 const size_t array_double1_size = sizeof(array_double1);
827 const size_t array_double2_size = sizeof(array_double2);
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A DCommonBufferingPriv.h31 size_t chunksize;
32 size_t bufferPos;
37 CNBufferCreate(size_t chunksize);
42 typedef int (*cnProcessFunction)(void *ctx, const void *in, size_t inLen, void *out, size_t *outLen);
43 typedef size_t (*cnSizeFunction)(void *ctx, size_t inLen);
47 void *ctx, const void *in, const size_t inLen, void *out, size_t *outLen,
52 void *ctx, void *out, size_t *outLe
[all...]
/macosx-10.10.1/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DCommonBufferingPriv.h31 size_t chunksize;
32 size_t bufferPos;
37 CNBufferCreate(size_t chunksize);
42 typedef int (*cnProcessFunction)(void *ctx, const void *in, size_t inLen, void *out, size_t *outLen);
43 typedef size_t (*cnSizeFunction)(void *ctx, size_t inLen);
47 void *ctx, const void *in, const size_t inLen, void *out, size_t *outLen,
52 void *ctx, void *out, size_t *outLe
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-file.h36 extern SEL *_getObjc2SelectorRefs(const header_info *hi, size_t *count);
37 extern message_ref_t *_getObjc2MessageRefs(const header_info *hi, size_t *count);
38 extern Class*_getObjc2ClassRefs(const header_info *hi, size_t *count);
39 extern Class*_getObjc2SuperRefs(const header_info *hi, size_t *count);
40 extern classref_t *_getObjc2ClassList(const header_info *hi, size_t *count);
41 extern classref_t *_getObjc2NonlazyClassList(const header_info *hi, size_t *count);
42 extern category_t **_getObjc2CategoryList(const header_info *hi, size_t *count);
43 extern category_t **_getObjc2NonlazyCategoryList(const header_info *hi, size_t *count);
44 extern protocol_t **_getObjc2ProtocolList(const header_info *hi, size_t *count);
45 extern protocol_t **_getObjc2ProtocolRefs(const header_info *hi, size_t *coun
[all...]
H A Dobjc-file-old.h37 extern struct objc_module *_getObjcModules(const header_info *hi, size_t *nmodules);
38 extern SEL *_getObjcSelectorRefs(const header_info *hi, size_t *nmess);
39 extern struct old_protocol **_getObjcProtocols(const header_info *hi, size_t *nprotos);
40 extern Class *_getObjcClassRefs(const header_info *hi, size_t *nclasses);
41 extern const char *_getObjcClassNames(const header_info *hi, size_t *size);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A Dsecuretransport++.h50 size_t numSupportedCiphers() const;
51 void supportedCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const;
53 size_t numEnabledCiphers() const;
54 void enabledCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const; // get
55 void enabledCiphers(SSLCipherSuite *ciphers, size_t numCiphers); // set
63 void peerId(const void *data, size_t length);
66 size_t read(void *data, size_t length);
67 size_t write(const void *data, size_t lengt
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A Dsecuretransport++.h50 size_t numSupportedCiphers() const;
51 void supportedCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const;
53 size_t numEnabledCiphers() const;
54 void enabledCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const; // get
55 void enabledCiphers(SSLCipherSuite *ciphers, size_t numCiphers); // set
63 void peerId(const void *data, size_t length);
66 size_t read(void *data, size_t length);
67 size_t write(const void *data, size_t lengt
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A Dsecuretransport++.h50 size_t numSupportedCiphers() const;
51 void supportedCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const;
53 size_t numEnabledCiphers() const;
54 void enabledCiphers(SSLCipherSuite *ciphers, size_t &numCiphers) const; // get
55 void enabledCiphers(SSLCipherSuite *ciphers, size_t numCiphers); // set
63 void peerId(const void *data, size_t length);
66 size_t read(void *data, size_t length);
67 size_t write(const void *data, size_t lengt
[all...]
/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DSegregatedFreeList.h45 Range take(size_t);
51 Range takeGreedy(size_t);
56 List& select(size_t);
58 Range take(List&, size_t);
59 Range takeGreedy(List&, size_t);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dstrndup.c23 @deftypefn Extension char* strndup (const char *@var{s}, size_t @var{n})
36 extern size_t strlen (const char*);
37 extern PTR malloc (size_t);
38 extern PTR memcpy (PTR, const PTR, size_t);
41 strndup (const char *s, size_t n)
44 size_t len = strlen (s);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.h81 void _iodbcdm_getdsnfile(const char *filedsn, char *buf, size_t buf_sz);
85 size_t _iodbcdm_strlcpy(char *dst, const char *src, size_t siz);
86 size_t _iodbcdm_strlcat(char *dst, const char *src, size_t siz);
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dmblocal.h48 __attribute__((visibility("hidden"))) size_t _none_mbrtowc(wchar_t * __restrict, const char * __restrict,
49 size_t, mbstate_t * __restrict, locale_t);
51 __attribute__((visibility("hidden"))) size_t _none_mbsnrtowcs(wchar_t * __restrict dst,
52 const char ** __restrict src, size_t nms, size_t len,
54 __attribute__((visibility("hidden"))) size_t _none_wcrtomb(char * __restrict, wchar_t,
56 __attribute__((visibility("hidden"))) size_t _none_wcsnrtombs(char * __restrict, const wchar_t ** __restrict,
57 size_t, size_t, mbstate_t * __restrict, locale_t);
59 extern size_t __mbsnrtowcs_st
[all...]
H A Dmbsnrtowcs.c38 size_t
40 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc)
48 size_t
50 size_t nms, size_t len, mbstate_t * __restrict ps)
55 __private_extern__ size_t
57 size_t nms, size_t len, mbstate_t * __restrict ps, locale_t loc)
60 size_t nch
[all...]
/macosx-10.10.1/CommonCrypto-60061/include/
H A DCommonRSACryptor.h105 size_t keysize,
139 size_t keyPackageLen,
161 size_t *outLen)
231 size_t hashSignLen,
233 size_t saltLen,
235 size_t *signedDataLen)
269 size_t hashLen,
271 size_t saltLen,
273 size_t signedDataLen)
308 size_t plainTextLe
[all...]
H A DCommonKeyDerivationSPI.h42 const void *keyDerivationKey, size_t keyDerivationKeyLen,
43 const void *label, size_t labelLen,
44 const void *context, size_t contextLen, // or FIXED buffer (label | context)
45 const void *iv, size_t ivLen, // for FB
46 const void *salt, size_t saltLen, // for PBKDF
47 void *derivedKey, size_t derivedKeyLen)
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmode_impl.h21 size_t size; /* first argument to ccecb_ctx_decl(). */
24 size_t key_len, const void *key);
34 size_t size; /* first argument to cccbc_ctx_decl(). */
37 size_t key_len, const void *key);
48 size_t size; /* first argument to cccfb_ctx_decl(). */
51 size_t key_len, const void *key, const void *iv);
52 void (*cfb)(cccfb_ctx *ctx, size_t nbytes, const void *in, void *out);
61 size_t size; /* first argument to cccfb8_ctx_decl(). */
64 size_t key_len, const void *key, const void *iv);
65 void (*cfb8)(cccfb8_ctx *ctx, size_t nbyte
[all...]
/macosx-10.10.1/CommonCrypto-60061/test/util/
H A DtestbyteBuffer.h16 size_t len;
22 void printBytes(uint8_t *buff, size_t len, char *name);
25 mallocByteBuffer(size_t len);
43 bytesToBytes(void *bytes, size_t len);
52 genRandomByteBuffer(size_t minSize, size_t maxSize);
54 size_t
55 genRandomSize(size_t minSize, size_t maxSize);
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMaxFrameExtentForSlowPathCall.h41 static const size_t maxFrameExtentForSlowPathCall = 0;
45 static const size_t maxFrameExtentForSlowPathCall = 64;
49 static const size_t maxFrameExtentForSlowPathCall = 0;
53 static const size_t maxFrameExtentForSlowPathCall = 40;
57 static const size_t maxFrameExtentForSlowPathCall = 0;
61 static const size_t maxFrameExtentForSlowPathCall = 24;
65 static const size_t maxFrameExtentForSlowPathCall = 24;
69 static const size_t maxFrameExtentForSlowPathCall = 40;
83 static const size_t maxFrameExtentForSlowPathCallInRegisters = maxFrameExtentForSlowPathCall / sizeof(Register);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_strtab.h42 size_t str_off; /* offset in bytes of this string */
43 size_t str_len; /* length in bytes of this string */
53 size_t str_bufsz; /* size of individual buffer */
55 size_t str_size; /* total size of strings in bytes */
58 typedef ssize_t dt_strtab_write_f(const char *, size_t, size_t, void *);
60 extern dt_strtab_t *dt_strtab_create(size_t);
64 extern size_t dt_strtab_size(const dt_strtab_t *);
67 extern ulong_t dt_strtab_hash(const char *, size_t *);
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/
H A DSecOTRMath.h51 OSStatus GetRandomBytesInLSBs(size_t bytesOfRandomness, size_t n, cc_unit* place);
52 OSStatus FillWithRandomBytes(size_t n, cc_unit* place);
64 void DeriveOTR256BitsFromS(KeyType whichKey, size_t sSize, const cc_unit* s, size_t keySize, uint8_t* key);
65 void DeriveOTR128BitPairFromS(KeyType whichHalf, size_t sSize, const cc_unit* s,
66 size_t firstKeySize, uint8_t* firstKey,
67 size_t secondKeySize, uint8_t* secondKey);
68 void DeriveOTR64BitsFromS(KeyType whichKey, size_t sSize, const cc_unit* s,
69 size_t firstKeySiz
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/Misc/
H A DWebCoreStatistics.h41 + (size_t)javaScriptObjectsCount;
42 + (size_t)javaScriptGlobalObjectsCount;
43 + (size_t)javaScriptProtectedObjectsCount;
44 + (size_t)javaScriptProtectedGlobalObjectsCount;
52 + (size_t)iconPageURLMappingCount;
53 + (size_t)iconRetainedPageURLCount;
54 + (size_t)iconRecordCount;
55 + (size_t)iconsWithDataCount;
57 + (size_t)cachedFontDataCount;
58 + (size_t)cachedFontDataInactiveCoun
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dhash_fun.h68 using std::size_t;
73 inline size_t
79 return size_t(__h);
85 size_t
93 size_t
101 size_t
109 size_t
117 size_t
125 size_t
133 size_t
[all...]
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/libtelnet/
H A Dauth-proto.h61 int auth_wait (char *, size_t);
64 void auth_gen_printsub (unsigned char *, size_t, unsigned char *, size_t);
72 void auth_printsub(unsigned char*, size_t, unsigned char*, size_t);
88 void unsafe_printsub (unsigned char *, size_t, unsigned char *, size_t);
97 void sra_printsub (unsigned char *, size_t, unsigned char *, size_t);
106 int kerberos5_status (Authenticator *, char *, size_t, in
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dmonitor_mm.h34 size_t size;
41 size_t size;
52 struct mm_master *mm_create(struct mm_master *, size_t);
57 void *mm_malloc(struct mm_master *, size_t);
58 void *mm_xmalloc(struct mm_master *, size_t);
61 void mm_memvalid(struct mm_master *, void *, size_t);

Completed in 387 milliseconds

1234567891011>>