/external/clang/test/Modules/ |
H A D | declare-use2.cpp | 7 const int h2 = h1+e+f; variable
|
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/ |
H A D | op_++int.pass.cpp | 22 std::chrono::hours h2 = h++; local 24 assert(h2.count() == 3);
|
H A D | op_--int.pass.cpp | 22 std::chrono::hours h2 = h--; local 24 assert(h2.count() == 3);
|
/external/clang/test/PCH/Inputs/ |
H A D | chain-macro-override1.h | 6 #define h2() f() macro
|
H A D | chain-macro-override2.h | 6 #undef h2 macro
|
/external/clang/test/SemaCXX/ |
H A D | cv-unqual-rvalues.cpp | 11 template<typename T, T X> void h2() { function 23 h2<const int, 0>(); // expected-note{{instantiation of}}
|
H A D | goto.cpp | 52 void h2(int end) { function
|
/external/vboot_reference/cgpt/ |
H A D | cgpt_legacy.c | 13 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 D | extern-inline.c | 24 int h2(void) {return f2(1,2);} function
|
H A D | fp16-ops.c | 13 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 D | simd_metadata.c | 31 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 D | attributes.c | 38 void (*h2)(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}} variable
|
/external/v8/test/mjsunit/compiler/ |
H A D | inline-arity-mismatch.js | 44 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 D | warn-missing-prototypes.c | 23 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 D | literals.pass.cpp | 31 auto h2 = 4.0h; local 32 assert ( h == h2 );
|
H A D | literals1.pass.cpp | 20 auto h2 = 4.0h; local 21 assert ( h == h2 );
|
H A D | literals2.pass.cpp | 23 auto h2 = 4.0h; local 24 assert ( h == h2 );
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-1229.js | 91 function h2(z2, y2, x2) { function 123 invoke(h2, [6, 4, 8]);
|
/external/robolectric/lib/main/ |
H A D | h2-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 D | report-issues-within-main-file.h | 22 int h2 = 0; local 23 h2 = in/h2; 24 h2++;
|
/external/llvm/lib/Fuzzer/ |
H A D | FuzzerUtil.cpp | 38 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 D | enum.pass.cpp | 40 std::hash<under_type> h2; local 45 assert(h1(t) == h2(static_cast<under_type>(i)));
|
/external/libyuv/files/unit_test/ |
H A D | compare_test.cc | 42 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 D | sha.h | 101 uint32_t h0, h1, h2, h3, h4; member in struct:sha_state_st
|
/external/boringssl/src/include/openssl/ |
H A D | sha.h | 101 uint32_t h0, h1, h2, h3, h4; member in struct:sha_state_st
|