/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind05.c | 125 int sock, size; in test_bind() local
|
H A D | bind04.c | 111 int listen_sock, sock, size; in test_bind() local
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise10.c | 58 int size; member 91 static int set_advice(char *addr, int size, int advise) in set_advice() argument
|
/third_party/ltp/testcases/kernel/syscalls/modify_ldt/ |
H A D | modify_ldt01.c | 186 int create_segment(void *seg, size_t size) in create_segment() argument
|
/third_party/ltp/testcases/kernel/syscalls/openat2/ |
H A D | openat201.c | 25 size_t size; member
|
/third_party/ltp/testcases/kernel/syscalls/pkeys/ |
H A D | pkey01.c | 38 static int size; variable
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzwrite.c | 283 int size, len; gzprintf() local 359 int size, len; global() local [all...] |
/third_party/libdrm/radeon/ |
H A D | radeon_cs.h | 132 radeon_cs_write_table(struct radeon_cs *cs, const void *data, uint32_t size) radeon_cs_write_table() argument
|
/third_party/libexif/libexif/huawei/ |
H A D | mnote-huawei-tag.c | 98 const MnoteHuaweiTable* get_tag_table(MnoteHuaweiTag tag, int* size) in get_tag_table() argument 147 int size = sizeof (huawei_table) / sizeof (huawei_table[0]) - 1; in mnote_huawei_tag_from_name() local 179 int size = 0; mnote_huawei_tag_get_name() local 189 int size = 0; mnote_huawei_tag_get_title() local 199 int size = 0; mnote_huawei_tag_get_description() local 209 int size = 0; mnote_huawei_tag_type() local [all...] |
/third_party/lwip/src/include/lwip/priv/ |
H A D | memp_priv.h | 119 u16_t size; member
|
/third_party/lwip/test/unit/arch/ |
H A D | sys_arch.h | 45 int size; member
|
/third_party/lwip/test/unit/core/ |
H A D | test_mem.c | 62 static void malloc_keep_x(int x, int num, int size, int freestep) in malloc_keep_x() argument 96 int size; in START_TEST() local [all...] |
/third_party/lz4/ossfuzz/ |
H A D | fuzz_helpers.h | 64 FUZZ_STATIC uint32_t FUZZ_seed(uint8_t const **src, size_t* size) { in FUZZ_seed() argument
|
/third_party/lz4/tests/ |
H A D | datagencli.c | 90 U64 size = SIZE_DEFAULT; in main() local
|
/third_party/lzma/C/ |
H A D | 7zCrc.c | 45 UInt32 Z7_FASTCALL CrcUpdate(UInt32 v, const void *data, size_t size)
in CrcUpdate() argument 50 UInt32 Z7_FASTCALL CrcCalc(const void *data, size_t size)
in CrcCalc() argument 60 UInt32 Z7_FASTCALL CrcUpdateT1(UInt32 v, const void *data, size_t size, cons argument 174 CrcUpdateT0_32(UInt32 v, const void *data, size_t size, const UInt32 *table) CrcUpdateT0_32() argument 206 CrcUpdateT0_64(UInt32 v, const void *data, size_t size, const UInt32 *table) CrcUpdateT0_64() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | zone-stats.cc | 19 size_t size = static_cast<size_t>(zone->allocation_size()); in StatsScope() local
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-comments.cc | 26 uint32_t CodeCommentEntry::size() const { in size() function in v8::internal::CodeCommentEntry 41 uint32_t CodeCommentsIterator::size() const { return code_comments_size_; } in size() function in v8::internal::CodeCommentsIterator
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.h | 91 void EnsureCapacity(int size) { in EnsureCapacity() argument
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-solaris.cc | 82 size_t size; in GetStackStart() local
|
H A D | platform-macos.cc | 51 PlatformSharedMemoryHandle OS::CreateSharedMemoryHandleForTesting(size_t size) { in CreateSharedMemoryHandleForTesting() argument 70 void* OS::AllocateShared(void* hint, size_t size, MemoryPermission access, in AllocateShared() argument 91 bool OS::RemapPages(const void* address, size_t size, void* new_address, in RemapPages() argument 37 mach_vm_map_wrapper(mach_vm_address_t* address, mach_vm_size_t size, int flags, mach_port_t port, memory_object_offset_t offset, vm_prot_t prot) mach_vm_map_wrapper() argument 117 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument [all...] |
H A D | platform-openbsd.cc | 110 long size = sysconf(_SC_PAGESIZE); // NOLINT: type more fit than uint64_t in SignalCodeMovingGC() local
|
H A D | platform-darwin.cc | 52 unsigned int size; in GetSharedLibraryAddresses() local 55 uint64_t size; in GetSharedLibraryAddresses() local 64 start + size, slide)); in GetSharedLibraryAddresses() local
|
/third_party/node/deps/v8/include/ |
H A D | v8-wasm.h | 33 size_t size = 0; member
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-wasm.h | 34 size_t size = 0; member
|
/third_party/node/deps/v8/src/base/ |
H A D | address-region.h | 30 constexpr AddressRegion(Address address, size_t size) in AddressRegion() argument 36 size_t size() const { return size_; } in size() function in v8::base::AddressRegion 37 void set_size(size_t size) { size_ = size; } in set_size() argument [all...] |