Home
last modified time | relevance | path

Searched defs:map_size (Results 1 – 25 of 36) sorted by relevance

12

/external/eigen/bench/
Dproduct_threshold.cpp11 template<int S> struct map_size { enum { ret = S }; }; struct
12 template<> struct map_size<10> { enum { ret = 20 }; }; struct
13 template<> struct map_size<11> { enum { ret = 50 }; }; struct
14 template<> struct map_size<12> { enum { ret = 100 }; }; struct
15 template<> struct map_size<13> { enum { ret = 300 }; }; struct
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lru_map.c191 unsigned int map_size; in test_lru_sanity1() local
268 unsigned int map_size; in test_lru_sanity2() local
374 unsigned int map_size; in test_lru_sanity3() local
561 unsigned int map_size = tgt_free * 2; in test_lru_sanity6() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
D2-1.c32 int rc, fd, map_size; in main() local
/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc34 size_t map_size = 0; in MapFileRegionToMemory() local
/external/google-breakpad/src/processor/
Dcfi_frame_info.h243 SimpleCFIWalker(const RegisterSet *register_map, size_t map_size) in SimpleCFIWalker()
/external/ltp/testcases/kernel/mem/mtest07/
Dshm_test.c277 int map_size; /* size of the file mapped. */ in main() local
/external/u-boot/lib/efi_selftest/
Defi_selftest.c34 efi_uintn_t map_size = 0; in efi_st_exit_boot_services() local
/external/libunwind/src/dwarf/
DGfind_unwind_table.c41 unw_word_t map_size = ei->u.memory.end - ei->u.memory.start; in get_dyn_gp() local
/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.cpp109 size_t map_size, in lto_module_create_from_fd_at_offset()
/external/protobuf/src/google/protobuf/
Dmap_field.cc430 int map_size = map_.size(); in SpaceUsedExcludingSelfNoLock() local
Dmap_field_test.cc267 void Expect(MapFieldType* map_field, State state, int map_size, in Expect()
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c642 unsigned map_size; in domapread() local
779 unsigned map_size; in domapwrite() local
/external/elfutils/src/
Dstrings.c468 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file() local
/external/u-boot/lib/efi_loader/
Defi_memory.c444 efi_uintn_t map_size = 0; in efi_get_memory_map() local
/external/python/cpython3/Modules/
Dmmapmodule.c1037 Py_ssize_t map_size; in new_mmap_object() local
1196 Py_ssize_t map_size; in new_mmap_object() local
/external/python/cpython2/Modules/
Dmmapmodule.c1084 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/
Dsanitizer_allocator.h551 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
Dsanitizer_posix.cc154 uptr map_size = size + alignment; in MmapAlignedOrDie() local
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc646 size_t map_size = size + kPartitionPageSize; in PartitionDirectMap() local
984 size_t map_size = partitionPageToDirectMapExtent(page)->map_size; in partitionReallocDirectMappedInPlace() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h48 uint8_t map_size; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_prim_vbuf.c91 size_t map_size; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c1118 unsigned map_size; in si_get_draw_start_count() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOModule.cpp131 size_t map_size, off_t offset, in createFromOpenFileSlice()
/external/llvm/lib/LTO/
DLTOModule.cpp131 const char *path, size_t map_size, in createFromOpenFileSlice()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c858 uint64_t map_size; in amdgpu_bo_sparse_create() local

12