Searched refs:h3 (Results 1 - 25 of 123) sorted by relevance

12345

/external/clang/test/PCH/
H A Dchain-macro-override.c14 h3();
/external/clang/test/PCH/Inputs/
H A Dchain-macro-override1.h8 #define h3() macro
9 #undef h3 macro
H A Dchain-macro-override2.h8 int h3();
/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c18 int h3();
24 int h3(int x);
29 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} function
H A Dconstant-builtins.c20 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
/external/clang/test/Analysis/diagnostics/Inputs/include/
H A Dreport-issues-within-main-file.h30 int h3 = 0; local
31 h3 = in/h3;
32 h3++;
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php7 <h3>Hotspot 2.0 - public and free hotspot</h3>
/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 Dneon-scalar-by-elem-mla.s26 fmls h2, h3, v4.h[5]
34 // CHECK: fmls h2, h3, v4.h[5] // encoding: [0x62,0x58,0x14,0x5f]
/external/wayland/doc/publican/sources/css/
H A Dbrand.css2 h1, h2, h3, h4, h5, h6,
/external/lzma/C/
H A DLzHash.h26 h3 = temp & (kHash3Size - 1); \
33 h3 = temp & (kHash3Size - 1); \
48 h3 = (temp ^ ((UInt32)cur[2] << 8)) & (kHash3Size - 1); }
54 h3 = temp & (kHash3Size - 1); \
/external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
H A Dpromise.pass.cpp50 CCH h3 = CCH::from_promise(cthis); local
53 assert(&h3.promise() == this);
55 assert(h2.address() == h3.address());
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305.c47 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
86 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
91 mul32x32_64(state->h2, state->s3) + mul32x32_64(state->h3, state->s2) +
94 mul32x32_64(state->h2, state->s4) + mul32x32_64(state->h3, state->s3) +
97 mul32x32_64(state->h2, state->r0) + mul32x32_64(state->h3, state->s4) +
100 mul32x32_64(state->h2, state->r1) + mul32x32_64(state->h3, state->r0) +
103 mul32x32_64(state->h2, state->r2) + mul32x32_64(state->h3, state->r1) +
115 state->h3 = (uint32_t)t[3] & 0x3ffffff;
149 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
194 state->h3
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h164 uint32_t h3 = seed; local
190 h2 = hash_rotl_32(h2, 17); h2 += h3;
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
195 h3 = hash_rotl_32(h3, 15); h3 += h4;
196 h3 = h3*5 + 0x96cd1c35;
223 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
240 h1 ^= len; h2 ^= len; h3
[all...]
/external/python/cpython3/Lib/test/test_json/
H A Dtest_indent.py40 h3 = self.loads(d3)
44 self.assertEqual(h3, h)
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
H A DCatmullRom.java34 float h3 = t * t * t - 2 * t * t + t;
37 return b * h1 + c * h2 + t1 * h3 + t2 * h4;
/external/clang/test/SemaCXX/
H A Dattr-format.cpp15 const char* h3(const char*) __attribute__((format_arg(1))); // \
/external/libmojo/mojo/public/cpp/system/tests/
H A Dcore_unittest.cc75 Handle h3; local
80 handle_to_int[h3] = 3;
89 EXPECT_FALSE(handle_to_int.find(h3) == handle_to_int.end());
90 EXPECT_EQ(3, handle_to_int[h3]);
367 ScopedMessagePipeHandle h3; local
368 if (CreateMessagePipe(nullptr, &h2, &h3) != MOJO_RESULT_OK)
369 CreateMessagePipe(nullptr, &h2, &h3); // Must be old EDK.
371 // Write a message to |h2|, before we send |h3|.
381 // And also a message to |h3|.
383 WriteMessageRaw(h3
421 ScopedMessagePipeHandle h3; local
[all...]
/external/valgrind/docs/html/
H A Dvg_basic.css16 h1, h2, h3, h4 { color: #74240f; }
17 h3 { margin-bottom: 0.4em; }
/external/valgrind/docs/lib/
H A Dvg_basic.css16 h1, h2, h3, h4 { color: #74240f; }
17 h3 { margin-bottom: 0.4em; }
/external/doclava/res/assets/templates-sdk/
H A Dclass.cs171 <h3 class="api-name"><?cs var:field.name ?></h3>
209 <h3 class="api-name"><?cs var:method.name ?></h3>
231 <h3 class="api-name"><?cs var:attr.name ?></h3>
406 <tr><th colspan="2"><h3>Nested classes</h3></th></tr>
414 <tr><th colspan="2"><h3>XML attributes</h3></t
[all...]
/external/vboot_reference/tests/
H A Dcgptlib_test.c301 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, h
[all...]
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css102 div.sphinxsidebar h3, div.sphinxsidebar h4 {
111 div.sphinxsidebar h3 a {
172 h3 {
177 h3 a:hover {
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
187 div.body h3,
201 div.body h3 { font-size: 140%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
218 h1 a.anchor:hover, h2 a.anchor:hover, h3
[all...]
/external/doclava/res/assets/templates/
H A Dtodo.cs60 <h2>Class Summary</h3>
82 <h3><a name="class_<?cs var:cl.qualified ?>"><?cs var:cl.qualified ?></a></h3>
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram_test.cc41 Histogram h3; local
42 EXPECT_TRUE(h3.DecodeFromProto(proto_no_zeroes));
43 string s3 = h3.ToString();

Completed in 1902 milliseconds

12345