Searched refs:z0 (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dqud_cksm.c80 DES_LONG z0, z1, t0, t1; local
101 z0 = Q_B0((*seed)[0]) | Q_B1((*seed)[1]) | Q_B2((*seed)[2]) |
118 t0 += z0;
122 z0 = ((((t0 * t0) & 0xffffffffL) + ((t1 * t1) & 0xffffffffL))
133 (*lp).a = z0;
137 *lp++ = z0;
142 return (z0);
/freebsd-11-stable/contrib/amd/amd/
H A Dconf_tok.l114 ALPHANUM [A-Za-z0-9]
115 SYMBOL [A-Za-z0-9_-]
116 PATH [A-Za-z0-9_-/]
H A Dsun_map_tok.l146 WORD_REX [A-Za-z0-9_/&\.$=]+[A-Za-z0-9_/&\.$=-]*
/freebsd-11-stable/usr.sbin/route6d/misc/
H A Dchkrt34 $f[2] =~ /if\(\d:([a-z0-9]+)\)/;
36 $f[3] =~ /gw\(([a-z0-9:]+)\)/;
/freebsd-11-stable/contrib/binutils/binutils/
H A Darlex.l77 [A-Za-z0-9/\\$:.\-\_]+ {
H A Ddeflex.l66 (@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\-\_@?]* {
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dacplex.l72 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-11-stable/contrib/binutils/gas/
H A Ditbl-lex.l38 ALNUM [A-Za-z0-9_]
/freebsd-11-stable/usr.bin/ar/
H A Dacplex.l72 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-11-stable/usr.sbin/jail/
H A Djaillex.l87 <_,DQ>[A-Za-z0-9_!%&()\-.:<>?@\[\]^`|~]+ |
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgather-docs80 $key =~ s/[^a-z0-9]+/ /g;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dgather-docs80 $key =~ s/[^a-z0-9]+/ /g;
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsel-lex.l78 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-lex.l57 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-11-stable/tools/tools/locale/tools/
H A Dutf8-rollup.pl284 if ($line =~ m/<([-_A-Za-z0-9]+)>,/) {
297 if ($line =~ m/<([-_A-Za-z0-9]+)>(;.|)$/) {
/freebsd-11-stable/contrib/bmake/
H A Dmachine.sh29 unknown|*[!A-Za-z0-9_-]*)
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec2_oct.c99 int ret = 0, z0; local
147 z0 = (BN_is_odd(z)) ? 1 : 0;
150 if (z0 != y_bit) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dtestlang_conf.l154 FILENAME [A-Za-z0-9.][A-Za-z0-9./_-]+
155 VARNAME [A-Za-z][A-Za-z0-9_-]+
/freebsd-11-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl81 if $C =~ m/^([a-z][a-z0-9]*)$/; # key token
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp84 const position &z0, const position &z1,
90 position zml = (z0 + z1) / 2;
108 double phi0 = atan2(z0.y - M.y, z0.x - M.x);
112 double dist0 = hypot(z0 - M0) / sqrt(z0 * z0);
117 ellipse_arc(cent, z0, zm, dim, lt);
83 ellipse_arc(const position &cent, const position &z0, const position &z1, const distance &dim, const line_type &lt) argument
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l77 PATH ([/]*[-A-Za-z0-9_.])+
/freebsd-11-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl452 } elsif (/Using ([-a-z0-9]+)\/([-a-z0-9]+)/) {
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl110 if ($line =~ /^([a-z][a-z0-9]*)/i) {
245 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
431 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
502 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
628 { $var=~s/([_a-z\$\@][_a-z0-9\$\@]*)/$nasm?"$1 wrt ..imagebase":"imagerel $1"/egi; }
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l475 [A-Za-z0-9]([-_.A-Za-z0-9]*[.A-Za-z0-9])? {
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dlex.l265 [A-Za-z][-A-Za-z0-9_]* {

Completed in 467 milliseconds

12