Searched refs:ooff (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daest4-sparcv9.pl416 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmllt4-sparcv9.pl493 my ($ileft,$iright,$ooff,$omask,$ivoff)=map("%l$_",(1..7));
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl28 my ($ileft,$iright,$ooff,$omask,$ivoff,$blk_init)=map("%l$_",(0..7));
71 and $out, 7, $ooff
73 movrnz $ooff, 0, $blk_init ! if ( $out&7 ||
76 srl $omask, $ooff, $omask
107 brnz,pn $ooff, 2f
289 and $out, 7, $ooff
291 movrnz $ooff, 0, $blk_init ! if ( $out&7 ||
294 srl $omask, $ooff, $omask
329 brnz,pn $ooff, 2f
435 brnz,pn $ooff,
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_norm.c969 int ooff; local
1039 ooff = off + sizeof(ext);
1041 if (!pf_pull_hdr(m, ooff, &opt.ip6o_type,
1046 ooff++;
1049 if (!pf_pull_hdr(m, ooff, &opt, sizeof(opt),
1052 if (ooff + sizeof(opt) + opt.ip6o_len > optend)
1058 if (!pf_pull_hdr(m, ooff, &jumbo,
1074 ooff += sizeof(opt) + opt.ip6o_len;
1075 } while (ooff < optend);

Completed in 135 milliseconds