HomeSort by relevance Sort by last modified time
    Searched defs:dll (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_cryptoapi.c 39 = NULL; /* to be loaded from crypt32.dll */
44 HINSTANCE dll; local
52 dll = LoadLibrary("crypt32");
53 if (dll == NULL) {
60 dll, "CryptImportPublicKeyInfo");
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 110 // NOTE: Please keep this list sorted by dll name, then location.
114 // accelerator.dll, "%programfiles%\\speedbit video accelerator\\".
117 // apiqq0.dll, "%temp%\\".
120 // arking0.dll, "%systemroot%\\system32\\".
123 // arking1.dll, "%systemroot%\\system32\\".
128 // bfllr.dll, "%systemroot%\\system32\\".
131 // clickpotatolitesahook.dll, "". Different version each report.
132 { "0396e037.dll", "", "", "", "", kUninstallLink },
134 // cvasds0.dll, "%temp%\\".
137 // cwalsp.dll, "%systemroot%\\system32\\"
482 string16 dll; local
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 120 * dynamically from winscard.dll for now. */
122 static HINSTANCE dll = NULL; /* winscard.dll */ variable
187 if (dll)
190 dll = LoadLibrary("winscard");
191 if (dll == NULL) {
192 wpa_printf(MSG_DEBUG, "WinSCard: Could not load winscard.dll "
199 dll_ ## s = (void *) GetProcAddress(dll, sym); \
220 "winscard.dll", sym);
221 FreeLibrary(dll);
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon143
50 #define iu_dll u1.dll
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon1332
50 #define iu_dll u1.dll
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 15 volatile u8 dll; /* DLAB == 1 */ member in union:ioc3_uartregs::__anon9502
34 #define iu_dll u1.dll
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon39412
50 #define iu_dll u1.dll
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 27 volatile u8 dll; member in union:ioc3_uartregs::__anon42137
50 #define iu_dll u1.dll

Completed in 838 milliseconds