Home
last modified time | relevance | path

Searched refs:_declDllFunc (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.5/build/tools/loadrun/
Disd_api.c55 #ifdef _declDllFunc
56 #undef _declDllFunc
58 #define _declDllFunc(type,name) (NITROTOOLAPI_##type)GetProcAddress(ISNTD_DllInstance, NITRO_FUNC_#… macro
81 ISNTD_FindOpen = _declDllFunc(FINDOPEN, FINDOPEN); in ISNTD_InitDll()
82 ISNTD_FindNext = _declDllFunc(FINDNEXT, FINDNEXT); in ISNTD_InitDll()
83 ISNTD_FindClose = _declDllFunc(FINDCLOSE, FINDCLOSE); in ISNTD_InitDll()
84 ISNTD_Selector = _declDllFunc(DEVSELECTOR, SELECTOR); in ISNTD_InitDll()
85 ISNTD_DeviceOpen = _declDllFunc(OPEN, OPEN); in ISNTD_InitDll()
86 ISNTD_CheckConnect = _declDllFunc(CHECKCONNECT, CHECKCONNECT); in ISNTD_InitDll()
87 ISNTD_DeviceClose = _declDllFunc(CLOSE, CLOSE); in ISNTD_InitDll()
[all …]
/TwlSDK-5.5/build/tools/loadrun.TWL/
Disd_api.c82 #ifdef _declDllFunc
83 #undef _declDllFunc
85 #define _declDllFunc(type,name) (ISD_##type)GetProcAddress(ISTD_DllInstance, ISD_FUNC_##name) macro
111 ISTD_GetVersion = _declDllFunc(GETVERSION, GETVERSION); in ISTD_InitDll()
112 ISTD_FindOpen = _declDllFunc(FINDOPEN, FINDOPEN); in ISTD_InitDll()
113 ISTD_FindNext = _declDllFunc(FINDNEXT, FINDNEXT); in ISTD_InitDll()
114 ISTD_FindClose = _declDllFunc(FINDCLOSE, FINDCLOSE); in ISTD_InitDll()
116 ISTD_Open = _declDllFunc(OPEN, OPEN); in ISTD_InitDll()
117 ISTD_OpenEx = _declDllFunc(OPENEX, OPENEX); in ISTD_InitDll()
118 ISTD_Close = _declDllFunc(CLOSE, CLOSE); in ISTD_InitDll()
[all …]