Lines Matching defs:g_cBits
142 static uint32_t g_cBits = HC_ARCH_BITS;
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 = 64;