Home
last modified time | relevance | path

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

/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 }; }; argument
15 template<> struct map_size<13> { enum { ret = 300 }; }; argument
/external/webrtc/src/system_wrappers/source/
Dmap_unittest.cc139 const int map_size = lhs.Size(); in CompareMaps() local
211 const int map_size = compare_map.Size(); in TEST_F() local
/external/qemu/android/utils/
Dmapfile.c161 size_t map_size; in mapfile_map() local
/external/llvm/tools/lto/
Dlto.cpp80 size_t map_size, in lto_module_create_from_fd_at_offset()
DLTOModule.cpp218 size_t map_size, in makeLTOModule()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator64.h366 uptr map_size = RoundUpMapSize(size); in Allocate() local
385 uptr map_size = RoundUpMapSize(h->size); in Deallocate() local
/external/qemu/android/
Dcharmap.c558 int map_size = 52; in parse_kcm_file() local
/external/v8/test/cctest/
Dtest-serialize.cc406 int new_size, pointer_size, data_size, code_size, map_size, cell_size; in ReserveSpaceForPartialSnapshot() local
/external/e2fsprogs/lib/ext2fs/
Dtdb.c228 tdb_len_t map_size; /* how much space has been mapped */ member