Searched refs:ULong (Results 201 - 224 of 224) sorted by relevance

123456789

/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.cpp279 case QMetaType::ULong:
301 case QMetaType::ULong:
835 type == QMetaType::ULong ||
/external/valgrind/main/VEX/priv/
H A Dir_defs.c68 union { ULong i64; Double f64; UInt i32; Float f32; } u;
69 vassert(sizeof(ULong) == sizeof(Double));
75 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
1313 IRConst* IRConst_U64 ( ULong u64 )
1341 IRConst* IRConst_F64i ( ULong f64i )
3617 return IRExpr_Const(IRConst_U64((ULong)hw));
H A Dguest_arm_toIR.c274 static IRExpr* mkU64 ( ULong i )
357 static IRExpr* mkU128 ( ULong i )
2877 ULong imm;
3036 ULong imm = 0;
3176 ULong one = 1;
3448 ULong imm = 0;
3688 ULong esize;
3817 ULong imm;
3954 ULong esize, imm;
4485 ULong im
[all...]
H A Dmain_main.c141 vassert(8 == sizeof(ULong));
H A Dhost_amd64_defs.c638 AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst ) {
2067 static UChar* emit64 ( UChar* p, ULong w64 )
2084 static Bool fitsIn32Bits ( ULong x )
2917 vassert(sizeof(ULong) == sizeof(void*));
H A Dhost_arm_defs.c554 ULong ARMNImm_to_Imm64 ( ARMNImm* imm ) {
556 ULong y, x = imm->imm8;
583 y = ((ULong)imm->imm8 >> i) & 1;
605 ARMNImm* Imm64_to_ARMNImm ( ULong x ) {
652 ULong x = ARMNImm_to_Imm64(i);
H A Dhost_x86_isel.c1939 ULong w64 = e->Iex.Const.con->Ico.U64;
2141 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
2420 ULong fn ( ULong, ULong ), and they are
2460 ULong fn ( ULong, UInt ), and they are
2700 ULong fn ( ULong ), and they are
2891 union { UInt u32x2[2]; ULong u6
[all...]
H A Dguest_x86_toIR.c683 static IRExpr* mkU64 ( ULong i )
1430 ULong x86g_use_seg_selector ( HWord ldt, HWord gdt,
3978 /* ULong x86h_check_fldcw ( UInt ); */
4129 value (as a double, actually a ULong) to a helper
4595 ULong x86g_loadF80le ( UInt )
4623 /* Uses dirty helper: void x86g_storeF80le ( UInt, ULong ) */
4722 d->fxState[1].size = 8 * sizeof(ULong);
4926 d->fxState[1].size = 8 * sizeof(ULong);
4983 d->fxState[1].size = 8 * sizeof(ULong);
8129 d->fxState[1].size = 8 * sizeof(ULong);
[all...]
H A Dhost_arm_isel.c376 ULong target;
1807 ULong w64 = e->Iex.Const.con->Ico.U64;
4186 ULong imm64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64;
4288 ULong one = (1LL << 32) | 1LL;
/external/valgrind/main/memcheck/
H A Dmc_translate.c4743 ULong n = 0;
4752 case Ico_U8: n = (ULong)con->Ico.U8; break;
4753 case Ico_U16: n = (ULong)con->Ico.U16; break;
4754 case Ico_U32: n = (ULong)con->Ico.U32; break;
4755 case Ico_U64: n = (ULong)con->Ico.U64; break;
4888 tl_assert(sizeof(ULong) == 8);
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c1356 a1, (ULong)a2, a3, a4, a5, a6 );
1374 ARG1, (ULong)ARG2, ARG3, ARG4, ARG5, ARG6 );
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp560 case BuiltinType::ULong:
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c617 // We do not take ULong* (as ULong 8 bytes on a 32 bits),
771 (ULong)auxv->a_type);
/external/valgrind/main/helgrind/
H A Dhg_main.c183 static ULong unique = 0;
1353 static void evh__start_client_code ( ThreadId tid, ULong nDisp ) {
1363 static void evh__stop_client_code ( ThreadId tid, ULong nDisp ) {
1420 Bool rr, Bool ww, Bool xx, ULong di_handle ) {
/external/clang/lib/CodeGen/
H A DCGRTTI.cpp183 case BuiltinType::ULong:
H A DCGDebugInfo.cpp414 case BuiltinType::ULong:
433 case BuiltinType::ULong: BTName = "long unsigned int"; break;
H A DCGExprScalar.cpp2165 case BuiltinType::ULong:
H A DTargetInfo.cpp1382 VT->getElementType()->isSpecificBuiltinType(BuiltinType::ULong))
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp1027 case BuiltinType::ULong: Out << 'K'; break;
H A DASTContext.cpp753 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
1295 case BuiltinType::ULong:
3993 case BuiltinType::ULong:
4680 if (BT->getKind() == BuiltinType::ULong && getIntWidth(PointeeTy) == 32)
4708 case BuiltinType::ULong:
H A DType.cpp1475 case ULong: return "unsigned long";
H A DItaniumMangle.cpp1861 case BuiltinType::ULong: Out << 'm'; break;
/external/valgrind/tsan/
H A Dts_valgrind.cc348 static void OnStartClientCode(ThreadId vg_tid, ULong nDisp) {
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c1206 typedef unsigned long long int ULong; typedef
1313 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)

Completed in 4738 milliseconds

123456789