Home
last modified time | relevance | path

Searched defs:m128 (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/art/test/ProfileTestMultiDex/
H A DSecond.java173 public void m128() {} in m128() method in ZLotsOfMethodsSecond
H A DMain.java238 public void m128() {} in m128() method in ZLotsOfMethods
/aosp_15_r20/cts/hostsidetests/compilation/app/src/android/compilation/cts/
H A DCompilationTargetActivity.java427 public int m128() { return new Random(128).nextInt(); } in m128() method in CompilationTargetActivity
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear.c107 union { __m128i m128; uint ui[4]; } dstreg; in blend_premul() member
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc36 typedef __m128i m128; typedef
/aosp_15_r20/external/grpc-grpc/third_party/xxhash/
H A Dxxhash.h5024 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local
5047 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/xxhash/
Dxxhash.h5024 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local
5047 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b() local
/aosp_15_r20/external/AFLplusplus/include/
H A Dxxhash.h5683 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local
5714 XXH128_hash_t m128 = in XXH3_len_9to16_128b() local
/aosp_15_r20/external/rust/android-crates-io/crates/twox-hash/src/
Dxxh3.rs1192 let m128 = u128::from(inlow).wrapping_mul(u128::from(PRIME64_1)); in hash_len_9to16_128bits() localVariable
/aosp_15_r20/external/zstd/lib/common/
H A Dxxhash.h6434 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local
6457 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b() local
/aosp_15_r20/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2694 TEST(MemorySanitizer, m128) { in TEST() argument