Home
last modified time | relevance | path

Searched refs:size_t (Results 8201 - 8225 of 27916) sorted by relevance

1...<<321322323324325326327328329330>>...1117

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D2-1.c35 static size_t stack_size;
41 size_t ssize; in thread_func()
66 size_t ssize; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D18-1.c72 size_t shm_size; in main()
75 size_t len; in main()
78 size_t memlock_size; in main()
/third_party/lwip/test/unit/core/
H A Dtest_def.c22 def_check_range_untouched(const char *buf, size_t len) in def_check_range_untouched()
24 size_t i; in def_check_range_untouched()
36 size_t exp_len = strlen(expected); in test_def_itoa()
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.h39 u16_t src_port, u16_t dst_port, void* data, size_t data_len,
41 struct pbuf* tcp_create_rx_segment(struct tcp_pcb* pcb, void* data, size_t data_len,
43 struct pbuf* tcp_create_rx_segment_wnd(struct tcp_pcb* pcb, void* data, size_t data_len,
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dname-trait.h23 template <size_t Size>
29 for (size_t i = 0; i < Size; ++i) result.name[i] = str[i]; in FromCString()
44 static constexpr size_t kTypenameSize = in GetTypename()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-solaris.cc69 OS::Address boundary_start, OS::Address boundary_end, size_t minimum_size, in GetFreeMemoryRangesWithin()
70 size_t alignment) { in GetFreeMemoryRangesWithin()
82 size_t size; in GetStackStart()
/third_party/node/deps/v8/include/
H A Dv8-embedder-heap.h106 size_t allocated_size = 0;
201 void IncreaseAllocatedSize(size_t bytes);
202 void DecreaseAllocatedSize(size_t bytes);
/third_party/node/deps/v8/include/cppgc/internal/
H A Dname-trait.h22 template <size_t Size>
28 for (size_t i = 0; i < Size; ++i) result.name[i] = str[i]; in FromCString()
43 static constexpr size_t kTypenameSize = in GetTypename()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-remote-util.cc76 size_t len = 0; in StringSplit()
90 std::string Mem2Hex(const uint8_t* mem, size_t count) { in Mem2Hex()
92 for (size_t i = 0; i < count; i++) UInt8ToHex(*mem++, &result[i * 2]); in Mem2Hex()
/third_party/node/deps/v8/src/heap/
H A Dlinear-allocation-area.h37 V8_INLINE bool CanIncrementTop(size_t bytes) { in CanIncrementTop()
42 V8_INLINE Address IncrementTop(size_t bytes) { in IncrementTop()
49 V8_INLINE bool DecrementTopIfAdjacent(Address new_top, size_t bytes) { in DecrementTopIfAdjacent()
/third_party/node/deps/v8/src/interpreter/
H A Dhandler-table-builder.cc48 void HandlerTableBuilder::SetTryRegionStart(int handler_id, size_t offset) { in SetTryRegionStart()
54 void HandlerTableBuilder::SetTryRegionEnd(int handler_id, size_t offset) { in SetTryRegionEnd()
60 void HandlerTableBuilder::SetHandlerTarget(int handler_id, size_t offset) { in SetHandlerTarget()
/third_party/node/deps/v8/src/trap-handler/
H A Dtrap-handler.h85 uintptr_t base, size_t size, size_t num_protected_instructions,
89 /// TODO(mtrofin): We can switch to using size_t for index and not need
157 TH_EXPORT_PRIVATE size_t GetRecoveredTrapCount();
/third_party/mesa3d/src/gallium/auxiliary/rbug/
H A Drbug_connection.c75 size_t length = 0; in rbug_get_message()
76 size_t read = 0; in rbug_get_message()
85 length = (size_t)header.length * 4; in rbug_get_message()
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dl_iterate_phdr_test.cpp16 static int CallBack001(struct dl_phdr_info* info, size_t size, void* data) in CallBack001()
36 void CallBack002(dl_phdr_info* info, size_t size) in CallBack002()
64 int TempFunc(dl_phdr_info* info, size_t size, void* data) in TempFunc()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vertex.h82 static inline size_t
92 size_t sizea = draw_vinfo_size( a ); in draw_vinfo_compare()
100 size_t size = draw_vinfo_size( src ); in draw_vinfo_copy()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h70 copy_from_user(void *dst, void *src, size_t size) in copy_from_user()
85 size_t size;
107 drm_gem_cma_create(struct drm_device *dev, size_t size);
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A D__sched_cpucount.c33 size_t size; in __sched_cpucount_0100()
59 size_t size; in __sched_cpucount_0200()
85 size_t size; in __sched_cpucount_0300()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dftell.c36 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in ftell_0100()
67 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in ftell_0200()
98 size_t ret = fwrite(wrstring, sizeof(char), strlen(wrstring), fptr); in ftell_0300()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dpread.c40 size_t cnt = pread(fd, buffer, TEST_BUFFER_SIZE, 0); in pread_0100()
64 size_t cnt = pread(fd, buffer, TEST_BUFFER_SIZE, 0); in pread_0200()
88 size_t cnt = pread(fd, buffer, TEST_BUFFER_SIZE, strlen(txt)); in pread_0300()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h68 int RAND_priv_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
75 int RAND_bytes_ex(OSSL_LIB_CTX *ctx, unsigned char *buf, size_t num,
100 const char *RAND_file_name(char *file, size_t num);
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_msg.c12 int dtls1_write_app_data_bytes(SSL *s, int type, const void *buf_, size_t len, in dtls1_write_app_data_bytes()
13 size_t *written) in dtls1_write_app_data_bytes()
41 size_t written; in dtls1_dispatch_alert()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dtest-corpus.c42 size_t s; in testfile()
54 OPENSSL_assert(s == (size_t)st.st_size); in testfile()
67 size_t dirname_len = strlen(argv[n]); in main()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Drsaz_exp.h59 const BN_ULONG *b, size_t num) in bn_select_words()
61 size_t i; in bn_select_words()
71 BN_ULONG *tmp, size_t num) in bn_reduce_once_in_place()
/third_party/node/deps/uv/src/unix/
H A Dos390-proctitle.c41 size_t size; in uv_setup_args()
105 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title()
106 size_t len; in uv_get_process_title()
/third_party/node/deps/uv/src/
H A Duv-data-getter-setters.c77 size_t uv_stream_get_write_queue_size(const uv_stream_t* stream) { in uv_stream_get_write_queue_size()
81 size_t uv_udp_get_send_queue_size(const uv_udp_t* handle) { in uv_udp_get_send_queue_size()
85 size_t uv_udp_get_send_queue_count(const uv_udp_t* handle) { in uv_udp_get_send_queue_count()

Completed in 16 milliseconds

1...<<321322323324325326327328329330>>...1117