Searched refs:cpus_size (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/xz/src/common/
H A Dtuklib_cpucores.c77 size_t cpus_size = sizeof(cpus); local
78 if (sysctl(name, 2, &cpus, &cpus_size, NULL, 0) != -1
79 && cpus_size == sizeof(cpus) && cpus > 0)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp10193 if (CurCPUDisp->cpus_size() == NewCPUDisp->cpus_size() &&
10214 if (CurCPUSpec->cpus_size() == NewCPUSpec->cpus_size() &&
H A DSemaOverload.cpp9385 if (Cand1CPUSpec->cpus_size() != Cand2CPUSpec->cpus_size())
9386 return Cand1CPUSpec->cpus_size() < Cand2CPUSpec->cpus_size();
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2774 for (unsigned I = 0; I < Spec->cpus_size(); ++I)

Completed in 278 milliseconds