/external/eigen/bench/ |
D | product_threshold.cpp | 11 template<int S> struct map_size { enum { ret = S }; }; struct 12 template<> struct map_size<10> { enum { ret = 20 }; }; argument 13 template<> struct map_size<11> { enum { ret = 50 }; }; argument 14 template<> struct map_size<12> { enum { ret = 100 }; }; struct 15 template<> struct map_size<13> { enum { ret = 300 }; }; argument
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_memory.c | 57 static int find_in_memory_map(efi_uintn_t map_size, in find_in_memory_map() 105 efi_uintn_t map_size = 0; in execute() local
|
D | efi_selftest_set_virtual_address_map.c | 17 static efi_uintn_t map_size; variable
|
D | efi_selftest.c | 33 efi_uintn_t map_size = 0; in efi_st_exit_boot_services() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
D | 2-1.c | 32 int rc, fd, map_size; in main() local
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | partition_direct_map_extent.h | 19 size_t map_size; // Mapped size, not including guard pages and meta-data. member
|
D | partition_bucket.cc | 34 size_t map_size = size + kPartitionPageSize; in PartitionDirectMap() local
|
/external/ltp/testcases/kernel/mem/mtest07/ |
D | shm_test.c | 90 int map_size; member 282 int map_size; /* size of the file mapped. */ in main() local
|
/external/u-boot/test/dm/ |
D | sf.c | 27 uint map_size; in dm_test_spi_flash() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_lru_map.c | 253 unsigned int map_size; in test_lru_sanity1() local 330 unsigned int map_size; in test_lru_sanity2() local 437 unsigned int map_size; in test_lru_sanity3() local 624 unsigned int map_size = tgt_free * 2; in test_lru_sanity6() local
|
/external/libchrome/base/files/ |
D | memory_mapped_file_posix.cc | 34 size_t map_size = 0; in MapFileRegionToMemory() local
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_bo.h | 36 uint32_t map_size; member
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 158 static std::vector<const Message*> Sort(const Message& message, int map_size, in Sort()
|
D | map_field.cc | 531 size_t map_size = map_.size(); in SpaceUsedExcludingSelfNoLock() local
|
/external/google-breakpad/src/processor/ |
D | cfi_frame_info.h | 243 SimpleCFIWalker(const RegisterSet *register_map, size_t map_size) in SimpleCFIWalker()
|
/external/libdrm/tests/amdgpu/ |
D | vm_tests.c | 176 const uint64_t map_size = (4ULL << 30) - (2 << 12); in amdgpu_vm_unaligned_map() local
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_userptr_benchmark.c | 393 unsigned long map_size = BO_SIZE + PAGE_SIZE - 1; in test_single() local 421 unsigned long map_size = batch * BO_SIZE + PAGE_SIZE - 1; in test_multiple() local
|
/external/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 41 unw_word_t map_size = ei->u.memory.end - ei->u.memory.start; in get_dyn_gp() local
|
/external/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsx-linux.c | 642 unsigned map_size; in domapread() local 779 unsigned map_size; in domapwrite() local
|
/external/elfutils/src/ |
D | strings.c | 468 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file() local
|
/external/python/cpython2/Modules/ |
D | mmapmodule.c | 1084 Py_ssize_t map_size; in new_mmap_object() local 1243 Py_ssize_t map_size; in new_mmap_object() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 551 uptr map_size = kUserMapSize; in PopulateFreeList() local 563 uptr map_size = kMetaMapSize; in PopulateFreeList() local 1050 uptr map_size = RoundUpMapSize(size); in Allocate() local 1249 uptr map_size; member
|
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 1098 Py_ssize_t map_size; in new_mmap_object() local 1269 Py_ssize_t map_size; in new_mmap_object() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.h | 48 uint8_t map_size; member
|
/external/u-boot/lib/efi_loader/ |
D | efi_memory.c | 613 efi_uintn_t map_size = 0; in efi_get_memory_map() local
|