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

1234

/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/boringssl/src/crypto/poly1305/
H A Dpoly1305.c65 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
99 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
104 mul32x32_64(state->h2, state->s3) + mul32x32_64(state->h3, state->s2) +
107 mul32x32_64(state->h2, state->s4) + mul32x32_64(state->h3, state->s3) +
110 mul32x32_64(state->h2, state->r0) + mul32x32_64(state->h3, state->s4) +
113 mul32x32_64(state->h2, state->r1) + mul32x32_64(state->h3, state->r0) +
116 mul32x32_64(state->h2, state->r2) + mul32x32_64(state->h3, state->r1) +
128 state->h3 = (uint32_t)t[3] & 0x3ffffff;
162 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
207 state->h3
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h168 uint32_t h3 = seed; local
194 h2 = hash_rotl_32(h2, 17); h2 += h3;
197 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
199 h3 = hash_rotl_32(h3, 15); h3 += h4;
200 h3 = h3*5 + 0x96cd1c35;
227 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
244 h1 ^= len; h2 ^= len; h3
[all...]
/external/clang/test/SemaCXX/
H A Dattr-format.cpp15 const char* h3(const char*) __attribute__((format_arg(1))); // \
/external/valgrind/docs/lib/
H A Dvg_basic.css16 h1, h2, h3, h4 { color: #74240f; }
17 h3 { margin-bottom: 0.4em; }
/external/v8/test/mjsunit/
H A Dglobal-infinity-strict.js88 function h3() { return (1/0) == (1/0); } function
89 test(true, h3);
H A Dglobal-infinity.js79 function h3() { return (1/0) == (1/0); } function
80 test(true, h3);
H A Dglobal-nan-strict.js88 function h3() { return (0/0) == (0/0); } function
89 test(false, h3);
H A Dglobal-nan.js79 function h3() { return (0/0) == (0/0); } function
80 test(false, h3);
H A Dglobal-undefined-strict.js86 function h3() { return void 0 == void 0; } function
87 test(true, h3);
/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/chromium-trace/catapult/firefighter/default/tracing/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css180 h1, h2, h3, h4, h5, h6 {
189 h1, h2, h3 {
201 h3, h4, h5, h6 {
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/
H A Ddefault.css180 h1, h2, h3, h4, h5, h6 {
189 h1, h2, h3 {
201 h3, h4, h5, h6 {
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl178 <h3>Key</h3>
210 <h3><i>Notes</i></h3>
237 <h3>Data</h3>
/external/llvm/docs/_static/
H A Dllvm.css26 .doc_title, .doc_section, .doc_subsection, h1, h2, h3 {
43 h3, .doc_subsection { width: 75%;
82 h3+div, h3+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}

Completed in 1073 milliseconds

1234