/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable.h | 111 size_t ares__htable_num_keys(const ares__htable_t *htable); 124 size_t *num); 159 unsigned int ares__htable_hash_FNV1a(const unsigned char *key, size_t key_len, 172 size_t key_len, unsigned int seed);
|
/third_party/mesa3d/src/mesa/main/ |
H A D | format_utils.h | 63 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, 64 void *void_src, uint32_t src_format, size_t src_stride, 65 size_t width, size_t height, uint8_t *rebase_swizzle);
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_qpack_huffman.h | 44 size_t nghttp3_qpack_huffman_encode_count(const uint8_t *src, size_t len); 47 size_t srclen); 98 uint8_t *dest, const uint8_t *src, size_t srclen,
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_option.h | 88 size_t max_send_header_block_length; 92 size_t max_deflate_dynamic_table_size; 96 size_t max_outbound_ack; 100 size_t max_settings;
|
/third_party/lz4/lib/ |
H A D | lz4file.h | 60 LZ4FLIB_STATIC_API size_t LZ4F_read(LZ4_readFile_t* lz4fRead, void* buf, size_t size); 81 LZ4FLIB_STATIC_API size_t LZ4F_write(LZ4_writeFile_t* lz4fWrite, void* buf, size_t size);
|
/third_party/node/deps/v8/include/ |
H A D | v8-embedder-state-scope.h | 41 void* operator new(size_t size); 42 void* operator new[](size_t size); 43 void operator delete(void*, size_t); 44 void operator delete[](void*, size_t);
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-embedder-state-scope.h | 41 void* operator new(size_t size); 42 void* operator new[](size_t size); 43 void operator delete(void*, size_t); 44 void operator delete[](void*, size_t);
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | object-size-trait.h | 19 static size_t GetObjectSizeForGarbageCollected(const void*); 20 static size_t GetObjectSizeForGarbageCollectedMixin(const void*); 41 static size_t GetSize(const T& object) { in GetSize() 50 static size_t GetSize(const T& object) { in GetSize()
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | object-size-trait.h | 19 static size_t GetObjectSizeForGarbageCollected(const void*); 20 static size_t GetObjectSizeForGarbageCollectedMixin(const void*); 41 static size_t GetSize(const T& object) { in GetSize() 50 static size_t GetSize(const T& object) { in GetSize()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | virtual-memory.h | 25 VirtualMemory(PageAllocator*, size_t size, size_t alignment, 43 size_t size() const { in size() 54 size_t size_ = 0;
|
/third_party/node/deps/v8/src/trap-handler/ |
H A D | trap-handler-internal.h | 26 size_t size; 27 size_t num_protected_instructions; 51 size_t next_free; 54 extern size_t gNumCodeObjects;
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_alloc.c | 21 size_t size, in vk_default_alloc() 22 size_t alignment, in vk_default_alloc() 32 size_t size, in vk_default_realloc() 33 size_t alignment, in vk_default_realloc()
|
/third_party/musl/ldso/linux/ |
H A D | strops.h | 28 size_t num; /** Number of entries in list */ 29 size_t size; /** Storage size */ 33 hidden strlist *strlist_alloc(size_t size); 37 hidden size_t strtrim(char *str);
|
/third_party/node/deps/openssl/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 18 size_t len, const unsigned int key[8], 21 size_t len, const unsigned int key[8], 24 size_t len, const unsigned int key[8], 27 size_t len, const unsigned int key[8], in ChaCha20_ctr32()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_ocb.h | 31 size_t taglen; 32 size_t data_buf_len; 33 size_t aad_buf_len; 39 const PROV_CIPHER_HW *ossl_prov_cipher_hw_aes_ocb(size_t keybits);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | des_platform.h | 23 void des_t4_ede3_cbc_encrypt(const void *inp, void *out, size_t len, 25 void des_t4_ede3_cbc_decrypt(const void *inp, void *out, size_t len, 27 void des_t4_cbc_encrypt(const void *inp, void *out, size_t len, 29 void des_t4_cbc_decrypt(const void *inp, void *out, size_t len,
|
H A D | poly1305.h | 23 size_t len, unsigned int padbit); 34 size_t num; 41 size_t Poly1305_ctx_size(void); 43 void Poly1305_Update(POLY1305 *ctx, const unsigned char *inp, size_t len);
|
/third_party/node/deps/uv/src/unix/ |
H A D | random-getentropy.c | 28 typedef int (*uv__getentropy_cb)(void *, size_t); 39 int uv__random_getentropy(void* buf, size_t buflen) { in uv__random_getentropy() 40 size_t pos; in uv__random_getentropy() 41 size_t stride; in uv__random_getentropy()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_encode.h | 58 unsigned int coap_decode_var_bytes(const uint8_t *buf, size_t length); 69 uint64_t coap_decode_var_bytes8(const uint8_t *buf, size_t length); 85 size_t length, 102 size_t length,
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | shm.h | 32 size_t size; 52 int pa_shm_create_rw(pa_shm *m, pa_mem_type_t type, size_t size, mode_t mode); 55 void pa_shm_punch(pa_shm *m, size_t offset, size_t size);
|
H A D | srbchannel.h | 45 size_t pa_srbchannel_write(pa_srbchannel *sr, const void *data, size_t l); 46 size_t pa_srbchannel_read(pa_srbchannel *sr, void *data, size_t l);
|
/third_party/opencl-headers/CL/ |
H A D | cl_layer.h | 35 size_t param_value_size, 37 size_t *param_value_size_ret); 41 size_t param_value_size, 43 size_t *param_value_size_ret);
|
/third_party/openssl/crypto/chacha/ |
H A D | chacha_ppc.c | 18 size_t len, const unsigned int key[8], 21 size_t len, const unsigned int key[8], 24 size_t len, const unsigned int key[8], 27 size_t len, const unsigned int key[8], in ChaCha20_ctr32()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ShaderExecutableD3D.h | 25 ShaderExecutableD3D(const void *function, size_t length); 30 size_t getLength() const; 44 UniformStorageD3D(size_t initialSize); 47 size_t size() const;
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | CallDAG.h | 60 size_t findIndex(const TSymbolUniqueId &id) const; 62 const Record &getRecordFromIndex(size_t index) const; 63 size_t size() const; 66 const static size_t InvalidIndex;
|