Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dfrozen_dllmain.c121 HMODULE hmod = GetModuleHandleW(NULL); in CallModuleDllMain() local
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName); in CallModuleDllMain()
132 return (*pfndllmain)(hmod, dwReason, NULL); in CallModuleDllMain()
/external/python/cpython2/PC/
Dfrozen_dllmain.c121 HMODULE hmod = GetModuleHandle(NULL); in CallModuleDllMain() local
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName); in CallModuleDllMain()
132 return (*pfndllmain)(hmod, dwReason, NULL); in CallModuleDllMain()
/external/webrtc/webrtc/base/
Dlogging.cc154 HMODULE hmod = GetModuleHandleA(module); in LogMessage() local
155 if (hmod) in LogMessage()
158 flags, hmod, err, in LogMessage()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_10_0.inc284 CUresult CUDAAPI cuModuleUnload(CUmodule hmod) {
288 return func_ptr(hmod);
291 CUresult CUDAAPI cuModuleGetFunction(CUfunction *hfunc, CUmodule hmod, const char *name) {
295 return func_ptr(hfunc, hmod, name);
298 CUresult CUDAAPI cuModuleGetGlobal(CUdeviceptr *dptr, size_t *bytes, CUmodule hmod, const char *nam…
302 return func_ptr(dptr, bytes, hmod, name);
305 CUresult CUDAAPI cuModuleGetTexRef(CUtexref *pTexRef, CUmodule hmod, const char *name) {
309 return func_ptr(pTexRef, hmod, name);
312 CUresult CUDAAPI cuModuleGetSurfRef(CUsurfref *pSurfRef, CUmodule hmod, const char *name) {
316 return func_ptr(pSurfRef, hmod, name);
/external/python/cpython3/Lib/test/
Dtest_fractions.py581 hmod = sys.hash_info.modulus
586 self.assertEqual(hinf, hash(F(1, hmod)))
/external/syzkaller/sys/windows/
Dwindows.txt1654 SetWindowsHookExA(idHook int32, lpfn ptr[inout, intptr], hmod ptr[inout, intptr], dwThreadId int32)
2092 PlaySoundA(pszSound ptr[inout, int8], hmod ptr[inout, intptr], fdwSound int32)