Searched refs:size_t (Results 201 - 225 of 19258) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dlength_limits.h19 size_t GetGlobalMaxTokenSize(ShShaderSpec spec);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Daead.h139 OPENSSL_EXPORT size_t EVP_AEAD_key_length(const EVP_AEAD *aead);
143 OPENSSL_EXPORT size_t EVP_AEAD_nonce_length(const EVP_AEAD *aead);
147 OPENSSL_EXPORT size_t EVP_AEAD_max_overhead(const EVP_AEAD *aead);
152 OPENSSL_EXPORT size_t EVP_AEAD_max_tag_len(const EVP_AEAD *aead);
182 const uint8_t *key, size_t key_len,
183 size_t tag_len, ENGINE *impl);
209 size_t *out_len, size_t max_out_len,
210 const uint8_t *nonce, size_t nonce_len,
211 const uint8_t *in, size_t in_le
[all...]
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Ddecode.h32 int BrotliDecompressedSize(size_t encoded_size,
34 size_t* decoded_size);
41 int BrotliDecompressBuffer(size_t encoded_size,
43 size_t* decoded_size,
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dbackward_references.h28 void CreateBackwardReferences(size_t num_bytes,
29 size_t position,
32 size_t ringbuffer_mask,
33 const size_t max_backward_limit,
/external/chromium_org/third_party/brotli/src/woff2/
H A Dwoff2_dec.h26 size_t ComputeWOFF2FinalSize(const uint8_t *data, size_t length);
31 bool ConvertWOFF2ToTTF(uint8_t *result, size_t result_length,
32 const uint8_t *data, size_t length);
H A Dwoff2_enc.h26 size_t MaxWOFF2CompressedSize(const uint8_t* data, size_t length);
31 bool ConvertTTFToWOFF2(const uint8_t *data, size_t length,
32 uint8_t *result, size_t *result_length);
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dalloc.h52 crypto_alloc(size_t size);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.h38 rtasm_exec_malloc( size_t size );
/external/chromium_org/third_party/skia/src/ports/
H A DSkDiscardableMemory_none.cpp11 SkDiscardableMemory* SkDiscardableMemory::Create(size_t bytes) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dget_mangled_names.cc51 #include <sys/types.h> // for size_t
56 void* operator new(size_t size) { return &m; }
58 void* operator new[](size_t size) { return &m; }
61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; }
63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; }
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.h40 #include <stddef.h> // for size_t
55 // void*, double, or size_t. In addition, if this platform defines
60 extern void* TCMalloc_SystemAlloc(size_t bytes, size_t *actual_bytes,
61 size_t alignment = 0);
72 extern void TCMalloc_SystemRelease(void* start, size_t length);
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dget_mangled_names.cc51 #include <sys/types.h> // for size_t
56 void* operator new(size_t size) { return &m; }
58 void* operator new[](size_t size) { return &m; }
61 void* operator new(size_t size, const std::nothrow_t&) throw() { return &m; }
63 void* operator new[](size_t size, const std::nothrow_t&) throw() { return &m; }
/external/chromium_org/third_party/webrtc/test/
H A Dframe_generator.h27 static FrameGenerator* Create(size_t width, size_t height);
29 size_t width,
30 size_t height);
H A Dvideo_renderer.h23 static VideoRenderer* Create(const char* window_title, size_t width,
24 size_t height);
31 size_t width, size_t height);
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2.cpp19 typedef __SIZE_TYPE__ size_t; typedef in namespace:std
22 void* operator new(std::size_t) throw(std::bad_alloc); // expected-note{{previous declaration}}
23 void* operator new[](std::size_t) throw(std::bad_alloc);
27 void* operator new(std::size_t); // expected-warning{{'operator new' is missing exception specification 'throw(std::bad_alloc)'}}
/external/clang/test/CXX/over/over.oper/over.literal/
H A Dp5.cpp3 using size_t = decltype(sizeof(int));
10 friend int operator "" _a(const char *, size_t);
12 friend U operator "" _a(const T *, size_t); // expected-error {{parameter}}
22 template<typename T> int operator "" _b(const T *, size_t); // expected-error {{parameter}}
/external/clang/test/Headers/
H A Dms-intrin.cpp16 // Intrin.h needs size_t, but -ffreestanding prevents us from getting it from
18 typedef __SIZE_TYPE__ size_t; typedef
/external/clang/test/SemaCXX/
H A Dnew-delete-predefined-decl.cpp12 template<typename T> void* operator new(size_t, T);
/external/deqp/framework/referencerenderer/
H A DrrShaders.cpp30 GeometryShader::GeometryShader (size_t numVaryingInputs, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputType, size_t verticesOut, size_t numInvocations)
/external/dhcpcd/
H A Dduid.h33 size_t get_duid(unsigned char *duid, const struct interface *iface);
/external/flac/include/share/
H A Dalloc.h23 static inline void *safe_malloc_(size_t n)
30 static inline void *safe_calloc_(size_t n1, size_t n2)
37 static inline void *safe_malloc_add_2op_(size_t n1, size_t n2)
40 size_t ns = n;
46 static inline void *safe_malloc_mul_2op_(size_t n1, size_t n2)
49 size_t ns = n;
55 static inline void *safe_malloc_muladd2_(size_t n
[all...]
/external/lzma/CPP/7zip/Common/
H A DStreamUtils.h8 HRESULT ReadStream(ISequentialInStream *stream, void *data, size_t *size);
9 HRESULT ReadStream_FALSE(ISequentialInStream *stream, void *data, size_t size);
10 HRESULT ReadStream_FAIL(ISequentialInStream *stream, void *data, size_t size);
11 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, size_t size);
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.h38 rtasm_exec_malloc( size_t size );
/external/openssl/crypto/rsa/
H A Drsa_locl.h2 unsigned char *rm, size_t *prm_len,
3 const unsigned char *sigbuf, size_t siglen,
/external/oprofile/libutil/
H A Dop_libiberty.c19 void * xcalloc(size_t n_elem, size_t sz)
30 void * xmemdup (void const * input, size_t copy_size, size_t alloc_size)

Completed in 509 milliseconds

1234567891011>>