Searched defs:m128 (Results 1 – 11 of 11) sorted by relevance
173 public void m128() {} in m128() method in ZLotsOfMethodsSecond
238 public void m128() {} in m128() method in ZLotsOfMethods
427 public int m128() { return new Random(128).nextInt(); } in m128() method in CompilationTargetActivity
107 union { __m128i m128; uint ui[4]; } dstreg; in blend_premul() member
36 typedef __m128i m128; typedef
5024 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local5047 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b() local
5683 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local5714 XXH128_hash_t m128 = in XXH3_len_9to16_128b() local
1192 let m128 = u128::from(inlow).wrapping_mul(u128::from(PRIME64_1)); in hash_len_9to16_128bits() localVariable
6434 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b() local6457 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b() local
2694 TEST(MemorySanitizer, m128) { in TEST() argument