Searched refs:size_t (Results 151 - 175 of 19258) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dphash.h16 unsigned long phash_lookup(const char *k, size_t length,
19 void phash_checksum(const char *k, size_t length, unsigned long *state);
/external/clang/test/Analysis/
H A Dnew-with-exceptions.cpp6 typedef __typeof__(sizeof(int)) size_t; typedef
7 extern "C" void *malloc(size_t);
10 inline void* operator new(size_t, void* __p) throw()
16 void *operator new(size_t) throw();
20 void *operator new(size_t) noexcept;
24 void *operator new(size_t);
28 void *operator new(size_t) throw(int);
46 extern void *operator new[](size_t, int) noexcept;
/external/clang/test/Sema/
H A Dmemset-invalid-1.c4 typedef __SIZE_TYPE__ size_t; typedef
5 void *memset(void*, int, size_t);
/external/clang/test/SemaCXX/
H A Dno-exceptions.cpp5 typedef __SIZE_TYPE__ size_t; typedef
11 void* operator new(size_t x);
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Daligned_alloc.c3 extern void *aligned_alloc (size_t alignment, size_t size);
/external/e2fsprogs/intl/
H A Dxsize.h1 /* xsize.h -- Checked size_t computations.
23 /* Get size_t. */
33 type size_t. Example:
44 size_t size = xsum (header_size, xtimes (n, element_size));
48 /* Convert an arbitrary value >= 0 to type size_t. */
50 ((N) <= SIZE_MAX ? (size_t) (N) : SIZE_MAX)
53 static inline size_t
57 xsum (size_t size1, size_t size2)
59 size_t su
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_sig8_hash.c60 extern size_t next_prime (size_t) attribute_hidden;
/external/libnl/include/netlink/netfilter/
H A Dnetfilter.h21 extern char * nfnl_verdict2str(unsigned int, char *, size_t);
24 extern char * nfnl_inet_hook2str(unsigned int, char *, size_t);
/external/llvm/lib/Support/
H A DHashing.cpp23 size_t llvm::hashing::detail::fixed_seed_override = 0;
27 void llvm::set_fixed_execution_hash_seed(size_t fixed_value) {
/external/qemu/android/
H A Dresource.h19 size_t *psize );
23 size_t *psize );
/external/skia/include/core/
H A DSkPackBits.h20 static size_t ComputeMaxSize16(int count);
25 static size_t ComputeMaxSize8(int count);
35 static size_t Pack16(const uint16_t src[], int count, uint8_t dst[]);
45 static size_t Pack8(const uint8_t src[], int count, uint8_t dst[]);
54 static int Unpack16(const uint8_t src[], size_t srcSize, uint16_t dst[]);
63 static int Unpack8(const uint8_t src[], size_t srcSize, uint8_t dst[]);
75 static void Unpack8(uint8_t dst[], size_t dstSkip, size_t dstWrite,
/external/srec/portable/src/
H A DPStackSize.c42 size_t PSTACK_SIZE_GET()
56 size_t PSTACK_SIZE_GET()
/external/webrtc/src/system_wrappers/interface/
H A Daligned_malloc.h19 size_t size,
20 size_t alignment);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,
17 u8 *out, size_t *outlen);
19 const u8 *in, size_t inlen,
20 u8 *out, size_t *outlen);
22 const u8 *crypt, size_t crypt_len,
23 u8 *plain, size_t *plain_len);
25 const u8 *s, size_t s_len,
27 const u8 *hash, size_t hash_len);
/external/wpa_supplicant_8/src/tls/
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,
17 u8 *out, size_t *outlen);
19 const u8 *in, size_t inlen,
20 u8 *out, size_t *outlen);
22 const u8 *crypt, size_t crypt_len,
23 u8 *plain, size_t *plain_len);
25 const u8 *s, size_t s_len,
27 const u8 *hash, size_t hash_len);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dpkcs1.h16 int use_private, const u8 *in, size_t inlen,
17 u8 *out, size_t *outlen);
19 const u8 *in, size_t inlen,
20 u8 *out, size_t *outlen);
22 const u8 *crypt, size_t crypt_len,
23 u8 *plain, size_t *plain_len);
25 const u8 *s, size_t s_len,
27 const u8 *hash, size_t hash_len);
/external/zopfli/src/zopfli/
H A Dgzip_container.h43 const unsigned char* in, size_t insize,
44 unsigned char** out, size_t* outsize);
H A Dzlib_container.h43 const unsigned char* in, size_t insize,
44 unsigned char** out, size_t* outsize);
/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp36 void* ArrayBuffer_AlignedMalloc (size_t numBytes, size_t alignment);
47 template <typename T, size_t Alignment = (sizeof(T) > 4 ? 4 : sizeof(T)), size_t Stride = sizeof(T)>
52 ArrayBuffer (size_t numElements);
58 void setStorage (size_t numElements); // !< \note after a succesful call buffer contents are undefined
60 size_t size (void) const throw();
63 T* getElementPtr (size_t elementNdx) throw();
64 const T* getElementPtr (size_t elementNdx) const throw();
70 size_t m_ca
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dctl.h24 int (*ctl)(const size_t *, size_t, void *, size_t *,
25 void *, size_t);
30 const ctl_named_node_t *(*index)(const size_t *, size_t, size_t);
37 size_t pactive;
38 size_t pdirty;
42 size_t allocated_smal
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dcommon.h39 #include <stddef.h> // for size_t
65 static const size_t kAlignment = 8;
71 static const size_t kNumFreeListPointers =
73 static const size_t kLinkSize = kNumFreeListPointers * sizeof(void *);
74 static const size_t kMinClassSize =
76 static const size_t kSkippedClasses = (kAlignment < kMinClassSize ? 1 : 0);
79 static const size_t kPageShift = 15;
80 static const size_t kNumClasses = 78 - kSkippedClasses;
84 static const size_t kPageShift = 12;
85 static const size_t kNumClasse
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A Dcopyvertex.h19 template <typename T, size_t componentCount, uint32_t widenDefaultValueBits>
20 inline void CopyNativeVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
22 template <size_t componentCount>
23 inline void Copy32FixedTo32FVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
25 template <typename T, size_t componentCount, bool normalized>
26 inline void CopyTo32FVertexData(const uint8_t *input, size_t stride, size_t count, uint8_t *output);
29 inline void CopyXYZ10W2ToXYZW32FVertexData(const uint8_t *input, size_t strid
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djinclude.h24 * We need the NULL macro and size_t typedef.
54 * NOTE: we assume the size parameters to these functions are of type size_t.
61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size))
62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
73 * In ANSI C, and indeed any rational implementation, size_t is also the
76 * size_t is defined as long or unsigned long. To ensure consistent results
80 #define SIZEOF(object) ((size_t) sizeof(object))
89 ((size_t) frea
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkChunkAlloc.h17 SkChunkAlloc(size_t minSize);
31 void* alloc(size_t bytes, AllocFailType);
32 void* allocThrow(size_t bytes) {
42 size_t unalloc(void* ptr);
44 size_t totalCapacity() const { return fTotalCapacity; }
45 size_t totalUsed() const { return fTotalUsed; }
59 size_t fMinSize;
60 size_t fChunkSize;
61 size_t fTotalCapacity;
62 size_t fTotalUse
[all...]
/external/chromium_org/ui/app_list/cocoa/
H A Dapps_search_results_model_bridge.h27 NSMenu* MenuForItem(size_t index);
34 void ReloadDataForItems(size_t start, size_t count) const;
37 virtual void ListItemsAdded(size_t start, size_t count) OVERRIDE;
38 virtual void ListItemsRemoved(size_t start, size_t count) OVERRIDE;
39 virtual void ListItemMoved(size_t index, size_t target_index) OVERRIDE;
40 virtual void ListItemsChanged(size_t star
[all...]

Completed in 735 milliseconds

1234567891011>>