Home
last modified time | relevance | path

Searched refs:size_t (Results 2726 - 2750 of 20011) sorted by relevance

1...<<101102103104105106107108109110>>...801

/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h60 constexpr size_t PiecewiseChunkSize() { return 1024; } in PiecewiseChunkSize()
93 H add_buffer(H state, const unsigned char* data, size_t size);
95 H add_buffer(H state, const char* data, size_t size) { in add_buffer()
114 size_t position_;
131 // `static H combine_contiguous(H state, const unsigned char*, size_t)`.
140 // static H combine_contiguous(H state, const unsigned char*, size_t);
181 static H combine_contiguous(H state, const T* data, size_t size);
371 template <typename H, typename Tuple, size_t... Is>
449 template <typename H, typename T, size_t N>
472 size_t siz in AbslHashValue()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_test.cc86 uint32_t, uint64_t, size_t>;
143 constexpr size_t kTotalSize = 1 << 20; in TEST()
145 constexpr size_t kLog2NumValues = 5; in TEST()
146 constexpr size_t kNumValues = 1 << kLog2NumValues; in TEST()
148 for (size_t align = 1; align < kTotalSize / kNumValues; in TEST()
153 size_t bits_or = 0; in TEST()
154 size_t bits_and = ~size_t{}; in TEST()
156 for (size_t i = 0; i < kNumValues; ++i) { in TEST()
157 size_t has in TEST()
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp91 void genRandomCoords (de::Random rng, vector<deUint8>& coords, size_t offset, size_t size) in genRandomCoords()
117 const size_t posX = (size_t(index) * 2) + 0; in genRandomCoords()
118 const size_t posY = (size_t(index) * 2) + 1; in genRandomCoords()
446 const size_t minSize = 4*16; in modifyBufferSubData()
447 const size_t size = de::max<size_t>(minSize, size_t((floa in modifyBufferSubData()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DVertexArrayGL.cpp53 bool IsVertexAttribPointerSupported(size_t attribIndex, const VertexAttribute &attrib) in IsVertexAttribPointerSupported()
319 size_t requiredStreamingBufferSize = indexTypeBytes * count; in syncIndexData()
346 size_t *outStreamingDataSize, in computeStreamingAttributeSizes()
347 size_t *outMaxAttributeDataSize) const in computeStreamingAttributeSizes()
365 size_t typeSize = ComputeVertexAttributeTypeSize(attrib); in computeStreamingAttributeSizes()
385 size_t streamingDataSize = 0; in streamAttributes()
386 size_t maxAttributeDataSize = 0; in streamAttributes()
404 const size_t bufferEmptySpace = in streamAttributes()
406 const size_t requiredBufferSize = streamingDataSize + bufferEmptySpace; in streamAttributes()
422 size_t unmapRetryAttempt in streamAttributes()
[all...]
/drivers/hdf_core/adapter/khdf/liteos/osal/include/
H A Dosal_uaccess.h41 static inline size_t CopyToUser(void* to, const void* from, size_t len) in CopyToUser()
46 static inline size_t CopyFromUser(void* to, const void* from, size_t len) in CopyFromUser()
/third_party/curl/lib/
H A Descape.h37 CURLcode Curl_urldecode(const char *string, size_t length,
38 char **ostring, size_t *olen,
41 void Curl_hexencode(const unsigned char *src, size_t len, /* input length */
42 unsigned char *out, size_t olen); /* output buffer size */
/third_party/json/include/nlohmann/detail/input/
H A Dposition_t.hpp11 #include <cstddef> // size_t
23 std::size_t chars_read_total = 0;
25 std::size_t chars_read_current_line = 0;
27 std::size_t lines_read = 0;
29 /// conversion to size_t to preserve SAX interface
30 constexpr operator size_t() const in operator size_t()
/third_party/node/deps/cares/src/lib/
H A Dares_str.h35 size_t ares_strlen(const char *str);
47 size_t ares_strcpy(char *dest, const char *src, size_t dest_size);
53 size_t len);
/third_party/node/deps/v8/src/utils/
H A Ddetachable-vector.cc10 const size_t DetachableVectorBase::kMinimumCapacity = 8;
11 const size_t DetachableVectorBase::kDataOffset =
13 const size_t DetachableVectorBase::kCapacityOffset =
15 const size_t DetachableVectorBase::kSizeOffset =
/third_party/mindspore/test/fuzztest/mindspore_fuzzer/
H A Dcontext_c_fuzzer.h22 bool MSContextFuzzTest_ThreadNum(const uint8_t* data, size_t size);
23 bool MSContextFuzzTest_ThreadAffinityMode(const uint8_t* data, size_t size);
24 bool MSContextFuzzTest_Provider(const uint8_t* data, size_t size);
25 bool MSContextFuzzTest(const uint8_t* data, size_t size);
/third_party/musl/libc-test/src/api/
H A Diconv.c6 T(size_t) in f()
7 {size_t(*p)(iconv_t,char**restrict,size_t*restrict,char**restrict,size_t*restrict) = iconv;} in f()
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_molloc.c20 void *__libc_malloc(size_t n) in __libc_malloc()
28 void *__libc_calloc(size_t m, size_t n) in __libc_calloc()
33 void *__libc_realloc(void* p, size_t n) in __libc_realloc()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_blowfish.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cfb64(size_t keybits);
H A Dcipher_cast.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cfb64(size_t keybits);
H A Dcipher_idea.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cfb64(size_t keybits);
H A Dcipher_rc5.h22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cbc(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ecb(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ofb64(size_t keybits);
25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cfb64(size_t keybits);
H A Dcipher_seed.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_ofb128(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_seed_cfb128(size_t keybits);
/third_party/node/deps/openssl/openssl/include/internal/
H A Dsslconf.h16 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
17 int conf_ssl_name_find(const char *name, size_t *idx);
18 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
/third_party/node/deps/uvwasi/src/
H A Duvwasi_alloc.h6 void* uvwasi__malloc(const uvwasi_t* uvwasi, size_t size);
8 void* uvwasi__calloc(const uvwasi_t* uvwasi, size_t nmemb, size_t size);
9 void* uvwasi__realloc(const uvwasi_t* uvwasi, void* ptr, size_t size);
/third_party/openssl/include/internal/
H A Dsslconf.h16 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
17 int conf_ssl_name_find(const char *name, size_t *idx);
18 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_cast.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_cast5_cfb64(size_t keybits);
H A Dcipher_idea.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_idea_cfb64(size_t keybits);
H A Dcipher_blowfish.h21 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cbc(size_t keybits);
22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ecb(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_ofb64(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_blowfish_cfb64(size_t keybits);
H A Dcipher_rc5.h22 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cbc(size_t keybits);
23 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ecb(size_t keybits);
24 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_ofb64(size_t keybits);
25 const PROV_CIPHER_HW *ossl_prov_cipher_hw_rc5_cfb64(size_t keybits);
/third_party/openssl/ohos_lite/include/internal/
H A Dsslconf.h15 const SSL_CONF_CMD *conf_ssl_get(size_t idx, const char **name, size_t *cnt);
16 int conf_ssl_name_find(const char *name, size_t *idx);
17 void conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr,

Completed in 14 milliseconds

1...<<101102103104105106107108109110>>...801