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

1234567891011>>

/external/clang/test/CXX/special/class.free/
H A Dp1.cpp5 void *operator new(size_t) {
8 void *operator new[](size_t) {
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20-0x.cpp2 typedef __SIZE_TYPE__ size_t; typedef
6 static void* operator new(size_t, size_t);
8 static void operator delete(void*, size_t); // expected-note{{declared here}}
/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/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2-noexceptions.cpp5 typedef __SIZE_TYPE__ size_t; typedef in namespace:std
10 void* operator new(std::size_t);
11 void* operator new[](std::size_t);
/external/webkit/Source/WebCore/platform/text/
H A DHyphenation.cpp38 size_t lastHyphenLocation(const UChar* /* characters */, size_t /* length */, size_t /* beforeIndex */, const AtomicString& /* localeIdentifier */)
/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);
/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/wpa_supplicant_8/hostapd/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/wpa_supplicant_8/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/wpa_supplicant_8/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/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/
H A Dp1.cpp5 void *operator new(size_t);
9 void *operator new(size_t);; // expected-error {{'operator new' cannot be declared inside a namespace}}
12 static void *operator new(size_t); // expected-error {{'operator new' cannot be declared static in global scope}}
15 void operator new(size_t); // expected-error {{'operator new' must return type 'void *'}}
23 void *operator new(bool); // expected-error {{'operator new' takes type size_t}}
27 void *operator new(size_t = 0); // expected-error {{parameter of 'operator new' cannot have a default argument}}
31 template<typename T> void *operator new(size_t, int);
35 template<typename T> T operator new(size_t, int); // expected-error {{'operator new' cannot have a dependent return type; use 'void *' instead}}
39 template<typename T> void *operator new(T, int); // expected-error {{'operator new' cannot take a dependent type as first parameter; use size_t}}
43 template<typename T> void *operator new(size_t); // expecte
[all...]
/external/dhcpcd/compat/
H A Dstrlcpy.h33 size_t strlcpy(char *, const char *, size_t);
/external/dropbear/
H A Datomicio.h36 ssize_t atomicio(ssize_t (*)(), int, void *, size_t);
/external/webkit/Source/WebCore/platform/audio/
H A DReverbAccumulationBuffer.h41 ReverbAccumulationBuffer(size_t length);
44 void readAndClear(float* destination, size_t numberOfFrames);
50 int accumulate(float* source, size_t numberOfFrames, int* readIndex, size_t delayFrames);
52 size_t readIndex() const { return m_readIndex; }
53 void updateReadIndex(int* readIndex, size_t numberOfFrames) const;
55 size_t readTimeFrame() const { return m_readTimeFrame; }
61 size_t m_readIndex;
62 size_t m_readTimeFrame; // for debugging (frame on continuous timeline)
/external/clang/test/CodeGen/
H A D2004-02-13-Memset.c3 typedef __SIZE_TYPE__ size_t; typedef
4 void *memset(void*, int, size_t);
5 void bzero(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/Source/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);
/external/skia/include/utils/
H A DSkGLCanvas.h28 static size_t GetTextureCacheMaxCount();
29 static void SetTextureCacheMaxCount(size_t count);
31 static size_t GetTextureCacheMaxSize();
32 static void SetTextureCacheMaxSize(size_t size);
/external/tcpdump/
H A Dmachdep.h26 int abort_on_misalignment(char *, size_t);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1.h20 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem,
21 const u8 *addr[], const size_t *len, u8 *mac);
22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
24 int sha1_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);
26 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
27 const u8 *seed, size_t seed_le
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dsha1.h20 int hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem,
21 const u8 *addr[], const size_t *len, u8 *mac);
22 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len,
24 int sha1_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);
26 int sha1_t_prf(const u8 *key, size_t key_len, const char *label,
27 const u8 *seed, size_t seed_le
[all...]

Completed in 361 milliseconds

1234567891011>>