HomeSort by relevance Sort by last modified time
    Searched refs:ULong (Results 226 - 241 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/valgrind/main/VEX/priv/
main_main.c 141 vassert(8 == sizeof(ULong));
    [all...]
host_amd64_defs.c 638 AMD64Instr* AMD64Instr_Imm64 ( ULong imm64, HReg dst ) {
    [all...]
host_arm_defs.c 554 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);
    [all...]
host_x86_isel.c     [all...]
guest_x86_toIR.c 683 static IRExpr* mkU64 ( ULong i )
    [all...]
host_arm_isel.c 376 ULong target;
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 617 // We do not take ULong* (as ULong 8 bytes on a 32 bits),
771 (ULong)auxv->a_type);
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c 183 static ULong unique = 0;
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 348 static void OnStartClientCode(ThreadId vg_tid, ULong nDisp) {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 419 InitBuiltinType(UnsignedLongTy, BuiltinType::ULong);
    [all...]
Type.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 397 case BuiltinType::ULong:
416 case BuiltinType::ULong: BTName = "long unsigned int"; break;
    [all...]
CGExprScalar.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/valgrind/main/perf/
test_input_for_tinycc.c 321 typedef unsigned long int ulong; typedef
1206 typedef unsigned long long int ULong;
1313 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL)
    [all...]

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 910