Home
last modified time | relevance | path

Searched refs:map_str (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/utils/benchmark/src/
Dsysinfo.cc270 std::string map_str; in GetCacheSizesFromKVFS() local
271 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
273 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc273 std::string map_str; in GetCacheSizesFromKVFS() local
274 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
276 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dsysinfo.cc273 std::string map_str; in GetCacheSizesFromKVFS() local
274 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
276 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
/external/google-benchmark/src/
Dsysinfo.cc282 std::string map_str; in GetCacheSizesFromKVFS() local
283 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
285 info.num_sharing = CountSetBitsInCPUMap(map_str); in GetCacheSizesFromKVFS()
/external/rust/crates/hashbrown/src/
Dmap.rs4006 let map_str = format!("{:?}", map); in test_show() localVariable
4008 assert!(map_str == "{1: 2, 3: 4}" || map_str == "{3: 4, 1: 2}"); in test_show()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c5344 int parse_ugid_map(char *map_str, in parse_ugid_map() argument
5353 for (*ugid_map_count = 0, line_str = map_str;; in parse_ugid_map()