Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dwin32_ordinal_test.c57 test_ordinal (HMODULE hmod, const char * func_name, int ordinal) in test_ordinal()
89 HMODULE hmod = NULL ; in win32_ordinal_test() local
/third_party/mindspore/tests/ut/cpp/stub/runtime/
Dcuda.cc25 CUresult cuModuleGetFunction(CUfunction *hfunc, CUmodule hmod, const char *name) { return CUDA_SUCC… in cuModuleGetFunction()
33 CUresult cuModuleUnload(CUmodule hmod) { return CUDA_SUCCESS; } in cuModuleUnload()
/third_party/python/PC/
Dfrozen_dllmain.c121 HMODULE hmod = GetModuleHandleW(NULL); in CallModuleDllMain() local
/third_party/boost/libs/iostreams/src/
Dmapped_file.cpp217 HMODULE hmod = ::GetModuleHandleA("kernel32.dll"); in open_file() local
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudaloader.c473 CuModuleGetFunction (CUfunction * hfunc, CUmodule hmod, const char *name) in CuModuleGetFunction()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp725 static HMODULE hmod = LoadLibrary("DXIL.DLL"); in validate_module() local