Searched refs:h2 (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp7.cpp6 extern void h2(int x = sizeof(i)); // expected-error {{default argument references local variable 'i' of enclosing function}}
/external/clang/test/Modules/
H A Ddeclare-use2.cpp7 const int h2 = h1+e+f; variable
/external/clang/test/PCH/
H A Dchain-macro-override.c13 h2(); // expected-warning{{implicit declaration of function 'h2' is invalid in C99}}
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++int.pass.cpp25 std::chrono::hours h2 = h1++; local
26 return h1.count() == 4 && h2.count() == 3;
34 std::chrono::hours h2 = h1++; local
36 assert(h2.count() == 3);
H A Dop_--int.pass.cpp25 std::chrono::hours h2 = h1--; local
26 return h1.count() == 2 && h2.count() == 3;
35 std::chrono::hours h2 = h1--; local
37 assert(h2.count() == 3);
/external/clang/test/PCH/Inputs/
H A Dchain-macro-override2.h6 #undef h2 macro
H A Dchain-macro-override1.h6 #define h2() f() macro
/external/swiftshader/third_party/LLVM/utils/
H A DparseNLT.pl27 if (/<h2>(Programs.+)<\/h2>/)
/external/clang/test/CodeGen/
H A Dfp16-ops.c16 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
77 h1 = h0 * h2;
96 h1 = f0 * h2;
108 h1 = (h0 / h2);
126 h1 = (f0 / h2);
138 h1 = (h2 + h0);
150 h1 = (h2 + f0);
168 h1 = (h2 - h0);
180 h1 = (h2 - f0);
197 test = (h2 < h
[all...]
H A Dextern-inline.c24 int h2(void) {return f2(1,2);} function
/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 Dborland-extensions.cpp25 template<typename T> int h2(T (__pascal M::* const )()) { return 0; }
31 i = h2<int>(&M::addP);
32 f = h2(&M::subtractP);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jar ... .h2.bnf.Rule parseRule () private org.h2.bnf.Rule parseOr () private org.h2. ...
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java83 private long h2; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
89 this.h2 = seed;
104 h1 += h2;
107 h2 ^= mixK2(k2);
109 h2 = Long.rotateLeft(h2, 31);
110 h2 += h1;
111 h2 = h2 * 5 + 0x38495ab5;
155 h2
[all...]
/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/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/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp31 int &h2() const&;
32 float &h2() const&&;
68 int &ir2 = lvalue<X0>().h2();
69 float &fr3 = xvalue<X0>().h2();
70 float &fr4 = prvalue<X0>().h2();
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h163 uint32_t h2 = seed; local
185 h1 = hash_rotl_32(h1, 19); h1 += h2;
188 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
190 h2 = hash_rotl_32(h2, 17); h2 += h3;
191 h2 = h2*5 + 0x0bcaa747;
229 k2 *= c2; k2 = hash_rotl_32(k2, 16); k2 *= c3; h2 ^= k2;
240 h1 ^= len; h2
265 uint64_t h2 = seed; local
[all...]
/external/lzma/C/
H A DLzHash.h19 h2 = temp & (kHash2Size - 1); \
24 h2 = temp & (kHash2Size - 1); \
31 h2 = temp & (kHash2Size - 1); \
43 h2 = (p->crc[cur[0]] ^ cur[1]) & (kHash2Size - 1);
47 h2 = temp & (kHash2Size - 1); \
52 h2 = temp & (kHash2Size - 1); \
/external/doclava/res/assets/templates/
H A Dsampleindex.cs23 <h2>Subdirectories</h2>
33 <h2>Files</h2>
/external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp26 Hash64 h2; local
28 DoNotOptimize(h2(key, i));
/external/llvm/test/MC/AArch64/
H A Dfullfp16-diagnostics.s45 fmla h2, h3, v17.h[6]
51 // CHECK-NEXT: fmla h2, h3, v17.h[6]
55 fmls h2, h3, v17.h[6]
61 // CHECK-NEXT: fmls h2, h3, v17.h[6]
65 fmul h2, h3, v17.h[6]
71 // CHECK-NEXT: fmul h2, h3, v17.h[6]
75 fmulx h2, h3, v17.h[6]
81 // CHECK-NEXT: fmulx h2, h3, v17.h[6]
H A Darm64-fp-encoding.s10 fabs h1, h2
14 ; FP16: fabs h1, h2 ; encoding: [0x41,0xc0,0xe0,0x1e]
16 ; NO-FP16-NEXT: fabs h1, h2
20 fadd h1, h2, h3
24 ; FP16: fadd h1, h2, h3 ; encoding: [0x41,0x28,0xe3,0x1e]
26 ; NO-FP16-NEXT: fadd h1, h2, h3
30 fdiv h1, h2, h3
34 ; FP16: fdiv h1, h2, h3 ; encoding: [0x41,0x18,0xe3,0x1e]
36 ; NO-FP16-NEXT: fdiv h1, h2, h3
40 fmadd h1, h2, h
[all...]
/external/python/cpython2/Lib/json/tests/
H A Dtest_separators.py36 h2 = self.loads(d2)
39 self.assertEqual(h2, h)
/external/kmod/testsuite/
H A Dtest-hash.c131 struct hash *h2 = hash_new(8, NULL); local
138 hash_add(h2, k1, v1);
140 hash_add(h2, k2, v2);
142 hash_add(h2, k3, v3);
146 v2 = hash_find(h2, k);
148 hash_del(h2, k);
152 assert_return(hash_get_count(h2) == 0, EXIT_FAILURE);
155 hash_free(h2);
165 struct hash *h2 = hash_new(8, NULL); local
172 hash_add(h2, k
[all...]

Completed in 670 milliseconds

1234567891011>>