Home
last modified time | relevance | path

Searched refs:size_t (Results 11101 - 11125 of 28651) sorted by relevance

1...<<441442443444445446447448449450>>...1147

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.h51 size_t size;
116 size_t nghttp3_map_size(nghttp3_map *map);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/
H A D1-1.c48 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 Ddistributed_net_core.h70 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 Dsimple_buffer.c47 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 Dround_trip_hc_fuzzer.c16 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 DAes.h32 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 DLzma2Enc.h50 Byte *outBuf, size_t *outBufSize,
52 const Byte *inData, size_t inDataSize,
/third_party/node/deps/v8/src/compiler/
H A Dglobals.h49 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 Dcustom-space.h16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex()
17 size_t value;
/third_party/node/deps/v8/include/
H A Dv8-extension.h36 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 Dv8-extension.h36 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 Dcustom-space.h16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex()
17 size_t value;
/third_party/node/deps/v8/src/objects/
H A Dtype-hints.h26 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 Dscanner-character-streams.h33 size_t length);
35 size_t length);
/third_party/node/deps/v8/src/torque/
H A Dtype-inference.h73 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 Dfortify_snprintf_chk_test.cpp14 char* dest, size_t supplied_size, int flags, size_t dst_len_from_compiler, const char* format, ...);
H A Dfortify_vsprintf_chk_test.cpp15 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 Dmalloc_malloc_test.cpp13 constexpr size_t LEN = 50;
14 constexpr size_t SIZE = 200;
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_bo.h104 size_t size;
127 panfrost_bo_create(struct panfrost_device *dev, size_t size,
/third_party/mesa3d/src/util/
H A Dfossilize_db.h93 size_t *size);
97 const void *blob, size_t size);
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_linear.h72 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 Dcommon.h38 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 Dlink.h28 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 Dreloc.h42 register size_t r8 __asm__("r8") = ((size_t *)(sp))[-2]; \
/third_party/musl/include/sys/
H A Dsem.h57 int semop(int, struct sembuf *, size_t);
60 int semtimedop(int, struct sembuf *, size_t, const struct timespec *);

Completed in 15 milliseconds

1...<<441442443444445446447448449450>>...1147