Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c1036 { LPFN_GLPI glpi; in UTIL_countPhysicalCores() local
1048 glpi = (LPFN_GLPI)(void*)GetProcAddress(GetModuleHandle(TEXT("kernel32")), in UTIL_countPhysicalCores()
1051 if (glpi == NULL) { in UTIL_countPhysicalCores()
1056 DWORD rc = glpi(buffer, &returnLength); in UTIL_countPhysicalCores()