/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
H A D | 14-1.c | 39 ssize_t size = 1024; in main() local
|
H A D | 3-1.c | 46 size_t size; in main() local
|
H A D | 5-1.c | 94 size_t size = 1024; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
H A D | 4-1.c | 49 size_t size = total_size; in main() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | bits.h | 13 static inline unsigned long long sign_bit(unsigned size) in sign_bit() argument 18 static inline unsigned long long sign_mask(unsigned size) in sign_mask() argument 24 static inline unsigned long long bits_mask(unsigned size) in bits_mask() argument 31 static inline long long zero_extend(long long val, unsigned size) in zero_extend() argument 36 static inline long long sign_extend(long long val, unsigned size) in sign_extend() argument 45 sign_extend_safe(long long val, unsigned size) sign_extend_safe() argument 53 bits_extend(long long val, unsigned size, int is_signed) bits_extend() argument [all...] |
H A D | allocate.c | 74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() argument [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | memp.h | 136 u16_t size; member
|
/third_party/lz4/ossfuzz/ |
H A D | compress_hc_fuzzer.c | 17 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
H A D | compress_frame_fuzzer.c | 18 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
H A D | compress_fuzzer.c | 16 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
H A D | decompress_fuzzer.c | 15 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/third_party/lzma/C/ |
H A D | 7zAlloc.c | 25 static void Print_Alloc(const char *s, size_t size, int *counter)
in Print_Alloc() argument 38 void *SzAlloc(ISzAllocPtr p, size_t size)
in SzAlloc() argument 59 void *SzAllocTemp(ISzAllocPtr p, size_t size)
in SzAllocTemp() argument [all...] |
H A D | Bra86.c | 47 Byte *Z7_BRANCH_CONV_ST(X86)(Byte *p, SizeT size, UInt32 pc, UInt32 *state, int encoding)
in X86() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder-inl.h | 18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() argument 33 int size = Context::SizeFor(variadic_part_length); in AllocateContext() local 46 int const size = (map.instance_type() == FIXED_ARRAY_TYPE) in CanAllocateArray() local 56 int size = (map.instance_type() == FIXED_ARRAY_TYPE) in AllocateArray() local 66 int const size = SloppyArgumentsElements::SizeFor(length); CanAllocateSloppyArgumentElements() local 73 int size = SloppyArgumentsElements::SizeFor(length); AllocateSloppyArgumentElements() local [all...] |
/third_party/node/deps/v8/src/handles/ |
H A D | local-handles.h | 59 void* operator new(size_t size) = delete; member in v8::internal::LocalHandleScope
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | free-list.h | 24 explicit Filler(size_t size) : HeapObjectHeader(size, kFreeListGCInfoIndex) {} in Filler() argument 31 size_t size; member 76 Filler& Filler::CreateAt(void* memory, size_t size) { in CreateAt() argument
|
H A D | memory.h | 25 V8_INLINE void ZapMemory(void* address, size_t size) { in ZapMemory() argument 31 V8_INLINE void CheckMemoryIsZapped(const void* address, size_t size) { in CheckMemoryIsZapped() argument 37 V8_INLINE void CheckMemoryIsZero(const void* address, size_t size) { in CheckMemoryIsZero() argument 45 V8_INLINE void SetMemoryAccessible(void* address, size_t size) { in SetMemoryAccessible() argument 65 SetMemoryInaccessible(void* address, size_t size) SetMemoryInaccessible() argument 107 CheckMemoryIsInaccessible(const void* address, size_t size) CheckMemoryIsInaccessible() argument [all...] |
H A D | virtual-memory.h | 43 size_t size() const { in size() function in cppgc::internal::VirtualMemory
|
/third_party/node/deps/v8/src/heap/ |
H A D | memory-chunk-layout.cc | 71 int size = static_cast<int>(AllocatableMemoryInCodePage() / 2); in MaxRegularCodeObjectSize() local
|
H A D | memory-measurement-inl.h | 50 IncrementSize(Address context, Map map, HeapObject object, size_t size) IncrementSize() argument
|
H A D | stress-scavenge-observer.cc | 29 Step(int bytes_allocated, Address soon_object, size_t size) Step() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-generator.cc | 57 int size = in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-data.cc | 13 void SerializedData::AllocateData(uint32_t size) { in AllocateData() argument 28 uint32_t size = kHeaderSize + static_cast<uint32_t>(payload->size()); in SnapshotData() local
|
H A D | snapshot-source-sink.cc | 39 int size = GetInt(); in GetBlob() local
|
/third_party/node/deps/v8/src/trap-handler/ |
H A D | trap-handler-internal.h | 26 size_t size; member
|