/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_map.h | 51 size_t size; 116 size_t nghttp3_map_size(nghttp3_map *map);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/ |
H A D | 1-1.c | 48 size_t obtained_len; in main() 54 if (obtained_len != (size_t)i) { in main()
|
/third_party/lwip/src/include/lwip/distributed_net/ |
H A D | distributed_net_core.h | 70 ssize_t distributed_net_sendto(int sock, const void *buf, size_t buf_len, int flags, const struct sockaddr *addr, 77 ssize_t distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from,
|
/third_party/lz4/examples/ |
H A D | simple_buffer.c | 47 char* compressed_data = (char*)malloc((size_t)max_dst_size); in main() 62 compressed_data = (char *)realloc(compressed_data, (size_t)compressed_data_size); in main()
|
/third_party/lz4/ossfuzz/ |
H A D | round_trip_hc_fuzzer.c | 16 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() 23 size_t const dstCapacity = LZ4_compressBound(size); in LLVMFuzzerTestOneInput()
|
/third_party/lzma/C/ |
H A D | Aes.h | 32 typedef void (Z7_FASTCALL *AES_CODE_FUNC)(UInt32 *ivAes, Byte *data, size_t numBlocks);
45 void Z7_FASTCALL funcName(UInt32 *ivAes, Byte *data, size_t numBlocks);
|
H A D | Lzma2Enc.h | 50 Byte *outBuf, size_t *outBufSize,
52 const Byte *inData, size_t inDataSize,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | globals.h | 49 inline size_t hash_value(StackCheckKind kind) { in hash_value() 50 return static_cast<size_t>(kind); in hash_value()
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | custom-space.h | 16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex() 17 size_t value;
|
/third_party/node/deps/v8/include/ |
H A D | v8-extension.h | 36 size_t source_length() const { return source_length_; } in source_length() 51 size_t source_length_; // expected to initialize before source_
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-extension.h | 36 size_t source_length() const { return source_length_; } in source_length() 51 size_t source_length_; // expected to initialize before source_
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | custom-space.h | 16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex() 17 size_t value;
|
/third_party/node/deps/v8/src/objects/ |
H A D | type-hints.h | 26 inline size_t hash_value(BinaryOperationHint hint) { in hash_value() 48 inline size_t hash_value(CompareOperationHint hint) { in hash_value()
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-character-streams.h | 33 size_t length); 35 size_t length);
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-inference.h | 73 size_t num_explicit_; 74 std::unordered_map<std::string, size_t> type_parameter_from_name_;
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_snprintf_chk_test.cpp | 14 char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, ...);
|
H A D | fortify_vsprintf_chk_test.cpp | 15 extern "C" int __vsprintf_chk(char* dest, int flags, size_t dst_len_from_compiler, const char* format, va_list va); 17 static int VsprintfHelper(char* str, size_t size, const char* format, ...) in VsprintfHelper()
|
/third_party/musl/libc-test/src/functionalext/supplement/malloc/malloc_gtest/ |
H A D | malloc_malloc_test.cpp | 13 constexpr size_t LEN = 50; 14 constexpr size_t SIZE = 200;
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_bo.h | 104 size_t size; 127 panfrost_bo_create(struct panfrost_device *dev, size_t size,
|
/third_party/mesa3d/src/util/ |
H A D | fossilize_db.h | 93 size_t *size); 97 const void *blob, size_t size);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_linear.h | 72 void pipe_linear_to_tile(size_t src_stride, const void *src_ptr, 76 size_t dst_stride, void *dst_ptr);
|
/third_party/mindspore/test/utils/ |
H A D | common.h | 38 char *ReadFile(const char *file, size_t* size); 41 std::vector<std::string> TransCharArraysToStrVector(char **c, const size_t &num);
|
/third_party/musl/include/ |
H A D | link.h | 28 size_t dlpi_tls_modid; 47 int dl_iterate_phdr(int (*)(struct dl_phdr_info *, size_t, void *), void *);
|
/third_party/musl/arch/sh/ |
H A D | reloc.h | 42 register size_t r8 __asm__("r8") = ((size_t *)(sp))[-2]; \
|
/third_party/musl/include/sys/ |
H A D | sem.h | 57 int semop(int, struct sembuf *, size_t); 60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);
|