HomeSort by relevance Sort by last modified time
    Searched refs:hTmp (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
pex-win32.c 168 HKEY hKey, hTmp;
172 hTmp = hKey;
173 res = RegOpenKey (hTmp, *keys, &hKey);
175 if (hTmp != HKEY_LOCAL_MACHINE)
176 RegCloseKey (hTmp);
188 HKEY hKey, hTmp;
244 res = RegOpenKey (hKey, foundbuf, &hTmp);
254 if (RegQueryValueEx (hTmp, "InstallLocation", 0, NULL, NULL,
257 RegCloseKey (hTmp);
266 RegCloseKey (hTmp);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTexture.cpp 123 unsigned int wTmp = w, hTmp = h;
128 len += PVRT_MAX(wTmp, wMin) * PVRT_MAX(hTmp, hMin);
130 hTmp >>= 1;
132 while(bMIPMap && (wTmp || hTmp));
    [all...]

Completed in 100 milliseconds