Searched refs:la (Results 1 - 21 of 21) sorted by relevance

/barrelfish-master/lib/libc/nameser/
H A Dns_samedomain.c54 size_t la, lb; local
58 la = strlen(a);
62 if (la != 0U && a[la - 1] == '.') {
64 /* Note this loop doesn't get executed if la==1. */
65 for (i = la - 2; i >= 0; i--)
74 la--;
98 if (lb > la)
102 if (lb == la)
105 /* Ok, we know la > l
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-s390x.pl45 la $XX[0],1($XX[0])
58 la $YY,0($YY,$TX[0]) # $i
60 la $XX[1],1($XX[0])
77 la $TX[1],0($TX[0])
79 la $TY,0($TY,$TX[0])
88 la $inp,8($inp)
92 la $out,8($out)
103 la $YY,0($YY,$TX[0])
113 la $inp,1($inp)
118 la
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/asm/
H A Ds390x-mont.pl65 la $bp,0($num,$bp)
80 la $rp,0($rp,$sp)
81 la $sp,0($j,$rp) # alloca
85 la $bp,0($j,$bp) # restore $bp
103 la $j,8(%r0) # j=1
123 la $j,8($j) # j++
131 la $bp,8($bp) # bp++
150 la $j,8(%r0) # j=1
172 la $j,8($j) # j++
184 la
[all...]
H A Ds390x.S21 la %r1,0(%r2) // put rp aside
63 la %r2,32(%r2) // i+=4
66 la %r10,1(%r10) // see if len%4 is zero ...
84 la %r2,8(%r2) // i++
96 la %r1,0(%r2) // put rp aside
130 la %r2,32(%r2) // i+=4
133 la %r10,1(%r10) // see if len%4 is zero ...
149 la %r2,8(%r2) // i++
188 la %r3,32(%r3)
189 la
[all...]
/barrelfish-master/include/vm/
H A Dvm_meter.c76 u_int32_t la[4]; local
79 la[0] = averunnable.ldavg[0];
80 la[1] = averunnable.ldavg[1];
81 la[2] = averunnable.ldavg[2];
82 la[3] = averunnable.fscale;
83 return SYSCTL_OUT(req, la, sizeof(la));
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Ds390xcpuid.S69 la %r2,1(%r2)
76 la %r2,1(%r2)
81 la %r2,8(%r2)
/barrelfish-master/lib/msun/src/
H A Ds_fmal.c136 long double ha, hb, la, lb, p, q; local
141 la = a - ha;
149 q = ha * lb + la * hb;
152 ret.lo = p - ret.hi + q + la * lb;
H A Ds_fma.c140 double ha, hb, la, lb, p, q; local
145 la = a - ha;
153 q = ha * lb + la * hb;
156 ret.lo = p - ret.hi + q + la * lb;
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-s390x.pl202 la %r1,0($key)
203 #la %r2,0($inp)
204 la %r4,0($out)
288 la $key,16($key)
528 la %r1,0($key)
529 #la %r2,0($inp)
530 la %r4,0($out)
614 la $key,16($key)
774 la %r1,16($sp)
831 la
[all...]
/barrelfish-master/lib/libc/riscv/gen/
H A D_setjmp.S42 la t0, .Lmagic
95 la t1, .Lmagic
H A Dsetjmp.S56 la t0, .Lmagic
123 la t1, .Lmagic
/barrelfish-master/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-s390x.pl151 la %r1,16($sp)
171 la $sp,0(%r1,$sp)
203 la $inp,64($inp)
H A Dsha512-s390x.pl98 la $T1,0($T1,$h) # T1+=h
116 la $d,0($d,$T1) # d+=T1
222 la %r1,16($sp)
243 la $sp,0(%r1,$sp)
269 la $inp,`16*$SZ`($inp)
/barrelfish-master/lib/tommath/
H A Dmakefile.shared36 default: libtommath.la
40 LIBNAME=libtommath.la
H A Dmakefile169 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex `find . -type f | grep [~] | xargs` *.lo *.la
H A Dbn.tex121 library (resource) will be called ``libtommath.la'' while the static library called ``libtommath.a''. Generally
/barrelfish-master/lib/libc/isc/
H A Deventlib_p.h100 } la; member in struct:evAccept
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dordset.pl163 ; R == (=) % a la O'Keefe, but different from memberchk/2!
224 ; R == (<) % a la O'Keefe, but different from nonmember/2!
H A Dkernel.pl7050 % adjusted based on the corresponding From and Step values, a la
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dmp.tex64 A higher level concept of service {\em brokers} a la CORBA \cite{corba}
H A Dic.tex487 (\`a la
533 Vars may be a variable or a collection of variables (\`a la
544 Vars may be a variable or a collection of variables (\`a la

Completed in 149 milliseconds