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

123

/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/openssh/
H A Dpoly1305.c36 uint32_t h0,h1,h2,h3,h4; local
69 h3 = 0;
86 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
91 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
93 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
94 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
95 t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0);
100 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26);
123 h3
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h148 uint32_t h3 = seed; local
174 h2 = hash_rotl_32(h2, 17); h2 += h3;
177 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
179 h3 = hash_rotl_32(h3, 15); h3 += h4;
180 h3 = h3*5 + 0x96cd1c35;
207 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
224 h1 ^= len; h2 ^= len; h3
[all...]
/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/clang/test/OpenMP/
H A Dsimd_metadata.c43 void h3(float *c, float *a, float *b, int size) function
45 // CHECK-LABEL: define void @h3
64 // Metadata for h3:
/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/wpa_supplicant_8/hostapd/src/crypto/
H A Dfips_prf_openssl.c23 context.h3 = state[3];
29 state[3] = context.h3;
/external/wpa_supplicant_8/src/crypto/
H A Dfips_prf_openssl.c23 context.h3 = state[3];
29 state[3] = context.h3;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dfips_prf_openssl.c23 context.h3 = state[3];
29 state[3] = context.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/trace-viewer/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;}
/external/v8/test/mjsunit/regress/
H A Dregress-1229.js99 function h3(z2, y2, x2) { function
124 invoke(h3, [8, 6, 4]);
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references.cpp62 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } function
63 // CHECK: "\01?h3@@YAP6APAHPAH0@ZP6APAH00@Z10@Z"
H A Dstatic-init.cpp43 void h3() { function

Completed in 679 milliseconds

123