HomeSort by relevance Sort by last modified time
    Searched defs:h3 (Results 26 - 50 of 51) sorted by null

12 3

  /external/v8/test/mjsunit/
global-undefined.js 87 function h3() { return void 0 == void 0; } function
88 test(true, h3);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 527 FileHandler h3 = new FileHandler("%t/log/string"); local
531 h3.publish(r);
535 h3.close();
LoggerTest.java 679 MockHandler h3 = new MockHandler(); local
682 log.addHandler(h3);
686 assertSame(log.getHandlers()[2], h3); local
691 assertSame(log.getHandlers()[1], h3); local
    [all...]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 92 int h3(int x) { function in namespace:abort_struct_complex_cfgs
  /external/llvm/include/llvm/ADT/
Hashing.h 262 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
292 h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
295 h1 += h3 + fetch64(s + 40);
297 h3 = h4 * k1;
299 mix_32_bytes(s, h3, h4);
309 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 50 unsigned char h0, h1, h2, h3; member in struct:mp3_frame_header_s::__anon30322::__anon30324
70 unsigned char h3, h2, h1, h0;
355 header.h3 = *(p + 0);
  /external/clang/test/CodeGenCXX/
mangle-ms.cpp 98 extern int * const __restrict h3 = &a; variable
99 // CHECK-DAG: @"\01?h3@@3QIAHIA"
100 // X64-DAG: @"\01?h3@@3QEIAHEIA"
  /external/vboot_reference/tests/
cgptlib_test.c 301 GptHeader h3; local
305 Memcpy(&h3, h2, sizeof(h3));
306 h3.signature[0] ^= 0xba;
307 EXPECT(1 == HeaderFieldsSame(h1, &h3));
309 Memcpy(&h3, h2, sizeof(h3));
310 h3.revision++;
311 EXPECT(1 == HeaderFieldsSame(h1, &h3));
313 Memcpy(&h3, h2, sizeof(h3))
    [all...]
  /hardware/intel/common/libva/test/decode/
tinyjpeg.c 631 int h1, h2, h3, v1, v2, v3; local
634 h3 = pic_param.components[2].h_sampling_factor;
639 if (h1 == 2 && h2 == 1 && h3 == 1 &&
647 else if (h1 == 2 && h2 == 1 && h3 == 1 &&
655 else if (h1 == 1 && h2 == 1 && h3 == 1 &&
663 else if (h1 == 4 && h2 == 1 && h3 == 1 &&
670 else if (h1 == 1 && h2 == 1 && h3 == 1 &&
678 else if (h1 == 2 && h2 == 1 && h3 == 1 &&
686 else if (h2 == 2 && h2 == 2 && h3 == 2 &&
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 905 int h3 = (path!=null) ? path.hashCode() : 0; local
907 return h1 + h2 + h3;
    [all...]
  /external/clang/test/Sema/
constant-builtins-2.c 171 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 20 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
52 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
55 ST_SH2(h3, h2, int_buf + 12 * 8, 8);
77 MADD_BF(r13, r2, r5, r10, k0, k1, k2, k3, h0, h1, h2, h3);
79 ST_SH2(h1, h3, int_buf + 11 * 8, 4 * 8);
89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
112 h3 = LD_SH(int_buf + 12 * 8);
113 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
206 v8i16 tp0, tp1, tp2, tp3, g0, g1, g2, g3, g8, g9, g10, g11, h0, h1, h2, h3; local
236 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 331 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local
362 MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3);
428 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 1398 int h0, h1, h2, h3; local
1498 int h0, h1, h2, h3; local
    [all...]
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 533 Node* h3[] = {w3.loop}; local
535 t.CheckLoop(h3, 1, b3, 2);
563 Node* h3[] = {w3.loop}; local
565 t.CheckLoop(h3, 1, b3, 2);
601 Node* h3[] = {w3.loop, c3.phi}; local
603 t.CheckLoop(h3, 2, b3, 3);
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 1288 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); local
1321 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); local
1353 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); local
1382 final CompletableFuture<Void> h3 = m.thenRun(f, rs[3]); local
1412 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); local
1438 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); local
1463 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); local
1488 final CompletableFuture<Integer> h3 = m.applyToEither(f, f, rs[3]); local
1514 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); local
1540 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); local
1565 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); local
1590 final CompletableFuture<Void> h3 = m.acceptEither(f, f, rs[3]); local
1623 final CompletableFuture<Integer> h3 = m.thenCombine(fst, fst, rs[3]); local
1676 final CompletableFuture<Integer> h3 = m.thenCombine(f, g, r3); local
1719 final CompletableFuture<Integer> h3 = m.thenCombine(f, g, r3); local
1755 final CompletableFuture<Integer> h3 = m.thenCombine(f, g, r3); local
1796 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3); local
1840 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3); local
1883 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3); local
1919 final CompletableFuture<Void> h3 = m.thenAcceptBoth(f, g, r3); local
1960 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3); local
2004 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3); local
2047 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3); local
2083 final CompletableFuture<Void> h3 = m.runAfterBoth(f, g, r3); local
2119 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]); local
2167 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]); local
2216 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]); local
2275 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]); local
2323 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]); local
2376 final CompletableFuture<Integer> h3 = m.applyToEither(g, f, rs[3]); local
2426 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]); local
2476 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]); local
2526 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]); local
2585 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]); local
2635 final CompletableFuture<Void> h3 = m.acceptEither(g, f, rs[3]); local
2685 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]); local
2731 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]); local
2781 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]); local
2840 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]); local
2890 final CompletableFuture<Void> h3 = m.runAfterEither(g, f, rs[3]); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 1460 h3 = N_(" Offset spelling (if present)\\n"); variable
    [all...]
  /external/libpcap/
pcap-linux.c 375 struct tpacket_block_desc *h3; member in union:thdr
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 62 int64_t h3 = load_3(s + 10) << 3; local
82 carry3 = (h3 + (int64_t) (1<<24)) >> 25; h4 += carry3; h3 -= carry3 << 25;
87 carry2 = (h2 + (int64_t) (1<<25)) >> 26; h3 += carry2; h2 -= carry2 << 26;
95 h[3] = h3;
130 int32_t h3 = h[3]; local
153 q = (h3 + q) >> 25;
167 carry2 = h2 >> 26; h3 += carry2; h2 -= carry2 << 26;
168 carry3 = h3 >> 25; h4 += carry3; h3 -= carry3 << 25
427 int64_t h3 = f0g3+f1g2 +f2g1 +f3g0 +f4g9_19+f5g8_19+f6g7_19+f7g6_19+f8g5_19+f9g4_19; local
597 int64_t h3 = f0f3_2+f1f2_2 +f4f9_38+f5f8_38+f6f7_38; local
854 int64_t h3 = f0f3_2+f1f2_2 +f4f9_38+f5f8_38+f6f7_38; local
4734 int64_t h3 = f3 * (int64_t) 121666; local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 545 Handle<Object> h3; local
556 h3 = global_handles->Create(*i);
565 CHECK((*h3)->IsString());
568 CHECK_EQ(*h3, *h1);
570 GlobalHandles::Destroy(h3.location());
    [all...]
  /external/valgrind/VEX/priv/
guest_arm_toIR.c 8022 IRTemp h3 = newTemp(Ity_I64); local
    [all...]
  /external/caliper/lib/
gson-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 1025 milliseconds

12 3