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

  /external/python/cpython2/PC/
frozen_dllmain.c 121 HMODULE hmod = GetModuleHandle(NULL); local
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName);
132 return (*pfndllmain)(hmod, dwReason, NULL);
  /external/python/cpython3/PC/
frozen_dllmain.c 121 HMODULE hmod = GetModuleHandleW(NULL); local
125 pfndllmain = (BOOL (WINAPI *)(HINSTANCE, DWORD, LPVOID))GetProcAddress(hmod, funcName);
132 return (*pfndllmain)(hmod, dwReason, NULL);
  /sdk/find_java/src/source/
utils.cpp 166 HMODULE hmod = LoadLibrary("kernel32.dll"); local
167 if (hmod != NULL) {
168 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
175 FreeLibrary(hmod);
189 HMODULE hmod = LoadLibrary("kernel32.dll"); local
190 if (hmod != NULL) {
191 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");
198 FreeLibrary(hmod);
  /sdk/find_java2/src/
utils.cpp 248 HMODULE hmod = LoadLibrary(_T("kernel32.dll")); local
249 if (hmod != NULL) {
250 FARPROC proc = GetProcAddress(hmod, "Wow64DisableWow64FsRedirection");
257 FreeLibrary(hmod);
271 HMODULE hmod = LoadLibrary(_T("kernel32.dll")); local
272 if (hmod != NULL) {
273 FARPROC proc = GetProcAddress(hmod, "Wow64RevertWow64FsRedirection");
280 FreeLibrary(hmod);
  /external/webrtc/webrtc/base/
logging.cc 154 HMODULE hmod = GetModuleHandleA(module); local
155 if (hmod)
158 flags, hmod, err,
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 976 HMod* hmod = instr->hydrogen(); local
979 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
986 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero))
1015 HMod* hmod = instr->hydrogen(); local
1027 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc 3854 HMod* hmod = instr->hydrogen(); local
3893 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 877 HMod* hmod = instr->hydrogen(); local
880 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
887 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
915 HMod* hmod = instr->hydrogen(); local
916 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
927 HMod* hmod = instr->hydrogen(); local
940 if (hmod->CheckFlag(HValue::kCanBeDivByZero))
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 961 HMod* hmod = instr->hydrogen(); local
965 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
1000 HMod* hmod = instr->hydrogen(); local
1012 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 950 HMod* hmod = instr->hydrogen(); local
954 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
959 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
989 HMod* hmod = instr->hydrogen(); local
1001 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 911 HMod* hmod = instr->hydrogen(); local
914 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
922 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
925 } else if (!hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
960 HMod* hmod = instr->hydrogen(); local
961 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
972 HMod* hmod = instr->hydrogen() local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 891 HMod* hmod = instr->hydrogen(); local
894 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
902 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
905 } else if (!hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
939 HMod* hmod = instr->hydrogen(); local
950 HMod* hmod = instr->hydrogen(); local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 906 HMod* hmod = instr->hydrogen(); local
909 if (hmod->CheckFlag(HValue::kLeftCanBeNegative)) {
916 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
944 HMod* hmod = instr->hydrogen(); local
945 if (hmod->CheckFlag(HValue::kBailoutOnMinusZero)) {
956 HMod* hmod = instr->hydrogen(); local
969 if (hmod->CheckFlag(HValue::kCanBeDivByZero))
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 1178 HMod* hmod = instr->hydrogen(); local
1216 HMod* hmod = instr->hydrogen(); local
1228 HMod* hmod = instr->hydrogen(); local
    [all...]

Completed in 907 milliseconds