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

  /external/webkit/WebKit/win/
WebKitDLL.cpp 49 HINSTANCE gInstance;
62 gInstance = hModule;
195 HRSRC resInfo = FindResource(gInstance, MAKEINTRESOURCE(idr), L"PNG");
198 HANDLE res = LoadResource(gInstance, resInfo);
204 int size = SizeofResource(gInstance, resInfo);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc_linux.c 78 PBCMSDH_SDMMC_INSTANCE gInstance;
101 gInstance->func[0] = &sdio_func_0;
103 gInstance->func[2] = NULL;
109 gInstance->func[func->num] = func;
249 gInstance = kzalloc(sizeof(BCMSDH_SDMMC_INSTANCE), GFP_KERNEL);
250 if (!gInstance)
271 if (gInstance)
272 kfree(gInstance);

Completed in 272 milliseconds