Home
last modified time | relevance | path

Searched refs:StrCat (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc19 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
217 StrCat("/sys/devices/system/cpu/cpu", cpu, "/cpufreq/scaling_governor"); in CpuScalingEnabled()
250 std::string FPath = StrCat(dir, "index", Idx++, "/"); in GetCacheSizesFromKVFS()
251 std::ifstream f(StrCat(FPath, "size").c_str()); in GetCacheSizesFromKVFS()
267 if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) in GetCacheSizesFromKVFS()
269 if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) in GetCacheSizesFromKVFS()
272 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
H A Dconsole_reporter.cc120 rate = StrCat(" ", HumanReadableNumber(result.bytes_per_second), "B/s"); in PrintRunData()
127 StrCat(" ", HumanReadableNumber(result.items_per_second), " items/s"); in PrintRunData()
H A Dstring_util.h29 inline std::string StrCat(Args&&... args) { in StrCat() function
H A Dtimers.cc20 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc19 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
219 StrCat("/sys/devices/system/cpu/cpu", cpu, "/cpufreq/scaling_governor"); in CpuScalingEnabled()
252 std::string FPath = StrCat(dir, "index", Idx++, "/"); in GetCacheSizesFromKVFS()
253 std::ifstream f(StrCat(FPath, "size").c_str()); in GetCacheSizesFromKVFS()
269 if (!ReadFromFile(StrCat(FPath, "type"), &info.type)) in GetCacheSizesFromKVFS()
271 if (!ReadFromFile(StrCat(FPath, "level"), &info.level)) in GetCacheSizesFromKVFS()
274 if (!ReadFromFile(StrCat(FPath, "shared_cpu_map"), &map_str)) in GetCacheSizesFromKVFS()
H A Dstring_util.h32 inline std::string StrCat(Args&&... args) { in StrCat() function
H A Dtimers.cc20 #undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dstr.c151 StrCat ( in StrCat() function
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defilib.h363 StrCat (
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dshlwapi.d467 alias StrCatW StrCat; in version() local