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

12

/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_ecb.c76 unsigned long l0, l1, d[2]; local
78 n2l(in, l0);
79 d[0] = l0;
83 l0 = d[0];
84 l2n(l0, out);
87 l0 = l1 = d[0] = d[1] = 0;
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A D_ctx_start.S32 mov %g2, %l0
34 mov %l0, %o0
H A Dmodf.S77 * %l0 scratch
103 SET(.Lmagic, %l7, %l0)
104 ldd [%l0], %f2
172 SET(.L0, %l7, %l0)
174 ldd [%l0], %f0 ! return 0.0;
/freebsd-9.3-release/lib/libkse/arch/sparc64/sparc64/
H A Dthr_getcontext.S40 mov MC_VALID_FLAGS, %l0 /* Validate the context. */
41 stx %l0, [%o0 + MC_FLAGS]
42 mov 1, %l0
43 stx %l0, [%o0 + MC_OUT + (0 * 8)] /* return 1 when resumed */
53 mov %i0, %l0
56 ldx [%l0 + MC_GLOBAL + (1 * 8)], %g1
57 ldx [%l0 + MC_GLOBAL + (2 * 8)], %g2
58 ldx [%l0 + MC_GLOBAL + (3 * 8)], %g3
59 ldx [%l0 + MC_GLOBAL + (4 * 8)], %g4
60 ldx [%l0
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Decb3_enc.c65 register DES_LONG l0, l1; local
70 c2l(in, l0);
72 ll[0] = l0;
78 l0 = ll[0];
80 l2c(l0, out);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dmp_locore.S71 setx TD_V | TD_L, %l1, %l0
78 and %l6, %l0, %l1
79 cmp %l0, %l1
85 srlx %l5, TAR_VPN_SHIFT, %l0
86 sllx %l0, TAR_VPN_SHIFT, %l0
87 or %l0, TLB_DEMAP_PRIMARY | TLB_DEMAP_PAGE, %l0
88 stxa %g0, [%l0] ASI_IMMU_DEMAP
97 setx TD_V, %l1, %l0
[all...]
H A Dinterrupt.S188 ldx [PCPU(IRHEAD)], %l0
189 brnz,a,pt %l0, 2f
197 2: ldx [%l0 + IR_NEXT], %l1
203 3: ldx [%l0 + IR_FUNC], %o0
204 ldx [%l0 + IR_ARG], %o1
205 lduw [%l0 + IR_VEC], %l2
208 stx %l1, [%l0 + IR_NEXT]
209 stx %l0, [PCPU(IRFREE)]
H A Dlocore.S66 SET(pcpu0 + (PCPU_PAGES * PAGE_SIZE) - PC_SIZEOF, %l1, %l0)
67 sub %l0, SPOFF + CCFSZ, %sp
H A Dexception.S114 storer %l0, [base + (0 * size)] asi ; \
132 loader [base + (0 * size)] asi, %l0 ; \
417 clr %l0
2191 ldx [PCPU(CURTHREAD)], %l0
2192 ldx [%l0 + TD_PROC], %l0
2193 ldx [%l0 + P_MD + MD_UTRAP], %l0
2194 brz,pt %l0, tl0_trap
2196 ldx [%l0
[all...]
H A Dswtch.S117 ldx [%i1 + TD_PCB], %l0
120 stx %l0, [PCPU(CURPCB)]
123 mov %l0, PCB_REG
125 mov %l0, PCB_REG
/freebsd-9.3-release/contrib/cvs/diff/
H A Ded.c40 int f0, l0, f1, l1;
51 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
58 print_number_range (',', &files[0], f0, l0);
117 int f0, l0, f1, l1;
121 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
128 print_number_range (' ', files, f0, l0);
164 int f0, l0, f1, l1;
169 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
175 translate_range (&files[0], f0, l0, &tf0, &tl0);
39 int f0, l0, f1, l1; local
115 int f0, l0, f1, l1; local
161 int f0, l0, f1, l1; local
H A Dutil.c761 int l0, l1, show_from, show_to;
774 l0 = next->line0 + next->deleted - 1;
779 for (i = next->line0; i <= l0 && trivial; i++)
813 *last0 = l0;
752 int l0, l1, show_from, show_to; local
/freebsd-9.3-release/contrib/diff/src/
H A Ded.c43 lin f0, l0, f1, l1;
51 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
58 print_number_range (',', &files[0], f0, l0);
97 lin i, f0, l0, f1, l1;
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
107 print_number_range (' ', files, f0, l0);
140 lin i, f0, l0, f1, l1;
144 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
42 lin f0, l0, f1, l1; local
95 lin i, f0, l0, f1, l1; local
137 lin i, f0, l0, f1, l1; local
H A Dcmp.c574 word const *l0, *l1; /* Pointers into each buffer. */
587 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++)
600 for (c0 = (char const *) l0, c1 = (char const *) l1;
619 word const *l0, *l1;
625 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++)
630 for (c0 = (char const *) l0, c
569 word const *l0, *l1; /* Pointers into each buffer. */ local
613 word const *l0, *l1; local
[all...]
/freebsd-9.3-release/libexec/rtld-elf/sparc64/
H A Drtld_start.S53 mov %o0, %l0
67 mov %l0, %o0
129 sub %o0, %o1, %l0 /* x - y */
130 sub %l0, %l1, %l0 /* i = x - y - HIPLTOFFS */
132 sdivx %l0, %l7, %l1 /* Calculate i / 5120 */
134 sub %l0, %l3, %l2 /* And i % 5120 */
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_ecb.c120 register DES_LONG l0,l1; local
125 c2l(in,l0);
127 ll[0]=l0;
135 l0=ll[0];
137 l2c(l0,out);
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c265 u_int64_t l0, l1; local
269 l0 = __fpu_getreg64(reg & ~1);
270 fp->fp_sign = l0 >> 63;
278 s = __fpu_xtof(fp, l0);
290 s = __fpu_dtof(fp, l0 >> 32, l0 & 0xffffffff);
295 s = __fpu_qtof(fp, l0 >> 32, l0 & 0xffffffff, l1 >> 32,
/freebsd-9.3-release/sbin/sunlabel/
H A Druntest.sh12 ./sunlabel $MD > ${TMP}l0
20 ' ${TMP}l0 > ${TMP}l1
47 ' ${TMP}l0 > ${TMP}l2
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Deui48_108.c28 unsigned int l0, l1, l2, l3, l4, l5; local
42 &l0, &l1, &l2, &l3, &l4, &l5);
43 if (n != 6 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
47 eui48[0] = l0;
H A Deui64_109.c28 unsigned int l0, l1, l2, l3, l4, l5, l6, l7; local
42 &l0, &l1, &l2, &l3, &l4, &l5, &l6, &l7);
43 if (n != 8 || l0 > 255U || l1 > 255U || l2 > 255U || l3 > 255U ||
47 eui64[0] = l0;
/freebsd-9.3-release/contrib/opie/libopie/
H A Dgenerator.c214 goto l0;
223 goto l0;
233 goto l0;
237 l0:
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsmfi.c179 size_t len, l0, l1, offset;
188 l0 = strlen(arg0) + 1;
189 len = l0;
201 (void) memcpy(buf, arg0, l0);
202 offset = l0;
244 size_t len, l0, l1, offset; local
253 l0 = strlen(arg0) + 1;
254 len = l0;
265 (void) memcpy(buf, arg0, l0);
266 offset = l0;
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap_btree.c276 INT_GET(r.l0, ARCH_CONVERT) >> 32, (int)INT_GET(r.l0, ARCH_CONVERT), INT_GET(r.l1, ARCH_CONVERT) >> 32, (int)INT_GET(r.l1, ARCH_CONVERT),
1879 __uint64_t l0,
1886 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN));
1887 s->br_startoff = ((xfs_fileoff_t)l0 &
1890 s->br_startblock = (((xfs_fsblock_t)l0 & XFS_MASK64LO(9)) << 43) |
1897 b = (((xfs_dfsbno_t)l0 & XFS_MASK64LO(9)) << 43) |
1921 __xfs_bmbt_get_all(r->l0, r->l1, s);
1967 return (((xfs_fsblock_t)r->l0 & XFS_MASK64LO(9)) << 43) |
1973 b = (((xfs_dfsbno_t)r->l0
1878 __xfs_bmbt_get_all( __uint64_t l0, __uint64_t l1, xfs_bmbt_irec_t *s) argument
2012 __uint64_t l0, l1; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm62 ldn [%sp + (16 * CPTRSIZE) + STACK_BIAS], %l0 ! argc
93 mov %l0, %o0 ! argc
100 sll %l0, CPTRSHIFT, %o2
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_div.c313 BN_ULONG q, l0; local
404 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
405 tmp->d[div_n] = l0;
555 BN_ULONG q, l0; local
646 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q);
647 tmp->d[div_n] = l0;

Completed in 138 milliseconds

12