Searched defs:g_cBits (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstLdr.cpp48 static uint32_t g_cBits = HC_ARCH_BITS; variable
66 if (g_cBits == 32)
118 if (g_cBits == 32)
274 if (g_cBits == 32)
336 g_cBits = 32;
338 g_cBits = 64;
H A DtstLdr-3.cpp47 static uint8_t g_cBits; variable
212 if (g_cBits == 32)
249 DISCPUMODE enmDisCpuMode = g_cBits == 32 ? DISCPUMODE_32BIT : DISCPUMODE_64BIT;
275 g_cBits = ARCH_BITS;
278 g_cBits = 32;
284 g_cBits = 64;
/vbox/src/bldprogs/
H A DVBoxTpG.cpp142 static uint32_t g_cBits = HC_ARCH_BITS; variable
284 if (g_cBits == 32)
294 if (g_cBits == 32)
572 g_pszScript, g_cBits);
788 bool const fWin64 = g_cBits == 64 && (!strcmp(g_pszAssemblerFmtVal, "win64") || !strcmp(g_pszAssemblerFmtVal, "pe64"));
823 if (g_cBits == 32)
840 if (g_cBits == 32)
1862 pArg->fType |= VTG_TYPE_CTX_POINTER | g_fTypeContext | VTG_TYPE_FIXED_SIZED | (g_cBits / 8);
2263 g_cHostBits = g_cBits = 32;
2268 g_cHostBits = g_cBits
[all...]

Completed in 38 milliseconds