Searched defs:hmod (Results 1 – 6 of 6) sorted by relevance
57 test_ordinal (HMODULE hmod, const char * func_name, int ordinal) in test_ordinal()89 HMODULE hmod = NULL ; in win32_ordinal_test() local
25 CUresult cuModuleGetFunction(CUfunction *hfunc, CUmodule hmod, const char *name) { return CUDA_SUCC… in cuModuleGetFunction()33 CUresult cuModuleUnload(CUmodule hmod) { return CUDA_SUCCESS; } in cuModuleUnload()
121 HMODULE hmod = GetModuleHandleW(NULL); in CallModuleDllMain() local
217 HMODULE hmod = ::GetModuleHandleA("kernel32.dll"); in open_file() local
473 CuModuleGetFunction (CUfunction * hfunc, CUmodule hmod, const char *name) in CuModuleGetFunction()
725 static HMODULE hmod = LoadLibrary("DXIL.DLL"); in validate_module() local