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

  /external/python/cpython3/PC/
winreg.c 975 HMODULE hMod;
982 hMod = GetModuleHandleW(L"advapi32.dll");
983 if (hMod)
984 pfn = (RDKEFunc)GetProcAddress(hMod,
    [all...]
  /external/python/cpython2/PC/
_winreg.c     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 574 // mod the wMod/hMod value must be equal to 0.
582 if ((h % formatPtr->hMod) != 0) {
583 h += formatPtr->hMod - (h % formatPtr->hMod);
hwcTestLib.h 41 uint32_t wMod, hMod; // Width/height mod this value must equal zero
hwcCommit.cpp     [all...]
  /external/python/cpython2/Modules/_ctypes/
callproc.c     [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c     [all...]
  /external/fio/os/windows/
posix.c 197 HMODULE hMod;
199 hMod = LoadLibrary(file);
200 if (hMod == INVALID_HANDLE_VALUE)
205 return hMod;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
celib.h 132 VOID ceInitErrorMessageText(HMODULE hMod,DWORD idsUnexpected,DWORD idsUnknownErrorCode);

Completed in 347 milliseconds