Home
last modified time | relevance | path

Searched refs:h4 (Results 1 – 25 of 124) sorted by relevance

12345

/external/libxml2/result/HTML/
Dtest3.html.sax76 SAX.startElement(h4)
81 SAX.endElement(h4)
86 SAX.startElement(h4)
91 SAX.endElement(h4)
96 SAX.startElement(h4)
101 SAX.endElement(h4)
106 SAX.startElement(h4)
111 SAX.endElement(h4)
116 SAX.startElement(h4)
121 SAX.endElement(h4)
[all …]
Dtest3.html.err7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b
8 <h4><b>Links</h4></b>
11 <h4><b>Links</h4></b>
/external/jemalloc/include/jemalloc/internal/
Dhash.h169 uint32_t h4 = seed; in hash_x86_128() local
199 h3 = hash_rotl_32(h3, 15); h3 += h4; in hash_x86_128()
202 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128()
204 h4 = hash_rotl_32(h4, 13); h4 += h1; in hash_x86_128()
205 h4 = h4*5 + 0x32ac3b17; in hash_x86_128()
221 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4; in hash_x86_128()
244 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len; in hash_x86_128()
246 h1 += h2; h1 += h3; h1 += h4; in hash_x86_128()
247 h2 += h1; h3 += h1; h4 += h1; in hash_x86_128()
252 h4 = hash_fmix_32(h4); in hash_x86_128()
[all …]
/external/boringssl/src/crypto/poly1305/
Dpoly1305.c65 uint32_t h0, h1, h2, h3, h4; member
100 state->h4 += (t3 >> 8) | (1 << 24); in poly1305_update()
105 mul32x32_64(state->h4, state->s1); in poly1305_update()
108 mul32x32_64(state->h4, state->s2); in poly1305_update()
111 mul32x32_64(state->h4, state->s3); in poly1305_update()
114 mul32x32_64(state->h4, state->s4); in poly1305_update()
117 mul32x32_64(state->h4, state->r0); in poly1305_update()
131 state->h4 = (uint32_t)t[4] & 0x3ffffff; in poly1305_update()
163 state->h4 += (t3 >> 8); in poly1305_update()
208 state->h4 = 0; in CRYPTO_poly1305_init()
[all …]
/external/clang/test/Sema/
Dwarn-missing-prototypes.c19 int h4(int);
20 int h4();
25 int h4(); in test()
30 int h4(int x) { return x; } in h4() function
/external/clang/test/Analysis/diagnostics/Inputs/include/
Dreport-issues-within-main-file.h38 int h4 = 0; in cause_div_by_zero_in_header4() local
39 h4 = in/h4; in cause_div_by_zero_in_header4()
40 h4++; in cause_div_by_zero_in_header4()
/external/boringssl/src/ssl/test/runner/curve25519/
Dcurve25519.go91 h4 := load3(src[13:]) << 2
106 h4 += carry[3]
121 carry[4] = (h4 + 1<<25) >> 26
123 h4 -= carry[4] << 26
135 dst[4] = int32(h4)
421 h4 := f0g4 + f1g3_2 + f2g2 + f3g1_2 + f4g0 + f5g9_38 + f6g8_19 + f7g7_38 + f8g6_19 + f9g5_38
437 carry[4] = (h4 + (1 << 25)) >> 26
439 h4 -= carry[4] << 26
468 h4 += carry[3]
478 carry[4] = (h4 + (1 << 25)) >> 26
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-yuiapp.css52 h4 .title {
62 h4 { selector
68 h4 .what {
75 h4 .version {
87 h4, p { selector
Ddataurl-realdata-yuiapp.css.min1h4 .title{font-weight:bold;letter-spacing:-2px;font-size:47px;text-shadow:0 1px 0 #369;background:…
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/tests/yui/out/
Ddataurl-realdata-yuiapp.out1h4 .title{font-weight:bold;letter-spacing:-2px;font-size:47px;text-shadow:0 1px 0 #369;background:…
Ddataurl-realdata-yuiapp.out.b1h4 .title{font-weight:bold;letter-spacing:-2px;font-size:47px;text-shadow:0 1px 0 #369;background:…
/external/llvm/test/CodeGen/Thumb2/
Dconstant-islands-jump-table.ll16 i32 2, label %h4
28 br label %h4
30 h4:
36 %a2 = phi i32 [%b1, %h1], [%c3, %h4]
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_ref.go255 h4 := alpha32 - alpha32
495 y4 = h4 + alpha96
567 x4 = h4 - y4
628 h4 = r2lowx0 + sr3lowx6
646 h4 += r0lowx4
667 h4 += r1lowx2
721 y4 = h4 + alpha96
763 x4 = h4 - y4
821 h4 = r2lowx0 + sr3lowx6
838 h4 += r0lowx4
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dpeephole-align.ll16 %struct.h4 = type<{ i16, i16, i16, i16 }>
26 @h4v = global %struct.h4 <{ i16 1, i16 2, i16 3, i16 4 }>, align 8
238 %0 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 0), align 2
240 store i16 %inc0, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 0), align 2
241 %1 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 1), align 2
243 store i16 %inc1, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 1), align 2
244 %2 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 2), align 2
246 store i16 %inc2, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 2), align 2
247 %3 = load i16, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 3), align 2
249 store i16 %inc3, i16* getelementptr inbounds (%struct.h4, %struct.h4* @h4v, i32 0, i32 3), align 2
/external/skia/tests/
DSkNxTest.cpp261 auto h4 = Sk4h(15, 17, 257, 65535); in DEF_TEST() local
262 auto f4 = SkNx_cast<float>(h4); in DEF_TEST()
271 auto h4 = SkNx_cast<uint16_t>(f4); in DEF_TEST() local
272 REPORTER_ASSERT(r, h4[0] == 15); in DEF_TEST()
273 REPORTER_ASSERT(r, h4[1] == 17); in DEF_TEST()
274 REPORTER_ASSERT(r, h4[2] == 257); in DEF_TEST()
275 REPORTER_ASSERT(r, h4[3] == 65535); in DEF_TEST()
/external/chromium-trace/catapult/third_party/webapp2/docs/_themes/webapp2/static/
Dwebapp2.css70 .body h2, .body h3, .body h4, .body h5, .body h6 {
173 div.sphinxsidebar h2, div.sphinxsidebar h3, div.sphinxsidebar h4,
176 div.sphinxsidebar h4 a, div.sphinxsidebar h4 a:link, div.sphinxsidebar h4 a:active, div.sphinxsideb…
/external/llvm/docs/_themes/llvm-theme/static/
Dllvm-theme.css102 div.sphinxsidebar h3, div.sphinxsidebar h4 {
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 {
188 div.body h4,
202 div.body h4 { font-size: 120%; }
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 a.anchor:hover, h4 a.anchor:hover,
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DTooltip.css3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; } selector
12 h4 { margin-top: 2em; margin-bottom: 0.3em; } selector
31 h4 { font-style: italic; } selector
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c63 int64_t h4 = load_3(s + 13) << 2; in fe_frombytes() local
82 carry3 = (h3 + (int64_t) (1<<24)) >> 25; h4 += carry3; h3 -= carry3 << 25; in fe_frombytes()
88 carry4 = (h4 + (int64_t) (1<<25)) >> 26; h5 += carry4; h4 -= carry4 << 26; in fe_frombytes()
96 h[4] = h4; in fe_frombytes()
131 int32_t h4 = h[4]; in fe_tobytes() local
154 q = (h4 + q) >> 26; in fe_tobytes()
168 carry3 = h3 >> 25; h4 += carry3; h3 -= carry3 << 25; in fe_tobytes()
169 carry4 = h4 >> 26; h5 += carry4; h4 -= carry4 << 26; in fe_tobytes()
194 s[12] = (h3 >> 19) | (h4 << 6); in fe_tobytes()
195 s[13] = h4 >> 2; in fe_tobytes()
[all …]
/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
DCatmullRom.java35 float h4 = t * t * t - t * t; in catmullRomSpline() local
37 return b * h1 + c * h2 + t1 * h3 + t2 * h4; in catmullRomSpline()
/external/v8/test/mjsunit/
Dglobal-infinity.js82 function h4() { return (1/0) == Infinity; } function
83 test(true, h4);
Dglobal-infinity-strict.js91 function h4() { return (1/0) == Infinity; } function
92 test(true, h4);
Dglobal-nan.js82 function h4() { return (0/0) == NaN; } function
83 test(false, h4);
/external/llvm/include/llvm/ADT/
DHashing.h262 uint64_t h0, h1, h2, h3, h4, h5, h6; member
271 state.h6 = hash_16_bytes(state.h4, state.h5); in create()
293 h1 = rotate(h1 + h4 + fetch64(s + 48), 42) * k1; in mix()
297 h3 = h4 * k1; in mix()
298 h4 = h0 + h5; in mix()
299 mix_32_bytes(s, h3, h4); in mix()
310 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css43 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6:hover {
138 h1, h2, h3, h4, h5, h6 { selector
162 h3, h4, h5, h6 { selector
167 h3 a.toc-backref, h4 a.toc-backref, h5 a.toc-backref,
314 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {

12345