Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/programs/
H A Dutil.h599 DWORD returnLength = 0; in UTIL_countPhysicalCores() local
610 DWORD rc = glpi(buffer, &returnLength); in UTIL_countPhysicalCores()
615 buffer = (PSYSTEM_LOGICAL_PROCESSOR_INFORMATION)malloc(returnLength); in UTIL_countPhysicalCores()
632 while (byteOffset + sizeof(SYSTEM_LOGICAL_PROCESSOR_INFORMATION) <= returnLength) { in UTIL_countPhysicalCores()