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

12

/freebsd-10.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros110 bits64 z0, z1;
115 z0 = a0;
119 z0 = a0>>count;
128 z0 = 0;
131 *z0Ptr = z0;
148 bits64 z0, z1;
153 z0 = a0;
157 z0 = a0>>count;
161 z0 = 0;
164 *z0Ptr = z0;
[all...]
/freebsd-10.0-release/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros73 bits32 z0, z1;
78 z0 = a0;
82 z0 = a0>>count;
86 z0 = 0;
89 *z0Ptr = z0;
109 bits32 z0, z1;
114 z0 = a0;
118 z0 = a0>>count;
130 z0 = 0;
133 *z0Ptr = z0;
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dqud_cksm.c79 DES_LONG z0,z1,t0,t1; local
96 z0=Q_B0((*seed)[0])|Q_B1((*seed)[1])|Q_B2((*seed)[2])|Q_B3((*seed)[3]);
115 t0+=z0;
119 z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL))
128 (*lp).a = z0;
132 *lp++ = z0;
137 return(z0);
/freebsd-10.0-release/contrib/amd/amd/
H A Dconf_tok.l117 ALPHANUM [A-Za-z0-9]
118 SYMBOL [A-Za-z0-9_-]
119 PATH [A-Za-z0-9_-/]
/freebsd-10.0-release/usr.sbin/route6d/misc/
H A Dchkrt34 $f[2] =~ /if\(\d:([a-z0-9]+)\)/;
36 $f[3] =~ /gw\(([a-z0-9:]+)\)/;
/freebsd-10.0-release/contrib/binutils/binutils/
H A Darlex.l77 [A-Za-z0-9/\\$:.\-\_]+ {
H A Ddeflex.l66 (@)?[A-Za-z$:\-\_?][A-Za-z0-9/$:\-\_@?]* {
/freebsd-10.0-release/contrib/binutils/gas/
H A Ditbl-lex.l38 ALNUM [A-Za-z0-9_]
/freebsd-10.0-release/usr.bin/ar/
H A Dacplex.l70 [-_A-Za-z0-9/:$.\\]+ {
/freebsd-10.0-release/usr.sbin/jail/
H A Djaillex.l84 <_,DQ>[A-Za-z0-9_!%&()\-.:<>?@\[\]^`|~]+ |
/freebsd-10.0-release/contrib/bmake/
H A Dmachine.sh29 unknown|*[!A-Za-z0-9_-]*)
H A Dos.sh47 *[!A-Za-z0-9_-]*) MACHINE_ARCH="$MACHINE";;
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dgather-docs80 $key =~ s/[^a-z0-9]+/ /g;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dgather-docs80 $key =~ s/[^a-z0-9]+/ /g;
/freebsd-10.0-release/crypto/heimdal/lib/hx509/
H A Dsel-lex.l78 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-10.0-release/crypto/heimdal/lib/sl/
H A Dslc-lex.l57 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec2_oct.c96 int ret = 0, z0; local
141 z0 = (BN_is_odd(z)) ? 1 : 0;
143 if (z0 != y_bit)
/freebsd-10.0-release/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-10.0-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_scan.l77 PATH ([/]*[-A-Za-z0-9_.])+
/freebsd-10.0-release/contrib/libpcap/
H A Dscanner.l378 [A-Za-z0-9]([-_.A-Za-z0-9]*[.A-Za-z0-9])? {
381 [^ \[\]\t\n\-_.A-Za-z0-9!<>()&|=]+ {
/freebsd-10.0-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl452 } elsif (/Using ([-a-z0-9]+)\/([-a-z0-9]+)/) {
/freebsd-10.0-release/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl110 if ($line =~ /^([a-z][a-z0-9]*)/i) {
241 $self->{label} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
409 $self->{value} =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
480 && do { $line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
606 { $var=~s/([_a-z\$\@][_a-z0-9\$\@]*)/$nasm?"$1 wrt ..imagebase":"imagerel $1"/egi; }
/freebsd-10.0-release/crypto/heimdal/lib/asn1/
H A Dlex.l265 [A-Za-z][-A-Za-z0-9_]* {
/freebsd-10.0-release/sys/tools/
H A Dmakeobjops.awk140 if (intname !~ /^[a-z_][a-z0-9_]*$/) {
142 warnsrc("Invalid interface name '" intname "', use [a-z_][a-z0-9_]*");
225 warnsrc("Invalid method name '" name "', use [a-z_][a-z0-9_]*");
H A Dvnode_if.awk260 if ((argp = match($0, /[A-Za-z0-9_]+$/)) < 1)

Completed in 209 milliseconds

12