HomeSort by relevance Sort by last modified time
    Searched refs:U64 (Results 26 - 44 of 44) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_s390_isel.c 225 ULong value = arg2->Iex.Const.con->Ico.U64;
336 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break;
    [all...]
host_ppc_isel.c 3168 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon13455
    [all...]
ir_defs.c 75 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
    [all...]
host_x86_isel.c 124 && e->Iex.Const.con->Ico.U64 == 0ULL;
2891 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon13568
    [all...]
guest_amd64_helpers.c     [all...]
host_arm_isel.c     [all...]
  /external/valgrind/main/lackey/
lk_main.c 849 st->Ist.Exit.dst->Ico.U64;
    [all...]
  /external/openssl/crypto/modes/
gcm128.c 74 u64 T = U64(0xe100000000000000) & (0-(V.lo&1)); \
81 V.hi = (V.hi>>1 )^((u64)T<<32); \
121 static void gcm_init_8bit(u128 Htable[256], u64 H[2])
145 static void gcm_gmult_8bit(u64 Xi[2], const u128 Htable[256])
231 Z.hi ^= (u64)rem_8bit[rem]<<32;
256 static void gcm_init_4bit(u128 Htable[16], u64 H[2])
335 static void gcm_gmult_4bit(u64 Xi[2], const u128 Htable[16])
356 Z.hi ^= (u64)rem_4bit[rem]<<32;
373 Z.hi ^= (u64)rem_4bit[rem]<<32
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ForEachTest.java 236 t = new Type.Builder(mRS, Element.U64(mRS)).setX(x).create();
  /external/valgrind/main/VEX/pub/
libvex_ir.h 288 ULong U64;
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 363 public static Element U64(RenderScript rs) {
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 300 : (Long)(con->Ico.U64))
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 1036 target = con->tag == Ico_U32 ? con->Ico.U32 : con->Ico.U64;
    [all...]
  /external/valgrind/main/cachegrind/
cg_main.c     [all...]
  /external/valgrind/main/callgrind/
main.c 797 addr = con->Ico.U64;
    [all...]
  /external/valgrind/main/VEX/
test_main.c     [all...]
  /external/valgrind/main/memcheck/
mc_translate.c     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 707 milliseconds

12