Home
last modified time | relevance | path

Searched defs:size (Results 2451 - 2475 of 7557) sorted by relevance

1...<<919293949596979899100>>...303

/third_party/ltp/testcases/kernel/syscalls/open/
H A Dopen14.c33 static ssize_t size; variable
[all...]
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dnetsync.c48 socklen_t size; in setupConnectionServer() local
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dhugepage.h102 void *alloc_shm_hugepage(int *key, int size) in alloc_shm_hugepage() argument
121 void *alloc_anonymous_hugepage(int size, int private) in alloc_anonymous_hugepage() argument
137 void *alloc_filebacked_hugepage(char *filepath, int size, int private, int *fd) in alloc_filebacked_hugepage() argument
167 int free_anonymous_hugepage(void *addr, int size) in free_anonymous_hugepage() argument
177 int free_filebacked_hugepage(void *addr, int size, in argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/
H A Dget_mempolicy01.c124 static int test_mbind(struct test_case *tc, unsigned long *maskp, unsigned long size) in test_mbind() argument
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl04.c62 int shmid, size, rss, swap; in parse_proc_sysvipc() local
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c146 static void dirty_pages(char *ptr, long size) in dirty_pages() argument
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/
H A Dmodify_ldt02.c145 int create_segment(void *seg, size_t size) in create_segment() argument
/third_party/ltp/testcases/kernel/syscalls/send/
H A Dsend02.c29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() argument
34 static void do_sendto(int sock, void *buf, size_t size, int flags) in do_sendto() argument
40 static void do_sendmsg(int sock, void *buf, size_t size, int flags) in do_sendmsg() argument
/third_party/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_mem.c190 altcp_mbedtls_alloc_config(size_t size) in altcp_mbedtls_alloc_config() argument
/third_party/libwebsockets/win32port/zlib/
H A Dgzguts.h92 unsigned size; /* buffer size, zero if not allocated yet */ member
/third_party/libdrm/tests/amdgpu/
H A Dvm_tests.c234 const uint64_t size = 4096; in amdgpu_vm_mapping_test() local
/third_party/libfuse/lib/
H A Dbuffer.c25 size_t size = 0; in fuse_buf_size() local
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc46 const int size = sizeof(kNormalizedLocales) / sizeof(*kNormalizedLocales); in GetNormalizedLocale() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dflowgraph.c122 unsigned int size; in domtree_build() local
/third_party/lz4/lib/
H A Dlz4file.c126 size_t LZ4F_read(LZ4_readFile_t* lz4fRead, void* buf, size_t size) in LZ4F_read() argument
250 size_t LZ4F_write(LZ4_writeFile_t* lz4fWrite, void* buf, size_t size) in LZ4F_write() argument
/third_party/lz4/ossfuzz/
H A Dround_trip_frame_uncompressed_fuzzer.c43 static void compress_round_trip(const uint8_t *data, size_t size, in compress_round_trip() argument
123 static void compress_independent_block_mode(const uint8_t *data, size_t size) { in compress_independent_block_mode() argument
131 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/third_party/lzma/C/
H A D7zFile.c155 WRes File_Read(CSzFile *p, void *data, size_t *size) in File_Read() argument
221 WRes File_Write(CSzFile *p, const void *data, size_t *size) in File_Write() argument
391 FileSeqInStream_Read(ISeqInStreamPtr pp, void *buf, size_t *size) FileSeqInStream_Read() argument
407 FileInStream_Read(ISeekInStreamPtr pp, void *buf, size_t *size) FileInStream_Read() argument
432 FileOutStream_Write(ISeqOutStreamPtr pp, const void *data, size_t size) FileOutStream_Write() argument
[all...]
H A D7zStream.c13 size_t size = *processedSize; in SeqInStream_ReadMax() local
67 LookInStream_LookRead(ILookInStreamPtr stream, void *buf, size_t *size) LookInStream_LookRead() argument
77 LookInStream_Read2(ILookInStreamPtr stream, void *buf, size_t size, SRes errorType) LookInStream_Read2() argument
91 LookInStream_Read(ILookInStreamPtr stream, void *buf, size_t size) LookInStream_Read() argument
100 LookToRead2_Look_Lookahead(ILookInStreamPtr pp, const void **buf, size_t *size) LookToRead2_Look_Lookahead() argument
119 LookToRead2_Look_Exact(ILookInStreamPtr pp, const void **buf, size_t *size) LookToRead2_Look_Exact() argument
146 LookToRead2_Read(ILookInStreamPtr pp, void *buf, size_t *size) LookToRead2_Read() argument
179 SecToLook_Read(ISeqInStreamPtr pp, void *buf, size_t *size) SecToLook_Read() argument
190 SecToRead_Read(ISeqInStreamPtr pp, void *buf, size_t *size) SecToRead_Read() argument
[all...]
H A DLzFindOpt.c223 GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, UInt32 _cutValue, UInt32 *d, size_t _maxLen, const UInt32 *hash, const UInt32 *limit, const UInt32 *size, size_t _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 *posRes) GetMatchesSpecN_2() argument
[all...]
H A DMtCoder.c97 size_t size; in ThreadFunc2() local
[all...]
H A DPpmd7Dec.c42 static void Ppmd7z_RD_Decode(CPpmd7 *p, UInt32 start, UInt32 size) in Ppmd7z_RD_Decode() argument
/third_party/node/deps/v8/src/compiler/
H A Dfunctional-list.h31 size_t const size; member
H A Dmemory-lowering.h45 static AllocationState const* Open(AllocationGroup* group, intptr_t size, in Open() argument
55 intptr_t size() const { return size_; } in size() function in v8::internal::compiler::final::final
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-sharedarraybuffer.cc26 inline bool AtomicIsLockFree(double size) { in AtomicIsLockFree() argument
45 Handle<Object> size = args.atOrUndefined(isolate, 1); in BUILTIN() local
/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.cc27 size_t BoundedPageAllocator::size() const { return region_allocator_.size(); } in size() function in v8::base::BoundedPageAllocator
29 void* BoundedPageAllocator::AllocatePages(void* hint, size_t size, in AllocatePages() argument
10 BoundedPageAllocator( v8::PageAllocator* page_allocator, Address start, size_t size, size_t allocate_page_size, PageInitializationMode page_initialization_mode) BoundedPageAllocator() argument
69 AllocatePagesAt(Address address, size_t size, PageAllocator::Permission access) AllocatePagesAt() argument
93 ReserveForSharedMemoryMapping(void* ptr, size_t size) ReserveForSharedMemoryMapping() argument
117 FreePages(void* raw_address, size_t size) FreePages() argument
136 ReleasePages(void* raw_address, size_t size, size_t new_size) ReleasePages() argument
180 SetPermissions(void* address, size_t size, PageAllocator::Permission access) SetPermissions() argument
188 DiscardSystemPages(void* address, size_t size) DiscardSystemPages() argument
192 DecommitPages(void* address, size_t size) DecommitPages() argument
[all...]

Completed in 14 milliseconds

1...<<919293949596979899100>>...303