Home
last modified time | relevance | path

Searched defs:dll (Results 1 – 23 of 23) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
Dreport_globals_vs_freelibrary.cc25 HMODULE dll = LoadLibrary(dll_name); in main() local
Dreport_globals_reload_dll.cc30 HMODULE dll = LoadLibrary(dll_name); in main() local
/external/lzma/C/
DDllSecur.c61 const char *dll; in LoadSecurityDlls() local
/external/libusb/libusb/os/
Dwindows_common.h117 #define DLL_LOAD_FUNC_PREFIXNAME(dll, prefixname, name, ret_on_failure) \ argument
136 #define DLL_LOAD_FUNC(dll, name, ret_on_failure) \ argument
138 #define DLL_LOAD_FUNC_PREFIXED(dll, prefix, name, ret_on_failure) \ argument
/external/python/cpython2/Lib/ctypes/test/
Dtest_refcounts.py9 dll = ctypes.CDLL(_ctypes_test.__file__) variable
Dtest_pickling.py5 dll = CDLL(_ctypes_test.__file__) variable
Dtest_as_parameter.py6 dll = CDLL(_ctypes_test.__file__) variable
Dtest_functions.py19 dll = CDLL(_ctypes_test.__file__) variable
/external/python/cpython3/Lib/ctypes/test/
Dtest_refcounts.py10 dll = ctypes.CDLL(_ctypes_test.__file__) variable
Dtest_pickling.py5 dll = CDLL(_ctypes_test.__file__) variable
Dtest_as_parameter.py6 dll = CDLL(_ctypes_test.__file__) variable
Dtest_functions.py19 dll = CDLL(_ctypes_test.__file__) variable
/external/u-boot/arch/arm/include/asm/arch-pxa/
Dregs-uart.h18 uint32_t dll; member
/external/u-boot/include/
Dns16550.h100 #define dll rbr macro
/external/clang/test/CodeGen/
Dbuiltins-nvptx.c189 __device__ long long dll; variable
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c299 #define DECLPROC(dll, result, name, args)\ argument
304 #define DECLVAR(dll, type, name)\ argument
1328 static LPSTR get_sys_prefix(LPSTR exe, LPSTR dll) in get_sys_prefix()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c292 #define DECLPROC(dll, result, name, args)\ argument
297 #define DECLVAR(dll, type, name)\ argument
1284 static LPSTR get_sys_prefix(LPSTR exe, LPSTR dll) in get_sys_prefix()
/external/u-boot/arch/arm/include/asm/
Domap_mmc.h43 unsigned int dll; /* 0x34 */ member
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c130 static HINSTANCE dll = NULL; /* winscard.dll */ variable
/external/ImageMagick/MagickCore/
Dnt-base.c1332 dll[MagickPathExtent] = { "" }; in NTGhostscriptDLL() local
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c643 PyObject *dll; in CDataType_in_dll() local
3339 PyObject *dll; in PyCFuncPtr_FromDll() local
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c682 PyObject *dll; in CDataType_in_dll() local
3446 PyObject *dll; in PyCFuncPtr_FromDll() local
/external/libaom/libaom/av1/encoder/x86/
Dpickrst_sse4.c152 const __m128i dll = _mm_cvtepu32_epi64(dl); in acc_stat_highbd_sse41() local