/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/ |
stdio.h | 52 extern int __sprintf_chk (char *__restrict__ __s, int __flag, size_t __slen, 54 extern int __vsprintf_chk (char *__restrict__ __s, int __flag, size_t __slen, 64 extern int __snprintf_chk (char *__restrict__ __s, size_t __n, int __flag, 65 size_t __slen, __const char *__restrict__ __format, 67 extern int __vsnprintf_chk (char *__restrict__ __s, size_t __n, int __flag, 68 size_t __slen, __const char *__restrict__ __format, 76 extern char *__gets_chk (char *__str, size_t); 82 if (__ssp_bos (__str) != (size_t) -1) 94 if (__ssp_bos (__s) != (size_t) -1 && (size_t) __n > __ssp_bos (__s) [all...] |
/system/core/include/cutils/ |
mspace.h | 65 size_t mspace_usable_size(mspace, const void*); 73 mspace create_contiguous_mspace(size_t starting_capacity, size_t max_capacity, 80 mspace create_contiguous_mspace_with_name(size_t starting_capacity, 81 size_t max_capacity, int locked, const char *name); 86 mspace create_contiguous_mspace_with_base(size_t starting_capacity, 87 size_t max_capacity, int locked, void *base); 89 size_t destroy_contiguous_mspace(mspace msp); 107 void(*handler)(const void *chunkptr, size_t chunklen, 108 const void *userptr, size_t userlen, void *arg), void *harg) [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
codetablewriter_interface.h | 13 #include <stddef.h> // size_t 33 virtual void Add(const char* data, size_t size) = 0; 36 virtual void Copy(int32_t offset, size_t size) = 0; 39 virtual void Run(size_t size, unsigned char byte) = 0; 48 virtual size_t target_length() const = 0;
|
/external/iproute2/lib/ |
dnet_ntop.c | 19 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started) 37 static const char *dnet_ntop1(const struct dn_naddr *dna, char *str, size_t len) 40 size_t pos = 0; 89 const char *dnet_ntop(int af, const void *addr, char *str, size_t len)
|
/external/kernel-headers/original/linux/ |
relay.h | 36 size_t offset; /* current offset into sub-buffer */ 37 size_t subbufs_produced; /* count of sub-buffers produced */ 38 size_t subbufs_consumed; /* count of sub-buffers consumed */ 47 size_t *padding; /* padding counts per sub-buffer */ 48 size_t prev_padding; /* temporary variable */ 49 size_t bytes_consumed; /* bytes consumed in cur read subbuf */ 59 size_t subbuf_size; /* sub-buffer size */ 60 size_t n_subbufs; /* number of sub-buffers per buffer */ 61 size_t alloc_size; /* total buffer size allocated */ 65 size_t last_toobig; /* tried to log event > subbuf size * [all...] |
slab.h | 60 extern kmem_cache_t *kmem_cache_create(const char *, size_t, size_t, unsigned long, 70 extern kmem_cache_t *kmem_find_general_cachep(size_t size, gfp_t gfpflags); 74 size_t cs_size; 80 extern void *__kmalloc(size_t, gfp_t); 84 extern void *__kmalloc_track_caller(size_t, gfp_t, void*); 134 static inline void *kmalloc(size_t size, gfp_t flags) 157 extern void *__kzalloc(size_t, gfp_t); 164 static inline void *kzalloc(size_t size, gfp_t flags) 193 static inline void *kcalloc(size_t n, size_t size, gfp_t flags [all...] |
string.h | 9 #include <linux/types.h> /* for size_t */ 30 size_t strlcpy(char *, const char *, size_t); 39 extern size_t strlcat(char *, const char *, __kernel_size_t); 54 extern char * strnchr(const char *, size_t, int);
|
/external/oprofile/libdb/ |
db_stat.c | 30 size_t max_length = 0; 32 size_t nr_non_empty_list = 0; 33 size_t pos; 50 size_t cur_length = 0; 51 size_t index = data->hash_base[pos];
|
/external/oprofile/libregex/ |
op_regex.cpp | 28 size_t needed_size = regerror(err, ®exp, 0, 0); 47 size_t nmatch) 60 // Allowed range are for x is [0-9a-z] return size_t(-1) if x is not in 62 size_t subexpr_index(char ch) 68 return size_t(-1); 80 regular_expression_replace::regular_expression_replace(size_t limit_, 81 size_t limit_defs) 91 for (size_t i = 0 ; i < regex_replace.size() ; ++i) 118 size_t i = 0; 138 for (size_t i = 0 ; i < pattern.length() ; ++i) [all...] |
/external/skia/src/ports/ |
SkOSFile_brew.cpp | 51 size_t sk_fgetsize(SkFILE* f) 65 size_t sk_fread(void* buffer, size_t byteCount, SkFILE* f) 81 size_t sk_fwrite(const void* buffer, size_t byteCount, SkFILE* f)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
PageAllocationAligned.h | 44 static PageAllocationAligned allocate(size_t size, size_t alignment, OSAllocator::Usage usage = OSAllocator::UnknownUsage, bool writable = true, bool executable = false); 50 PageAllocationAligned(void* base, size_t size) 55 PageAllocationAligned(void* base, size_t size, void* reservationBase, size_t reservationSize)
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptGCEvent.h | 48 static void getHeapSize(size_t&, size_t&, size_t&); 53 static size_t s_usedHeapSize; 57 static size_t getUsedHeapSize();
|
/external/webkit/Source/WebCore/platform/animation/ |
AnimationList.h | 47 size_t size() const { return m_animations.size(); } 50 void resize(size_t n) { m_animations.resize(n); } 51 void remove(size_t i) { m_animations.remove(i); } 54 Animation* animation(size_t i) { return m_animations[i].get(); } 55 const Animation* animation(size_t i) const { return m_animations[i].get(); }
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeUtilities.h | 46 size_t size() const { return m_buffer.size(); } 50 void updateEOTSize(size_t); 58 bool getEOTHeader(SharedBuffer* fontData, EOTHeader& eotHeader, size_t& overlayDst, size_t& overlaySrc, size_t& overlayLength);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageDecoderQt.h | 49 virtual size_t frameCount(); 51 virtual ImageFrame* frameBufferAtIndex(size_t index); 55 virtual void clearFrameBufferCache(size_t clearBeforeFrame); 63 void internalReadImage(size_t); 64 bool internalHandleCurrentImage(size_t);
|
/external/webkit/Source/WebCore/platform/network/curl/ |
FormDataStreamCurl.h | 48 size_t read(void* ptr, size_t blockSize, size_t numberOfBlocks); 57 size_t m_formDataElementIndex; 58 size_t m_formDataElementDataOffset;
|
/external/wpa_supplicant/ |
asn1.h | 61 size_t len; 65 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr); 66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, 68 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len); 69 unsigned long asn1_bit_string_to_long(const u8 *buf, size_t len);
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_openssl.c | 37 void md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) 40 size_t i; 70 void md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) 73 size_t i; 82 void sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) 85 size_t i; 105 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
asn1.h | 61 size_t len; 65 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr); 66 int asn1_get_oid(const u8 *buf, size_t len, struct asn1_oid *oid, 68 void asn1_oid_to_str(struct asn1_oid *oid, char *buf, size_t len); 69 unsigned long asn1_bit_string_to_long(const u8 *buf, size_t len);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.h | 33 size_t assoc_req_ies_len; 35 size_t assoc_resp_ies_len; 64 int wpa_driver_wext_set_ssid(void *priv, const u8 *ssid, size_t ssid_len); 69 int set_tx, const u8 *seq, size_t seq_len, 70 const u8 *key, size_t key_len);
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 32 size_t eap_req_id_text_len; 35 size_t eap_fast_a_id_len; 64 size_t datalen); 66 size_t datalen); 68 int (*get_eap_user)(void *ctx, const u8 *identity, size_t identity_len,
|
/libcore/luni/src/main/native/ |
toStringArray.cpp | 26 size_t operator()() { 33 const char* operator()(size_t i) { 47 size_t operator()() { 48 size_t count = 0; 59 const char* operator()(size_t i) {
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
util.h | 38 char *pa_get_user_name(char *s, size_t l); 41 char *pa_get_host_name(char *s, size_t l); 44 char *pa_get_fqdn(char *s, size_t l); 47 char *pa_get_home_dir(char *s, size_t l); 51 char *pa_get_binary_name(char *s, size_t l);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
string.h | 30 /* Get size_t and NULL from <stddef.h>. */ 39 __const void *__restrict __src, size_t __n) 43 extern void *memmove (void *__dest, __const void *__src, size_t __n) 52 int __c, size_t __n) 59 extern void *memset (void *__s, int __c, size_t __n) __THROW __nonnull ((1)); 62 extern int memcmp (__const void *__s1, __const void *__s2, size_t __n) 66 extern void *memchr (__const void *__s, int __c, size_t __n) 77 extern void *memrchr (__const void *__s, int __c, size_t __n) 88 __const char *__restrict __src, size_t __n) 96 size_t __n) __THROW __nonnull ((1, 2)) [all...] |
/frameworks/base/include/utils/ |
SortedVector.h | 63 inline size_t size() const { return VectorImpl::size(); } 67 inline size_t capacity() const { return VectorImpl::capacity(); } 69 inline ssize_t setCapacity(size_t size) { return VectorImpl::setCapacity(size); } 86 size_t orderOf(const TYPE& item) const; 94 inline const TYPE& operator [] (size_t index) const; 96 inline const TYPE& itemAt(size_t index) const; 110 TYPE& editItemAt(size_t index) { 122 inline ssize_t removeItemsAt(size_t index, size_t count = 1); 124 inline ssize_t removeAt(size_t index) { return removeItemsAt(index); [all...] |