Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/oldroff/neqn/
Dshift.c136 int effps, h1, h2, h3, b1, b2, b3, subsh, d1, d2, supsh, treg; local
146 eht[p3] = h3 = VERT( (eht[p3] * effps) / EFFPS(ps) );
156 h3 = eht[p3]; b3 = ebase[p3];
165 if( VERT(4*(h1-b1)/10)+h3 < h1-b1 )
169 if( VERT(1)+h3 < h1-b1 )
171 supsh = -(h1-b1) + (h3-b3) - d2;
173 eht[yyval] = h1 + max(0, h3-VERT( (6*(h1-b1))/10 )) + max(0, h2-b1-d1);
175 eht[yyval] = h1 + max(0, h3-VERT(1)) + max(0, h2-b1-d1);
/mirbsd/src/usr.bin/ssh/
Dumac.c413 UINT64 h1,h2,h3; in nh_aux() local
423 h3 = *((UINT64 *)hp + 2); in nh_aux()
436 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux()
440 h3 += MUL64((k9 + d1), (k13 + d5)); in nh_aux()
444 h3 += MUL64((k10 + d2), (k14 + d6)); in nh_aux()
448 h3 += MUL64((k11 + d3), (k15 + d7)); in nh_aux()
458 ((UINT64 *)hp)[2] = h3; in nh_aux()
468 UINT64 h1,h2,h3,h4; in nh_aux() local
479 h3 = *((UINT64 *)hp + 2); in nh_aux()
494 h3 += MUL64((k8 + d0), (k12 + d4)); in nh_aux()
[all …]
/mirbsd/src/lib/libssl/src/crypto/sha/asm/
Dsha1-ia64.pl41 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
49 ($h0,$h1,$h2,$h3,$h4) = ("loc6","loc7","loc8","loc9","loc10");
198 add $h3=$h3,$c };; // wrap up
273 { .mlx; ld4 $h3=[tmp0]
287 mov $D=$h3
387 st4 [tmp0]=$h3 };;
428 { .mlx; ld4 $h3=[tmp0]
442 mov $D=$h3
542 st4 [tmp0]=$h3 };;
/mirbsd/src/lib/libssl/src/crypto/bn/asm/alpha/
Dmul.pl47 &muh($a3,$word,($h3)=&NR(1)); &FR($a3);
59 &add($h3,$cc,$cc); &FR($h3);
/mirbsd/src/lib/libssl/src/crypto/sha/
Dsha_locl.h81 ll=(c)->h3; HOST_l2c(ll,(s)); \
155 c->h3=INIT_DATA_h3; in FIPS_NON_FIPS_MD_Init()
247 D=c->h3; in HASH_BLOCK_HOST_ORDER()
341 c->h3=(c->h3+B)&0xffffffffL; in HASH_BLOCK_HOST_ORDER()
349 D=c->h3; in HASH_BLOCK_HOST_ORDER()
372 D=c->h3; in HASH_BLOCK_DATA_ORDER()
468 c->h3=(c->h3+B)&0xffffffffL; in HASH_BLOCK_DATA_ORDER()
476 D=c->h3; in HASH_BLOCK_DATA_ORDER()
Dsha.h101 SHA_LONG h0,h1,h2,h3,h4; member
/mirbsd/src/gnu/usr.bin/perl/lib/CGI/eg/
Dfile_upload.cgi41 h3($tmpfile),
/mirbsd/src/scripts/
Droff2htm101 -e 's#^ \([A-z][ -%'\''-;=?-~]*\)$#</pre><h3>\1</h3><pre>#' \
260 h3 {
/mirbsd/src/gnu/usr.bin/lynx/samples/
Dmidnight.lss41 h3:normal:default:blue
Dblue-background.lss54 h3: normal: lightgray: blue
/mirbsd/src/usr.sbin/httpd/src/modules/proxy/
Dproxy_ftp.c589 unsigned int presult, h0, h1, h2, h3, p0, p1; in ap_proxy_ftp_handler() local
1010 "%d,%d,%d,%d,%d,%d", &h3, &h2, &h1, &h0, &p1, &p0) == 6)) { in ap_proxy_ftp_handler()
1012 paddr = (((((h3 << 8) + h2) << 8) + h1) << 8) + h0; in ap_proxy_ftp_handler()
1015 h3, h2, h1, h0, pport); in ap_proxy_ftp_handler()
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dsh.cpu343 (define-pmacro (-join-hi h3 h2 h1 h0)
344 (or (sll (zext DI h3) 48)
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFTP.c3333 int h0, h1, h2, h3, p0, p1; /* Parts of reply */ in setup_connection() local
3368 &h0, &h1, &h2, &h3, &p0, &p1); in setup_connection()
3375 sprintf(dst, "%d.%d.%d.%d", h0, h1, h2, h3); in setup_connection()
3434 &h0, &h1, &h2, &h3, &p0, &p1); in setup_connection()
3451 STR_FTP_URL, h0, h1, h2, h3, passive_port); in setup_connection()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcoff-ppc.c1534 h3 = N_(" Offset spelling (if present)\n"); variable
1545 fprintf (file, _(h3));
/mirbsd/src/gnu/usr.bin/perl/
DMakefile.SH353 h3 = pad.h patchlevel.h perl.h perlapi.h perly.h pp.h proto.h regcomp.h
356 h = $(h1) $(h2) $(h3) $(h4) $(h5)
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-vax.texi108 (@samp{-h3}) implies that case should be preserved. The value 1 is
/mirbsd/src/gnu/usr.bin/perl/vms/
Ddescrip_mms.template286 h3 = patchlevel.h perl.h perlapi.h perlio.h perlsdio.h perlvars.h perly.h
290 h = $(h0) $(h1) $(h2) $(h3) $(h4) $(h5) $(h6)
/mirbsd/src/gnu/usr.bin/lynx/
Dlynx.cfg1623 .h3 POSITIONABLE_EDITOR