Searched refs:size_t (Results 1 - 25 of 3648) sorted by relevance

1234567891011>>

/external/tcpdump/lbl/
H A Dos-osf4.h25 int snprintf(char *, size_t, const char *, ...);
26 int vsnprintf(char *, size_t, const char *, va_list);
/external/libpcap/lbl/
H A Dos-osf4.h25 int snprintf(char *, size_t, const char *, ...);
26 int vsnprintf(char *, size_t, const char *, va_list);
H A Dos-osf5.h29 int snprintf(char *, size_t, const char *, ...);
30 int vsnprintf(char *, size_t, const char *, va_list);
H A Dos-solaris2.h26 int snprintf(char *, size_t, const char *, ...);
/external/wpa_supplicant/
H A Dbase64.h18 unsigned char * base64_encode(const unsigned char *src, size_t len,
19 size_t *out_len);
20 unsigned char * base64_decode(const unsigned char *src, size_t len,
21 size_t *out_len);
H A Dsha256.h20 void hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
21 const u8 *addr[], const size_t *len, u8 *mac);
22 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
23 size_t data_len, u8 *mac);
24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
25 const u8 *data, size_t data_len, u8 *buf, size_t buf_len);
H A Drc4.h18 void rc4_skip(const u8 *key, size_t keylen, size_t skip,
19 u8 *data, size_t data_len);
20 void rc4(u8 *buf, size_t len, const u8 *key, size_t key_len);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dbase64.h18 unsigned char * base64_encode(const unsigned char *src, size_t len,
19 size_t *out_len);
20 unsigned char * base64_decode(const unsigned char *src, size_t len,
21 size_t *out_len);
/external/dropbear/
H A Datomicio.h36 ssize_t atomicio(ssize_t (*)(), int, void *, size_t);
/external/stlport/stlport/stl/
H A D_string_npos.h24 static const size_t npos;
26 static const size_t npos = ~(size_t)0;
/external/webkit/WebKit/chromium/public/
H A DWebCache.h43 size_t minDeadCapacity;
44 size_t maxDeadCapacity;
45 size_t capacity;
47 size_t liveSize;
48 size_t deadSize;
53 size_t count;
54 size_t size;
55 size_t liveSize;
56 size_t decodedSize;
69 WEBKIT_API static void setCapacities(size_t minDeadCapacit
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Drc4.h18 void rc4_skip(const u8 *key, size_t keylen, size_t skip,
19 u8 *data, size_t data_len);
H A Dsha256.h20 void hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
21 const u8 *addr[], const size_t *len, u8 *mac);
22 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
23 size_t data_len, u8 *mac);
24 void sha256_prf(const u8 *key, size_t key_len, const char *label,
25 const u8 *data, size_t data_len, u8 *buf, size_t buf_len);
/external/tcpdump/
H A Dmachdep.h26 int abort_on_misalignment(char *, size_t);
/external/ipsec-tools/src/racoon/
H A Dstr2val.h37 extern caddr_t val2str __P((const char *, size_t));
38 extern char *str2val __P((const char *, int, size_t *));
/external/yaffs2/yaffs2/
H A Dyaffs_qsort.h37 size_t total_elems,
38 size_t size,
/external/bison/lib/
H A Dxalloc.h48 void *xmalloc (size_t s);
49 void *xnmalloc (size_t n, size_t s);
50 void *xzalloc (size_t s);
51 void *xcalloc (size_t n, size_t s);
52 void *xrealloc (void *p, size_t s);
53 void *xnrealloc (void *p, size_t n, size_t s);
54 void *x2realloc (void *p, size_t *p
[all...]
H A Dhash.h30 typedef size_t (*Hash_hasher) (const void *, size_t);
60 size_t hash_get_n_buckets (const Hash_table *);
61 size_t hash_get_n_buckets_used (const Hash_table *);
62 size_t hash_get_n_entries (const Hash_table *);
63 size_t hash_get_max_bucket_length (const Hash_table *);
71 size_t hash_get_entries (const Hash_table *, void **, size_t);
72 size_t hash_do_for_each (const Hash_table *, Hash_processor, void *);
75 size_t hash_strin
[all...]
H A Dstrnlen.c28 size_t
29 strnlen (const char *string, size_t maxlen)
32 return end ? (size_t) (end - string) : maxlen;
/external/webkit/JavaScriptCore/wtf/
H A DTCSystemAlloc.h51 extern void* TCMalloc_SystemAlloc(size_t bytes, size_t *actual_bytes,
52 size_t alignment = 0);
63 extern void TCMalloc_SystemRelease(void* start, size_t length);
65 extern void TCMalloc_SystemCommit(void* start, size_t length);
68 inline void TCMalloc_SystemRelease(void*, size_t) { }
72 inline void TCMalloc_SystemCommit(void*, size_t) { }
H A DByteArray.cpp31 PassRefPtr<ByteArray> ByteArray::create(size_t size)
33 unsigned char* buffer = new unsigned char[size + sizeof(ByteArray) - sizeof(size_t)];
34 ASSERT((reinterpret_cast<size_t>(buffer) & 3) == 0);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_peap_common.h18 void peap_prfplus(int version, const u8 *key, size_t key_len,
19 const char *label, const u8 *seed, size_t seed_len,
20 u8 *buf, size_t buf_len);
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h20 size_t wpa_ie_len;
22 size_t rsn_ie_len;
25 size_t gtk_len;
27 size_t mac_addr_len;
30 size_t smk_len;
32 size_t nonce_len;
34 size_t lifetime_len;
36 size_t error_len;
40 size_t igtk_len;
44 size_t mdie_le
[all...]
/external/chromium/base/
H A Dutf_offset_string_conversions.h22 size_t src_len,
24 size_t* offset_for_adjustment);
26 size_t* offset_for_adjustment);
29 size_t src_len,
31 size_t* offset_for_adjustment);
33 size_t* offset_for_adjustment);
/external/elfutils/lib/
H A Dnext_prime.c23 is_prime (size_t candidate)
26 size_t divn = 3;
27 size_t sq = divn * divn;
31 size_t old_sq = sq;
44 size_t
45 next_prime (size_t seed)

Completed in 305 milliseconds

1234567891011>>