/external/e2fsprogs/intl/ |
D | printf-parse.c | 88 size_t memory_size; \ in PRINTF_PARSE() 94 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE() 95 if (size_overflow_p (memory_size)) \ in PRINTF_PARSE() 99 ? realloc (a->arg, memory_size) \ in PRINTF_PARSE() 100 : malloc (memory_size)); \ in PRINTF_PARSE() 504 size_t memory_size; in PRINTF_PARSE() local 508 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 509 if (size_overflow_p (memory_size)) in PRINTF_PARSE() 512 memory = realloc (d->dir, memory_size); in PRINTF_PARSE()
|
D | vasnprintf.c | 187 size_t memory_size; \ in VASNPRINTF() 193 memory_size = xtimes (allocated, sizeof (CHAR_T)); \ in VASNPRINTF() 194 if (size_overflow_p (memory_size)) \ in VASNPRINTF() 197 memory = (CHAR_T *) malloc (memory_size); \ in VASNPRINTF() 199 memory = (CHAR_T *) realloc (result, memory_size); \ in VASNPRINTF()
|
/external/bison/lib/ |
D | printf-parse.c | 105 size_t memory_size; \ in PRINTF_PARSE() 111 memory_size = xtimes (a_allocated, sizeof (argument)); \ in PRINTF_PARSE() 112 if (size_overflow_p (memory_size)) \ in PRINTF_PARSE() 116 ? realloc (a->arg, memory_size) \ in PRINTF_PARSE() 117 : malloc (memory_size)); \ in PRINTF_PARSE() 584 size_t memory_size; in PRINTF_PARSE() local 588 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 589 if (size_overflow_p (memory_size)) in PRINTF_PARSE() 593 ? realloc (d->dir, memory_size) in PRINTF_PARSE() 594 : malloc (memory_size)); in PRINTF_PARSE()
|
D | vasnprintf.c | 1850 size_t memory_size; \ in VASNPRINTF() 1856 memory_size = xtimes (allocated, sizeof (DCHAR_T)); \ in VASNPRINTF() 1857 if (size_overflow_p (memory_size)) \ in VASNPRINTF() 1860 memory = (DCHAR_T *) malloc (memory_size); \ in VASNPRINTF() 1862 memory = (DCHAR_T *) realloc (result, memory_size); \ in VASNPRINTF()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/awslambda/ |
D | layer1.py | 343 timeout=None, memory_size=None): argument 399 if memory_size is not None: 400 query_params['MemorySize'] = memory_size 407 memory_size=None): argument 482 if memory_size is not None: 483 query_params['MemorySize'] = memory_size
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | memory-addr64.ll | 11 ; CHECK-LABEL: memory_size: 13 ; CHECK-NEXT: memory_size $push0={{$}} 15 define i64 @memory_size() {
|
D | memory-addr32.ll | 11 ; CHECK-LABEL: memory_size: 13 ; CHECK-NEXT: memory_size $push0={{$}} 15 define i32 @memory_size() {
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 134 const uint32_t memory_size = sysconf(_SC_PAGESIZE); in TEST() local 157 memory_size, in TEST() 186 info.size = memory_size; in TEST() 212 EXPECT_EQ(memory_size, module->size()); in TEST() 243 const int32_t memory_size = sysconf(_SC_PAGESIZE); in TEST() local 270 google_breakpad::scoped_array<char> buffer(new char[memory_size]); in TEST() 271 memset(buffer.get(), 0, memory_size); in TEST() 272 ASSERT_EQ(memory_size, write(fd, buffer.get(), memory_size)); in TEST() 277 memory_size, in TEST() 305 info.start_addr = kMemoryAddress - memory_size; in TEST() [all …]
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer_unittest.cc | 77 const uint32_t memory_size = sysconf(_SC_PAGESIZE); in TEST() local 85 info.start_addr = memory_size; in TEST() 86 info.size = memory_size; in TEST()
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 131 bool CrashGenerator::MapSharedMemory(size_t memory_size) { in MapSharedMemory() argument 135 void* mapped_memory = mmap(0, memory_size, PROT_READ | PROT_WRITE, in MapSharedMemory() 142 memset(mapped_memory, 0, memory_size); in MapSharedMemory() 144 shared_memory_size_ = memory_size; in MapSharedMemory()
|
D | crash_generator.h | 94 bool MapSharedMemory(size_t memory_size);
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsWebAssembly.td | 17 // Note that memory_size is not IntrNoMem because it must be sequenced with
|
/external/llvm/test/CodeGen/ARM/ |
D | 2008-05-19-ScavengerAssert.ll | 17 %memory_size.3555 = add i32 0, %tmp151 ; <i32> [#uses=0]
|
D | 2008-05-19-LiveIntervalsBug.ll | 52 …%memory_size.0.i = phi i32 [ %tmp23.i31, %get_mem3Dpel.exit.split.i ], [ %tmp50.i.i, %entry ] ; <… 53 %tmp41 = add i32 0, %memory_size.0.i ; <i32> [#uses=0]
|
/external/clang/include/clang/Basic/ |
D | BuiltinsWebAssembly.def | 19 // Note that memory_size is not "c" (readnone) because it must be sequenced with
|
/external/kernel-headers/original/uapi/linux/ |
D | vhost.h | 52 __u64 memory_size; /* bytes */ member
|
D | kvm.h | 92 __u64 memory_size; /* bytes */ member 100 __u64 memory_size; /* bytes */ member
|
/external/pdfium/core/include/fxge/ |
D | fx_ge_win32.h | 21 size_t memory_size; member
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 62 void FlushInstructionCache(const char* memory, uint32_t memory_size) { in FlushInstructionCache() argument 65 long end = begin + static_cast<long>(memory_size); in FlushInstructionCache() 82 long end = begin + static_cast<long>(memory_size); in FlushInstructionCache() 90 cacheflush(const_cast<char*>(memory), memory_size, ICACHE); in FlushInstructionCache()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | kvm.h | 55 __u64 memory_size; member
|
/external/freetype/include/ |
D | freetype.h | 1950 FT_Long memory_size; member
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 402 args.memory_size = szBuffer; in GetFontFace()
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | freetype.h | 1969 FT_Long memory_size; member
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8l.c | 378 const uint64_t memory_size = sizeof(*dec->rescaler) + in AllocateAndInitRescaler() local 381 uint8_t* memory = (uint8_t*)WebPSafeCalloc(memory_size, sizeof(*memory)); in AllocateAndInitRescaler()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_gdipext.cpp | 1409 if (args.memory_size == 0 || !args.memory_base) { in LoadDIBitmap() 1413 pStream->Write(args.memory_base, (ULONG)args.memory_size, NULL); in LoadDIBitmap()
|