Home
last modified time | relevance | path

Searched refs:h3 (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/third_party/curl/tests/data/
Dtest165430 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
32 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
33 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
34 h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1
36 bad example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
44 h2 example.com 443 h3 shiny.example.com 8443 "20191231 00:00:00" 0 1
45 h2 foo.example.com 443 h3 shiny.example.com 8443 "20291231 23:30:00" 0 1
46 h1 example.com 443 h3 shiny.example.com 8443 "20121231 00:00:01" 0 1
47 h3 example.com 443 h3 shiny.example.com 8443 "20131231 00:00:00" 0 1
49 h1 2.example.org 8080 h3 2.example.org 8080 "20190125 22:34:21" 0 0
[all …]
/third_party/typescript/tests/baselines/reference/
DtsxStatelessFunctionComponents3.types23 >(props) => (<div> <h3>Main Menu</h3></div>) : (props: { children?: React.ReactNode; }) => JSX.E…
25 >(<div> <h3>Main Menu</h3></div>) : JSX.Element
26 ><div> <h3>Main Menu</h3></div> : JSX.Element
29 <h3>Main Menu</h3>
30 ><h3>Main Menu</h3> : JSX.Element
31 >h3 : any
32 >h3 : any
DstrictFunctionTypesErrors.js51 declare let h3: Func<Func<string, void>, Object>;
55 h1 = h3; // Ok
59 h2 = h3; // Error
62 h3 = h1; // Error
63 h3 = h2; // Error
64 h3 = h4; // Ok
68 h4 = h3; // Error
187 h1 = h3; // Ok
190 h2 = h3; // Error
192 h3 = h1; // Error
[all …]
DtsxStatelessFunctionComponents3.js11 <h3>Main Menu</h3>
29 <h3>Main Menu</h3>
DtsxStatelessFunctionComponents3.symbols24 <h3>Main Menu</h3>
25 >h3 : Symbol(JSX.IntrinsicElements.h3, Decl(react.d.ts, 2412, 48))
26 >h3 : Symbol(JSX.IntrinsicElements.h3, Decl(react.d.ts, 2412, 48))
/third_party/libwebsockets/plugins/ssh-base/crypto/
Dpoly1305.c33 uint32_t h0,h1,h2,h3,h4; in poly1305_auth() local
66 h3 = 0; in poly1305_auth()
85 h3 += (uint32_t)(((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff); in poly1305_auth()
90 mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + in poly1305_auth()
93 mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + in poly1305_auth()
96 mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + in poly1305_auth()
99 mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + in poly1305_auth()
102 mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + in poly1305_auth()
108 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26); in poly1305_auth()
135 h3 += (uint32_t)(((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff); in poly1305_auth()
[all …]
/third_party/boost/libs/compute/doc/
Dperformance.qbk18 [h3 Accumulate]
21 [h3 Count]
24 [h3 Inner Product]
27 [h3 Merge]
30 [h3 Partial Sum]
33 [h3 Partition]
36 [h3 Reverse]
39 [h3 Rotate]
42 [h3 Set Difference]
45 [h3 Sort]
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-ppc.pl298 my ($h0,$h1,$h2,$h3,$h4, $r0,$r1,$r2,$r3, $s1,$s2,$s3,
320 lw $h3,12($inp)
327 li $h3,12
329 lwbrx $h3,$h3,$inp
339 and $h3,$h3,$r0
344 stw $h3,44($ctx)
389 lwz $h3,12($ctx)
436 adde $h3,$h3,$d3
480 mullw $t0,$h3,$s1 # h3*s1
481 mulhwu $t1,$h3,$s1
[all …]
Dpoly1305-armv4.pl182 my ($h0,$h1,$h2,$h3,$h4,$r0,$r1,$r2,$r3)=map("r$_",(4..12));
273 adcs $h3,$h3,r3
280 umlal r0,r1,$h3,$s1
284 umlal r2,r3,$h3,$s2
297 umlal r0,r1,$h3,$s3
299 umlal r2,r3,$h3,$r0
313 adds $h3,r2,r1 @ d3+=d2>>32
324 adcs $h3,$h3,#0
348 my ($h0,$h1,$h2,$h3,$h4,$g0,$g1,$g2,$g3)=map("r$_",(3..11));
363 adcs $g3,$h3,#0
[all …]
Dpoly1305-sparcv9.pl49 my ($h0,$h1,$h2,$h3, $t0,$t1,$t2) = map("%o$_",(0..5,7));
161 ld [$ctx+8],$h3
198 addccc $t1,$h3,$h3
226 umul $s1,$h3,$t2
227 umul $s2,$h3,$t0
228 umul $s3,$h3,$t1
231 umul $r0,$h3,$t2
246 srlx $d2,32,$h3
251 addccc $d3,$h3,$h3
262 addccc %g0,$h3,$h3
[all …]
Dpoly1305-ppcfp.pl548 my ($h0,$h1,$h2,$h3,$h4, $d0,$d1,$d2,$d3
572 lwz $h3,`8*3+(4^$LITTLE_ENDIAN)`($ctx)
591 adde $h3,$h3,$d2
597 addze $d3,$h3
614 andc $h3,$h3,$mask
618 or $h3,$h3,$d3
624 adde $h3,$h3,$d3
631 add $h3,$h3,$d2
638 add $h3,$h3,$d2
639 srdi $d3,$h3,32
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag14 half3 h3 [[user(locn6)]];
56 half3 hres3 = min(in.h3, in.h3);
57 hres3 = max(in.h3, in.h3);
58 hres3 = clamp(in.h3, in.h3, in.h3);
59 hres3 = min(in.h3, in.h3);
60 hres3 = max(in.h3, in.h3);
61 hres3 = clamp(in.h3, in.h3, in.h3);
/third_party/node/deps/npm/docs/src/images/
Dcli-logo.svg1 …s="cls-1" d="M.54,13.4h6.4V3.67h3.2V13.4h3.2V.42H.54ZM31.26.42v13h6.4V3.67h3.2V13.4h3.2V3.67h3.19V…
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_testing_test.cc34 StatefulTestingHash h3; in TEST() local
35 EXPECT_EQ(3, h3.id()); in TEST()
36 h3 = StatefulTestingHash(); in TEST()
37 EXPECT_EQ(4, h3.id()); in TEST()
38 h3 = std::move(h1); in TEST()
39 EXPECT_EQ(1, h3.id()); in TEST()
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_testing_test.cc34 StatefulTestingHash h3; in TEST() local
35 EXPECT_EQ(3, h3.id()); in TEST()
36 h3 = StatefulTestingHash(); in TEST()
37 EXPECT_EQ(4, h3.id()); in TEST()
38 h3 = std::move(h1); in TEST()
39 EXPECT_EQ(1, h3.id()); in TEST()
/third_party/iowow/src/utils/
Dmurmur3.c100 uint32_t h3 = seed; in murmur3_x86_128() local
130 h2 += h3; in murmur3_x86_128()
135 h3 ^= k3; in murmur3_x86_128()
136 h3 = ROTL32(h3, 15); in murmur3_x86_128()
137 h3 += h4; in murmur3_x86_128()
138 h3 = h3 * 5 + 0x96cd1c35; in murmur3_x86_128()
183 h3 ^= k3; in murmur3_x86_128()
221 h3 ^= (uint32_t)len; in murmur3_x86_128()
225 h1 += h3; in murmur3_x86_128()
228 h3 += h1; in murmur3_x86_128()
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl-no-opt/frag/
Dmin-max-clamp.invalid.asm.frag11 OpEntryPoint Fragment %main "main" %v1 %v2 %v3 %v4 %h1 %h2 %h3 %h4
30 OpName %h3 "h3"
38 OpDecorate %h3 Location 6
72 %h3 = OpVariable %_ptr_Input_v3half Input
239 %166 = OpLoad %v3half %h3
240 %167 = OpLoad %v3half %h3
243 %169 = OpLoad %v3half %h3
244 %170 = OpLoad %v3half %h3
247 %172 = OpLoad %v3half %h3
248 %173 = OpLoad %v3half %h3
[all …]
/third_party/openssl/crypto/poly1305/
Dpoly1305.c297 u32 h0, h1, h2, h3, h4, c; in poly1305_blocks() local
312 h3 = st->h[3]; in poly1305_blocks()
320 h3 = (u32)(d3 = (u64)h3 + (d2 >> 32) + U8TOU32(inp + 12)); in poly1305_blocks()
327 ((u64)h3 * s1); in poly1305_blocks()
331 ((u64)h3 * s2) + in poly1305_blocks()
336 ((u64)h3 * s3) + in poly1305_blocks()
341 ((u64)h3 * r0) + in poly1305_blocks()
350 h3 = (u32)(d3 += d2 >> 32); in poly1305_blocks()
358 h3 += (c = CONSTANT_TIME_CARRY(h2,c)); in poly1305_blocks()
359 h4 += CONSTANT_TIME_CARRY(h3,c); in poly1305_blocks()
[all …]
/third_party/boost/libs/variant2/test/
Dvariant_hash.cpp27 std::size_t h3 = Hash<decltype(v3)>()( v3 ); in test() local
30 BOOST_TEST_NE( h1, h3 ); in test()
31 BOOST_TEST_NE( h2, h3 ); in test()
43 std::size_t h3 = Hash<decltype(v3)>()( v3 ); in test2() local
46 BOOST_TEST_NE( h1, h3 ); in test2()
47 BOOST_TEST_NE( h2, h3 ); in test2()
/third_party/glslang/Test/
Dspv.unit3.frag4 float h3 = 3.0;
11 h3 *= f;
12 float g3 = 2 * h3;
14 return h3 + g3 + gl_FragCoord.y;
/third_party/typescript/tests/cases/compiler/
DstrictFunctionTypesErrors.ts51 declare let h3: Func<Func<string, void>, Object>; variable
55 h1 = h3; // Ok
59 h2 = h3; // Error
62 h3 = h1; // Error
63 h3 = h2; // Error
64 h3 = h4; // Ok
68 h4 = h3; // Error
/third_party/glslang/Test/baseResults/
Dspv.unit1.frag.out71 0:4 'h3' ( global highp float)
78 0:11 'h3' ( global highp float)
86 0:12 'h3' ( global highp float)
93 0:14 'h3' ( global highp float)
101 0:? 'h3' ( global highp float)
159 0:4 'h3' ( global highp float)
166 0:11 'h3' ( global highp float)
174 0:12 'h3' ( global highp float)
181 0:14 'h3' ( global highp float)
193 0:? 'h3' ( global highp float)
[all …]
/third_party/node/test/doctool/
Dtest-doctool-html.mjs67 '<section><h3>Foobar<span><a class="mark" href="#foo_foobar" ' +
68 'id="foo_foobar">#</a></span></h3>' +
72 '<h3>Foobar II<span><a class="mark" href="#foo_foobar_ii" ' +
73 'id="foo_foobar_ii">#</a></span></h3><div class="api_metadata">' +
83 '<h3>Deprecated thingy<span><a class="mark" ' +
85 '</span></h3><div class="api_metadata"><span>Added in: v1.0.0</span>' +
90 '<h3>Something<span><a class="mark" href="#foo_something' +
91 '" id="foo_something">#</a></span></h3> ' +
108 '</span></h2><section><h3>Usage<span><a class="mark" href="#foo_usage"' +
109 'id="foo_usage">#</a></span></h3><p><code>node \\[options\\] index.js' +
[all …]
/third_party/boost/libs/test/doc/closing_chapters/
Dglossary.qbk12 [#ref_test_module][h3 Test module]
29 [#test_body][h3 Test body]
34 [#ref_test_tree][h3 Test tree]
38 [#ref_test_unit][h3 Test unit]
42 [#test_assertion][h3 Test assertion]
51 [#test_case][h3 Test case]
60 [#test_suite][h3 Test suite]
76 [#test_setup][h3 Test setup]
86 [#test_cleanup][h3 Test cleanup]
89 [#test_fixture][h3 Test fixture]
[all …]
/third_party/flutter/engine/flutter/lib/web_ui/test/text/
Dword_breaker_test.dart78 final String h3 = 'ט';
81 expectWords("$h1$h2'$h3", ["$h1$h2'$h3"]);
85 expectWords("$h1$h2' $h3", ["$h1$h2'", ' ', h3]);
88 expectWords('"$h1$h3"', ['"', '$h1$h3', '"']);
91 expectWords('$h3"$h2', ['$h3"$h2']);

12345678910>>...16