OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numCPUs
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp
162
UInt32
numCPUs
= NWindows::NSystem::GetNumberOfProcessors();
163
PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:",
numCPUs
);
165
numThreads =
numCPUs
;
248
UInt32
numCPUs
= NWindows::NSystem::GetNumberOfProcessors();
249
PrintRequirements(f, "size: ", ramSize, "CPU hardware threads:",
numCPUs
);
251
numThreads =
numCPUs
;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prinit.h
184
NSPR_API(void) PR_SetConcurrency(PRUintn
numCPUs
);
/external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
220
UInt32
numCPUs
= NWindows::NSystem::GetNumberOfProcessors();
223
numThreads =
numCPUs
;
Completed in 32 milliseconds