Searched defs:map_size (Results 1 – 9 of 9) sorted by relevance
11 template<int S> struct map_size { enum { ret = S }; }; struct12 template<> struct map_size<10> { enum { ret = 20 }; }; struct13 template<> struct map_size<11> { enum { ret = 50 }; }; struct14 template<> struct map_size<12> { enum { ret = 100 }; }; argument15 template<> struct map_size<13> { enum { ret = 300 }; }; argument
139 const int map_size = lhs.Size(); in CompareMaps() local211 const int map_size = compare_map.Size(); in TEST_F() local
161 size_t map_size; in mapfile_map() local
80 size_t map_size, in lto_module_create_from_fd_at_offset()
218 size_t map_size, in makeLTOModule()
366 uptr map_size = RoundUpMapSize(size); in Allocate() local385 uptr map_size = RoundUpMapSize(h->size); in Deallocate() local
558 int map_size = 52; in parse_kcm_file() local
406 int new_size, pointer_size, data_size, code_size, map_size, cell_size; in ReserveSpaceForPartialSnapshot() local
228 tdb_len_t map_size; /* how much space has been mapped */ member