Searched defs:h2 (Results 1 - 25 of 74) sorted by relevance

123

/external/clang/test/Modules/
H A Ddeclare-use2.cpp7 const int h2 = h1+e+f; variable
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++int.pass.cpp22 std::chrono::hours h2 = h++; local
24 assert(h2.count() == 3);
H A Dop_--int.pass.cpp22 std::chrono::hours h2 = h--; local
24 assert(h2.count() == 3);
/external/clang/test/PCH/Inputs/
H A Dchain-macro-override1.h6 #define h2() f() macro
H A Dchain-macro-override2.h6 #undef h2 macro
/external/clang/test/SemaCXX/
H A Dcv-unqual-rvalues.cpp11 template<typename T, T X> void h2() { function
23 h2<const int, 0>(); // expected-note{{instantiation of}}
H A Dgoto.cpp52 void h2(int end) { function
/external/vboot_reference/cgpt/
H A Dcgpt_legacy.c13 GptHeader *h1, *h2; local
23 h2 = (GptHeader *)drive.gpt.secondary_header;
26 memcpy(h2->signature, GPT_HEADER_SIGNATURE, GPT_HEADER_SIGNATURE_SIZE);
32 memcpy(h2->signature, GPT_HEADER_SIGNATURE2, GPT_HEADER_SIGNATURE_SIZE);
/external/clang/test/CodeGen/
H A Dextern-inline.c24 int h2(void) {return f2(1,2);} function
H A Dfp16-ops.c13 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
74 h1 = h0 * h2;
93 h1 = f0 * h2;
100 h1 = (h0 / h2);
118 h1 = (f0 / h2);
125 h1 = (h2 + h0);
137 h1 = (h2 + f0);
150 h1 = (h2 - h0);
162 h1 = (h2 - f0);
174 test = (h2 < h
[all...]
/external/clang/test/OpenMP/
H A Dsimd_metadata.c31 void h2(float *c, float *a, float *b, int size) function
33 // CHECK-LABEL: define void @h2
61 // Metadata for h2:
/external/clang/test/Parser/
H A Dattributes.c38 void (*h2)(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}} variable
/external/v8/test/mjsunit/compiler/
H A Dinline-arity-mismatch.js44 function h2(a, b) { function
53 assertEquals(4, h2(o, o));
54 assertEquals(4, h2(o, o));
56 %OptimizeFunctionOnNextCall(h2);
58 assertEquals(4, h2(o, o));
62 assertEquals(2, h2(o, u));
/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c23 int h2(int x);
28 int h2(int x) { return x; } // expected-warning{{no previous prototype for function 'h2'}} function
/external/libcxx/test/std/utilities/time/time.duration/time.duration.literals/
H A Dliterals.pass.cpp31 auto h2 = 4.0h; local
32 assert ( h == h2 );
H A Dliterals1.pass.cpp20 auto h2 = 4.0h; local
21 assert ( h == h2 );
H A Dliterals2.pass.cpp23 auto h2 = 4.0h; local
24 assert ( h == h2 );
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js91 function h2(z2, y2, x2) { function
123 invoke(h2, [6, 4, 8]);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... .h2.bnf.Rule parseRule () private org.h2.bnf.Rule parseOr () private org.h2. ...
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h22 int h2 = 0; local
23 h2 = in/h2;
24 h2++;
/external/llvm/lib/Fuzzer/
H A DFuzzerUtil.cpp38 size_t h1 = 0, h2 = 0; local
42 h2 += x;
43 h2 *= 7;
45 return std::to_string(h1) + std::to_string(h2);
/external/libcxx/test/std/utilities/function.objects/unord.hash/
H A Denum.pass.cpp40 std::hash<under_type> h2; local
45 assert(h1(t) == h2(static_cast<under_type>(i)));
/external/libyuv/files/unit_test/
H A Dcompare_test.cc42 uint32 h2 = ReferenceHashDjb2(src_a, kMaxTest, 5381); local
43 EXPECT_EQ(h1, h2);
63 uint32 h2 = ReferenceHashDjb2(src_a, kMaxTest, 5381); local
70 EXPECT_EQ(h1, h2);
81 uint32 h2 = ReferenceHashDjb2(src_a, kMaxTest, 5381); local
86 EXPECT_EQ(h1, h2);
97 uint32 h2 = ReferenceHashDjb2(src_a + 1, kMaxTest, 5381); local
102 EXPECT_EQ(h1, h2);
/external/boringssl/include/openssl/
H A Dsha.h101 uint32_t h0, h1, h2, h3, h4; member in struct:sha_state_st
/external/boringssl/src/include/openssl/
H A Dsha.h101 uint32_t h0, h1, h2, h3, h4; member in struct:sha_state_st

Completed in 1464 milliseconds

123