Home
last modified time | relevance | path

Searched refs:LoadLibrary (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_xinput.c90 s_pXInputDLL = LoadLibrary(L"XInput1_4.dll"); /* 1.4 Ships with Windows 8. */ in WIN_LoadXInputDLL()
93 …s_pXInputDLL = LoadLibrary(L"XInput1_3.dll"); /* 1.3 can be installed as a redistributable compon… in WIN_LoadXInputDLL()
96 s_pXInputDLL = LoadLibrary(L"bin\\XInput1_3.dll"); in WIN_LoadXInputDLL()
100 s_pXInputDLL = LoadLibrary(L"XInput9_1_0.dll"); in WIN_LoadXInputDLL()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dshared_library.h32 static inline void* LoadLibrary(const char* lib) { in LoadLibrary() function
33 return ::LoadLibrary(lib); in LoadLibrary()
49 static inline void* LoadLibrary(const char* lib) {
/AliOS-Things-master/components/SDL2/src/loadso/windows/
A DSDL_sysloadso.c43 void *handle = (void *) LoadLibrary(tstr); in SDL_LoadObject()
/AliOS-Things-master/components/SDL2/src/filesystem/windows/
A DSDL_sysfilesystem.c43 HANDLE psapi = LoadLibrary(L"psapi.dll"); in SDL_GetBasePath()
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_rawinputjoystick.c343 hHID = LoadLibrary( TEXT( "hid.dll" ) ); in RAWINPUT_AddDevice()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsmessagebox.c806 hComctl32 = LoadLibrary(TEXT("Comctl32.dll")); in WIN_ShowMessageBox()
/AliOS-Things-master/components/SDL2/src/gfx/
A Dltconfig1888 lt_cv_dlopen="LoadLibrary"
A Daclocal.m41876 lt_cv_dlopen="LoadLibrary"
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dltconfig1888 lt_cv_dlopen="LoadLibrary"
A Daclocal.m41876 lt_cv_dlopen="LoadLibrary"
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Dtraces.2429 lt_cv_dlopen=LoadLibrary
A Dtraces.01908 lt_cv_dlopen="LoadLibrary"
A Doutput.09707 lt_cv_dlopen="LoadLibrary"
A Doutput.19707 lt_cv_dlopen="LoadLibrary"
A Doutput.211042 lt_cv_dlopen=LoadLibrary
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlibtool.m41753 lt_cv_dlopen="LoadLibrary"
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m41867 lt_cv_dlopen="LoadLibrary"
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m41939 lt_cv_dlopen=LoadLibrary
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m41939 lt_cv_dlopen=LoadLibrary
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlibtool.m41939 lt_cv_dlopen=LoadLibrary
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Daclocal.m41953 lt_cv_dlopen=LoadLibrary

Completed in 110 milliseconds