HomeSort by relevance Sort by last modified time
    Searched defs:h5 (Results 1 - 11 of 11) sorted by null

  /external/clang/test/Sema/
constant-builtins.c 22 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
constant-builtins-2.c 173 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
  /external/dtc/tests/
references.c 80 uint32_t h1, h2, h4, h5; local
104 h5 = fdt_get_phandle(fdt, n5);
115 if ((h5 == 0) || (h5 == -1))
116 FAIL("/node5 has bad phandle, 0x%x", h5);
117 if ((h5 == h4) || (h5 == h2) || (h5 == h1))
118 FAIL("/node5 has duplicate phandle, 0x%x", h5);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 449 long h, h0, h1, h2, h3, h4, h5, h6; local
460 h5 = PyObject_Hash(co->co_freevars);
461 if (h5 == -1) return -1;
464 h = h0 ^ h1 ^ h2 ^ h3 ^ h4 ^ h5 ^ h6 ^
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 449 long h, h0, h1, h2, h3, h4, h5, h6; local
460 h5 = PyObject_Hash(co->co_freevars);
461 if (h5 == -1) return -1;
464 h = h0 ^ h1 ^ h2 ^ h3 ^ h4 ^ h5 ^ h6 ^
  /external/clang/test/SemaCXX/
return-noreturn.cpp 100 int h5(int x) { function in namespace:abort_struct_complex_cfgs
  /external/llvm/include/llvm/ADT/
Hashing.h 261 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
270 state.h6 = hash_16_bytes(state.h4, state.h5);
295 h2 = rotate(h2 + h5, 33) * k1;
297 h4 = h0 + h5;
299 h5 = h2 + h6;
301 mix_32_bytes(s + 32, h5, h6);
308 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
98 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
113 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
279 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
295 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 329 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local
397 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7);
426 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 1290 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); local
1323 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); local
1355 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); local
1384 final CompletableFuture<Void> h5 = m.runAfterEither(f, f, rs[5]); local
2126 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); local
2174 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); local
2282 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); local
2387 final CompletableFuture<Integer> h5 = m.applyToEither(g, f, rs[5]); local
2435 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); local
2484 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); local
2593 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); local
2646 final CompletableFuture<Void> h5 = m.acceptEither(g, f, rs[5]); local
2694 final CompletableFuture<Void> h5 = m.runAfterEither(g, f, rs[5]); local
2739 final CompletableFuture<Void> h5 = m.runAfterEither(g, f, rs[5]); local
2848 final CompletableFuture<Void> h5 = m.runAfterEither(g, f, rs[5]); local
2898 final CompletableFuture<Void> h5 = m.runAfterEither(g, f, rs[5]); local
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 64 int64_t h5 = load_4(s + 16); local
83 carry5 = h5 + (1 << 24); h6 += carry5 >> 25; h5 -= carry5 & kTop39Bits;
88 carry4 = h4 + (1 << 25); h5 += carry4 >> 26; h4 -= carry4 & kTop38Bits;
97 h[5] = h5;
132 int32_t h5 = h[5]; local
145 q = (h5 + q) >> 25;
159 h5 += h4 >> 26; h4 &= kBottom26Bits;
160 h6 += h5 >> 25; h5 &= kBottom25Bits
419 int64_t h5 = f0g5+f1g4 +f2g3 +f3g2 +f4g1 +f5g0 +f6g9_19+f7g8_19+f8g7_19+f9g6_19; local
589 int64_t h5 = f0f5_2+f1f4_2 +f2f3_2 +f6f9_38+f7f8_38; local
840 int64_t h5 = f0f5_2+f1f4_2 +f2f3_2 +f6f9_38+f7f8_38; local
4758 int64_t h5 = f5 * (int64_t) 121666; local
    [all...]

Completed in 1001 milliseconds