Home
last modified time | relevance | path

Searched refs:size_t (Results 9376 - 9400 of 47227) sorted by relevance

1...<<371372373374375376377378379380>>...1890

/third_party/node/deps/cares/src/lib/
H A Dares_getsock.c36 size_t sockindex = 0; in ares_getsock()
41 size_t active_queries; in ares_getsock()
60 if (sockindex >= (size_t)numsocks || sockindex >= ARES_GETSOCK_MAXNUM) { in ares_getsock()
/third_party/node/deps/base64/base64/lib/arch/avx512/
H A Denc_loop.c16 enc_loop_avx512 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_avx512()
26 size_t rounds = (*slen - 24) / 48; in enc_loop_avx512()
/third_party/node/deps/base64/base64/lib/arch/ssse3/
H A Denc_loop.c21 enc_loop_ssse3 (const uint8_t **s, size_t *slen, uint8_t **o, size_t *olen) in enc_loop_ssse3()
31 size_t rounds = (*slen - 4) / 12; in enc_loop_ssse3()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_qlog.h99 size_t pktlen);
114 size_t pktlen);
159 size_t nsv);
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
H A Dfsconfig03.c44 for (size_t i = 0; i < 5000; i++) { in run()
46 const size_t len = i * (strlen(val) + 2) + (strlen(val) + 1) + 2; in run()
51 if (!TST_RET && len <= (size_t)pagesize) in run()
/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop.h10 static inline int sys_semtimedop(int semid, struct sembuf *sops, size_t nsops, in sys_semtimedop()
17 size_t nsops, void *timeout) in sys_semtimedop_time64()
35 struct sembuf *sops, size_t nsops, void *timeout) in call_semop()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.h35 #define BOGUS_SIZE ((size_t)-1)
52 size_t pagesize; /* system page size for mmap, ... */
105 extern void touch_memory(bool, unsigned long*, size_t);
/third_party/ltp/testcases/kernel/kvm/include/
H A Dkvm_host.h53 size_t vcpu_info_size;
87 uint64_t baseaddr, size_t size, unsigned int flags);
125 void tst_kvm_create_instance(struct tst_kvm_instance *inst, size_t ram_size);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D24-1.c38 size_t len; in main()
42 size_t shm_size = 1024; in main()
44 size_t mapped_size = 0; in main()
H A D31-1.c46 size_t len; in main()
80 len = ~((size_t) 0) & (~(page_size - 1)); in main()
88 off = ((off_t) ~ ((size_t) 0)) * page_size; in main()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-space.cc17 BaseSpace::BaseSpace(RawHeap* heap, size_t index, PageType type, in BaseSpace()
44 NormalPageSpace::NormalPageSpace(RawHeap* heap, size_t index, in NormalPageSpace()
48 LargePageSpace::LargePageSpace(RawHeap* heap, size_t index) in LargePageSpace()
H A Dcaged-heap.cc34 static constexpr size_t kAllocationTries = 4; in ReserveCagedHeap()
35 for (size_t i = 0; i < kAllocationTries; ++i) { in ReserveCagedHeap()
69 const size_t local_data_size_with_padding = in CagedHeap()
H A Dvirtual-memory.cc13 VirtualMemory::VirtualMemory(PageAllocator* page_allocator, size_t size, in VirtualMemory()
14 size_t alignment, void* hint) in VirtualMemory()
19 const size_t page_size = page_allocator_->AllocatePageSize(); in VirtualMemory()
/third_party/node/deps/v8/src/snapshot/
H A Droots-serializer.cc22 for (size_t i = 0; i < static_cast<size_t>(first_root_to_be_serialized); in RootsSerializer()
53 size_t root_index = current - roots_table.begin(); in VisitRootPointers()
/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c88 rtasm_exec_malloc(size_t size) in rtasm_exec_malloc()
139 rtasm_exec_malloc(size_t size) in rtasm_exec_malloc()
160 rtasm_exec_malloc(size_t size) in rtasm_exec_malloc()
/third_party/musl/libc-test/src/functionalext/queue/
H A Dsys_queue.c58 void traverse_list(char *result, size_t result_len) in traverse_list()
62 size_t pos = 0; in traverse_list()
66 size_t len = strlen(buffer); in traverse_list()
/third_party/musl/include/sys/
H A Dmount.h22 #define BLKBSZGET _IOR(0x12,112,size_t)
23 #define BLKBSZSET _IOW(0x12,113,size_t)
24 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
/third_party/musl/libc-test/src/api/
H A Dsys_shm.c9 T(size_t) in f()
17 F(size_t,shm_segsz) in f()
28 {int(*p)(key_t,size_t,int) = shmget;} in f()
/third_party/musl/libc-test/src/functional/
H A Diconv_open.c12 size_t inlen = strlen(inbuf); in main()
13 size_t outlen; in main()
14 size_t r; in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmadvise.c48 size_t length = 4096; in madvise_0100()
70 size_t length = 4096; in madvise_0200()
80 size_t errorlen = -1; in madvise_0200()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A D__fpending.c34 size_t ret = __fpending(fp); in __fpending_0100()
56 size_t ret = __fpending(fp); in __fpending_0200()
79 size_t ret = __fpending(ffp); in __fpending_0300()
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwcpncpy.c30 size_t src_len = 13; in wcpncpy_0100()
49 size_t src_len = 13; in wcpncpy_0200()
68 size_t src_len = 13; in wcpncpy_0300()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dpwrite.c46 size_t cnt = pwrite(fd, txt, strlen(txt), 0); in pwrite_0100()
65 size_t cnt = pwrite(-1, txt, strlen(txt), 0); in pwrite_0200()
66 EXPECT_EQ("pwrite_0200", cnt, (size_t)(-1)); in pwrite_0200()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_read_test.cpp10 constexpr size_t N_BITES = 2;
11 constexpr size_t READ_COUNT = 5;
12 constexpr size_t READ_SIZE = 6;
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_strops.c30 size_t strtrim(char *str) in strtrim()
68 strlist *strlist_alloc(size_t size) in strlist_alloc()
96 size_t l = strlen(s); in ld_strdup()

Completed in 17 milliseconds

1...<<371372373374375376377378379380>>...1890