Home
last modified time | relevance | path

Searched refs:CurBuffSize (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc133 size_t CurBuffSize = 0; in GetSysctlImp() local
134 if (sysctlbyname(Name.c_str(), nullptr, &CurBuffSize, nullptr, 0) == -1) in GetSysctlImp()
137 ValueUnion buff(CurBuffSize); in GetSysctlImp()
/external/google-benchmark/src/
Dsysinfo.cc133 size_t CurBuffSize = 0; in GetSysctlImp() local
134 if (sysctlbyname(Name.c_str(), nullptr, &CurBuffSize, nullptr, 0) == -1) in GetSysctlImp()
137 ValueUnion buff(CurBuffSize); in GetSysctlImp()