| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| TypeTest.java | 67 testTypeBuilderHelper(Element.U64(mRS));
|
| RSBaseCompute.java | 90 element = Element.U64(rs);
|
| AllocationTest.java | 132 createTypedHelper(Element.U64(mRS)); 171 createSizedHelper(Element.U64(mRS));
|
| ForEachTest.java | 234 t = new Type.Builder(mRS, Element.U64(mRS)).setX(x).create();
|
| KernelTest.java | 234 t = new Type.Builder(mRS, Element.U64(mRS)).setX(x).create();
|
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| ElementThunker.java | 210 e = android.renderscript.Element.U64(rst.mN);
|
| Element.java | 372 public static Element U64(RenderScript rs) { [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_amd64_isel.c | 299 && e->Iex.Const.con->Ico.U64 == 0ULL; 382 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) { 385 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)), 389 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst); 2764 union { ULong u64; Double f64; } u; member in union:__anon35446 [all...] |
| host_arm64_isel.c | 375 return con->Ico.U64 == 0; 904 Long simm = (Long)e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; 1378 ULong u64 = (ULong)u32; local [all...] |
| host_s390_isel.c | 307 ULong value = arg2->Iex.Const.con->Ico.U64; 418 case Ico_U64: value = expr->Iex.Const.con->Ico.U64; break; 440 case Ico_U64: return con->Ico.U64; [all...] |
| host_mips_isel.c | 725 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True) 726 && uLong_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) { 727 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64, [all...] |
| host_ppc_isel.c | 3840 union { UInt u32x2[2]; ULong u64; Double f64; } u; member in union:__anon35786 [all...] |
| guest_arm64_helpers.c | 694 && e->Iex.Const.con->Ico.U64 == n ); [all...] |
| /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/ |
| omxVCM4P10_PredictIntra_4x4_s.S | 73 VRSHR.U64 d1,d1,#3
|
| /external/valgrind/main/coregrind/m_gdbserver/ |
| m_gdbserver.c | [all...] |
| /cts/tests/tests/rscpp/librscpptest/ |
| rs_jni_allocation.cpp | 107 createTypedHelper(mRS, Element::U64(mRS));
|
| /external/valgrind/main/lackey/ |
| lk_main.c | 931 st->Ist.Exit.dst->Ico.U64; [all...] |
| /frameworks/rs/cpp/ |
| rsCppStructs.h | 198 sp<const Element> U64; 716 static sp<const Element> U64(sp<RS> rs); [all...] |
| /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/ |
| rsCppStructs.h | 197 sp<const Element> U64; 708 static sp<const Element> U64(sp<RS> rs); [all...] |
| /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/ |
| rsCppStructs.h | 197 sp<const Element> U64; 708 static sp<const Element> U64(sp<RS> rs); [all...] |
| /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/ |
| rsCppStructs.h | 197 sp<const Element> U64; 708 static sp<const Element> U64(sp<RS> rs); [all...] |
| /external/chromium_org/third_party/openssl/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...] |
| /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...] |
| /external/valgrind/main/VEX/pub/ |
| libvex_ir.h | 298 ULong U64; [all...] |
| /frameworks/base/rs/java/android/renderscript/ |
| Element.java | 375 public static Element U64(RenderScript rs) { [all...] |