HomeSort by: relevance | last modified time | path
    Searched refs:cpus_size (Results 1 - 6 of 6) sorted by relevancy

  /src/external/public-domain/xz/dist/src/common/
tuklib_cpucores.c 77 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)
  /src/external/public-domain/xz/dist/m4/
tuklib_cpucores.m4 108 size_t cpus_size = sizeof(cpus);
109 sysctl(name, 2, &cpus, &cpus_size, NULL, 0);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 10563 if (CurCPUDisp->cpus_size() == NewCPUDisp->cpus_size() &&
10584 if (CurCPUSpec->cpus_size() == NewCPUSpec->cpus_size() &&
SemaOverload.cpp 9468 if (Cand1CPUSpec->cpus_size() != Cand2CPUSpec->cpus_size())
9469 return Cand1CPUSpec->cpus_size() < Cand2CPUSpec->cpus_size()
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.cpp 3154 for (unsigned I = 0; I < Spec->cpus_size(); ++I)
  /src/external/public-domain/xz/dist/
configure 18805 size_t cpus_size = sizeof(cpus);
18806 sysctl(name, 2, &cpus, &cpus_size, NULL, 0);

Completed in 74 milliseconds