Home
last modified time | relevance | path

Searched refs:H1 (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-x86_64.pl342 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) =
634 vmovd %rdx#d,$H1
737 vmovd %rdx#d,$H1
771 vmovd 4*1($ctx),$H1
912 vmovdqa $H1,0x10(%r11) #
913 vpmuludq $T3,$H2,$H1 # h3*r1
915 vpaddq $H1,$D4,$D4 # d4 += h3*r1
918 vpmuludq $T1,$H2,$H1 # h1*r1
921 vpaddq $H1,$D2,$D2 # d2 += h1*r1
929 vpmuludq $T1,$H3,$H1 # h1*r2
[all …]
Dpoly1305-armv4.pl449 my ($D0,$D1,$D2,$D3,$D4, $H0,$H1,$H2,$H3,$H4) = map("q$_",(5..14));
752 vld4.32 {$H0#lo[0],$H1#lo[0],$H2#lo[0],$H3#lo[0]},[$inp]!
760 vrev32.8 $H1,$H1
771 vsri.u32 $H2#lo,$H1#lo,#20
772 vshl.u32 $H1#lo,$H1#lo,#6
775 vsri.u32 $H1#lo,$H0#lo,#26
779 vbic.i32 $H1#lo,#0xfc000000
783 vadd.i32 $H1#hi,$H1#lo,$D1#lo
798 vld4.32 {$H0#lo,$H1#lo,$H2#lo,$H3#lo},[$inp] @ inp[0:1]
800 vld4.32 {$H0#hi,$H1#hi,$H2#hi,$H3#hi},[$in2] @ inp[2:3] (or 0)
[all …]
Dpoly1305-c64xplus.pl33 ($H0,$H1,$H2,$H3,$H4,$H4a)=("A8","B8","A10","B10","B2",$LEN);
140 ADDU $D1,B25,$D1:$H1 ; h1+=inp[1]
151 || ADDU $D0,$D1:$H1,B25:B24 ; ADDU $D0,$D1:$H1,$D1:$H1
156 || ADD $D0,$H1,A24 ; A-copy of B24
160 MPY32U A24,$S3,A21:A20 ; MPY32U $H1,$S3,A21:A20
161 || MPY32U B24,$R0b,B21:B20 ; MPY32U $H1,$R0,B21:B20
165 MPY32U A24,$R1,A23:A22 ; MPY32U $H1,$R1,A23:A22
166 || MPY32U B24,$R2,B23:B22 ; MPY32U $H1,$R2,B23:B22
249 || [A2] ADDU $D1,B26,$D1:$H1 ; h1+=inp[1]
Dpoly1305-armv8.pl218 my ($H0,$H1,$H2,$H3,$H4) = map("v$_.2s",(24..28));
406 fmov ${H1},x11
455 fmov ${H1},x11
636 add $IN01_1,$IN01_1,$H1
702 xtn $H1,$ACC1
711 bic $H1,#0xfc,lsl#24
720 add $H1,$H1,$T0.2s // h0 -> h1
738 add $IN23_1,$IN01_1,$H1
788 add $IN01_1,$IN01_1,$H1
Dpoly1305-sparcv9.pl281 my ($H0,$H1,$H2,$R0,$R1,$S1,$T1) = map("%o$_",(0..5,7));
297 ldx [$ctx+8],$H1
327 addxccc $D1,$H1,$H1
333 mulx $S1,$H1,$T0 ! s1*h1
334 umulxhi $S1,$H1,$T1
340 mulx $R0,$H1,$T0 ! r0*h1
342 umulxhi $R0,$H1,$T1
356 addxccc %g0,$D1,$H1
361 stx $H1,[$ctx+8]
/third_party/ffmpeg/libavutil/tests/
Dpixelutils.c22 #define H1 240 macro
76 uint8_t *buf1 = av_malloc(W1*H1); in main()
97 RANDOM_INIT(buf1, W1*H1); in main()
104 memset(buf1, 0xff, W1*H1); in main()
111 memset(buf1, 0x90, W1*H1); in main()
/third_party/openssl/crypto/modes/asm/
Dghash-c64xplus.pl34 ($Z0,$Z1,$Z2,$Z3, $H0, $H1, $H2, $H3,
65 LDDW *${Htable}[-1],$H1:$H0 ; H.lo
79 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes
92 LDDW *${Htable}[-1],$H1:$H0 ; H.lo
107 PACKH2 $H0,$H1,$xia ; pack H0' and H1's upper bytes
166 XORMPY $H1,$xia,$H1x ; 1
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sha1.c122 ctx->H1 = H1INIT; in sctp_sha1_init()
151 ctx->B = ctx->H1; in sctp_sha1_process_a_block()
191 ctx->H1 = (ctx->H1) + (ctx->B); in sctp_sha1_process_a_block()
308 digest[7] = (ctx->H1 & 0xff); in sctp_sha1_final()
309 digest[6] = ((ctx->H1 >> 8) & 0xff); in sctp_sha1_final()
310 digest[5] = ((ctx->H1 >> 16) & 0xff); in sctp_sha1_final()
311 digest[4] = ((ctx->H1 >> 24) & 0xff); in sctp_sha1_final()
Dsctp_sha1.h63 unsigned int H1;
/third_party/ffmpeg/libavutil/ppc/
Dutil_altivec.h86 vec_s16 A1, B1, C1, D1, E1, F1, G1, H1; \
96 H1 = vec_mergel (d, h); \
104 G2 = vec_mergeh (D1, H1); \
105 H2 = vec_mergel (D1, H1); \
/third_party/ffmpeg/doc/
Dsnow.txt414 H1[y][x] = hcoeff[0]*(F[y][x ] + F[y][x+1])
418 h1[y][x] = (H1[y][x] + 32)>>6;
430 H3[y][x] = hcoeff[0]*(H1[y ][x] + H1[y+1][x])
431 + hcoeff[1]*(H1[y+1][x] + H1[y+2][x])
436 F H1 F
440 F H1 F
444 F-------F-------F-> H1<-F-------F-------F
448 F-------F-------F-> H1<-F-------F-------F
452 F H1 F
456 F H1 F
[all …]
/third_party/boost/tools/quickbook/test/
Dheading-1_6.quickbook28 [h1 H1]
56 [h1:a1 H1]
Dheading-1_7.quickbook28 [h1 H1]
56 [h1:a1 H1]
/third_party/boost/libs/graph/example/figs/
Dospf-graph.dot33 H1
79 RT12 -> H1[label="10"]
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dwarp_affine.cc287 int H1 = dx; in RemapBilinear() local
289 tt = H1; in RemapBilinear()
298 for (; dx < H1; dx++, dst_ptr++) { in RemapBilinear()
302 for (; dx < H1; dx++, dst_ptr += 2) { in RemapBilinear()
306 for (; dx < H1; dx++, dst_ptr += 3) { in RemapBilinear()
310 for (; dx < H1; dx++, dst_ptr += 4) { in RemapBilinear()
314 for (; dx < H1; dx++, dst_ptr += cn) { in RemapBilinear()
320 for (; dx < H1; dx++, dst_ptr++) { in RemapBilinear()
324 for (; dx < H1; dx++, dst_ptr += cn) { in RemapBilinear()
/third_party/node/doc/guides/
Dsecurity-release-process.md15 * ***H1 REPORT LINK***: ***DESCRIPTION*** (***CVE or H1 CVE request link***)
116 * [ ] For every H1 report resolved:
119 * Request publication of [H1 CVE requests][]
135 [H1 CVE requests]: https://hackerone.com/nodejs/cve_requests
/third_party/curl/tests/data/
Dtest32018 <CENTER><H1>This is <a href="http://www.gnu.org/software/gnutls">GnuTLS</a></H1></CENTER>
/third_party/boost/libs/xpressive/doc/
Dconcepts.qbk231 character sequence `[H1, H2)` then `v.transform(G1, G2) < v.transform(H1, H2)`.
244 character sequence `[H1, H2)` when character case is not considered then
245 `v.transform_primary(G1, G2) < v.transform_primary(H1, H2)`.
/third_party/boost/libs/numeric/ublas/doc/samples/
Dassignment_examples.cpp221 matrix<double> H1(4,4,0); in main() local
222 H1 <<= 1, 2, 3, traverse_policy::by_column(), 1, 2, 3; in main()
/third_party/parse5/packages/parse5/lib/common/
Dhtml.js76 H1: 'h1',
207 [$.H1]: true,
/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc43 return (H1(hash, ctrl) ^ RandomSeed()) % 13 > 6; in ShouldInsertBackwards()
/third_party/boost/libs/python/doc/html/
Dboost.css7 H1 selector
/third_party/boost/
Dboost.css7 H1 selector
/third_party/boost/libs/units/
Dboost.css7 H1 selector
/third_party/selinux/checkpolicy/
Dpolicy_scan.l245 H1 { return(H1); }

1234