Searched refs:l1 (Results 1 - 25 of 53) sorted by relevance

123

/osnet-11/usr/src/lib/libc/port/gen/
H A Dstrlcat.c45 size_t l1; local
51 l1 = df - dst;
52 if (dstsize == l1)
53 return (l1 + l2);
55 copied = l1 + l2 >= dstsize ? dstsize - l1 - 1 : l2;
56 (void) memcpy(dst + l1, src, copied);
57 dst[l1+copied] = '\0';
58 return (l1 + l2);
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp_api.t229 foreach my $l1 (@lgrps) {
231 $latencies->{$l1}{$l2} = $c->latency($l1, $l2);
232 $nlatencies++ if $latencies->{$l1}{$l2};
252 foreach my $l1 (@lgrps) {
253 $l_cpus{$l1} = scalar $c->cpus($l1, LGRP_CONTENT_HIERARCHY);
254 $l_mem{$l1} = $c->mem_size($l1, LGRP_MEM_SZ_INSTALLED,
256 $lgrps_nomem++ unless $l_mem{$l1};
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/sparc64/ieee1275/
H A Dboot.S85 stx %g1, [%l1 + 256]
120 stx %o0, [%l1 + 0x00]
121 stx %g1, [%l1 + 0x08]
122 stx %o5, [%l1 + 0x10]
123 stx %o1, [%l1 + 0x18]
124 stx %o2, [%l1 + 0x20]
125 stx %o3, [%l1 + 0x28]
126 stx %o4, [%l1 + 0x30]
128 mov %l1, %o0
132 sethi %hi(SCRATCH_PAD_BOOT), %l1 /* O
[all...]
H A Ddiskboot.S72 stx %o0, [%l1 + 0x00]
73 stx %g1, [%l1 + 0x08]
74 stx %o5, [%l1 + 0x10]
75 stx %o1, [%l1 + 0x18]
76 stx %o2, [%l1 + 0x20]
77 stx %o3, [%l1 + 0x28]
78 stx %o4, [%l1 + 0x30]
80 mov %l1, %o0
84 sethi %hi(SCRATCH_PAD_DISKBOOT), %l1 /* OF argument slots */
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s68 ldub [%i3 + %g4], %l1 ! l1 = src[]
69 andcc %l1, 0xff, %g0 ! null byte reached?
70 stub %l1, [%i2 + %g4] ! dst[] = src[]
89 ld [%i3 + %g4], %l1 ! l1 = src[]
92 andn %i5, %l1, %g1 ! ~word & 0x80808080
93 sub %l1, %i4, %l0 ! word - 0x01010101
96 st %l1, [%i2 + %g4] ! dst[] = src[]
100 srl %l1, 2
[all...]
H A Dstrncpy.s95 sethi %hi(0x01010101), %l1 ! Alan Mycroft's magic1
97 or %l1, %lo(0x01010101),%l1! finish loading magic1
100 sll %l1, 7, %i5 ! create Alan Mycroft's magic2
107 sub %i1, %l1, %l0 ! dword - 0x01010101
138 andcc %l0, 3, %l1 ! dst offset relative to word boundary
144 sub %l1, 4, %l1 ! bytes to align dst to word boundary
149 addcc %l1, 1, %l1 ! an
[all...]
H A Dascii_strcasecmp.s137 sub %g1, 'A', %l1 ! transform for faster uppercase check
142 cmp %l1, ('Z' - 'A') ! s2[0] uppercase?
158 sub %g1, 'A', %l1 ! transform for faster uppercase check
163 cmp %l1, ('Z' - 'A') ! s2[1] uppercase?
179 sub %g1, 'A', %l1 ! transform for faster uppercase check
184 cmp %l1, ('Z' - 'A') ! s2[2] uppercase?
242 add %l0, %l2, %l1 ! p1 = q1 + m2
246 andn %l1, %l0, %l1 ! p1 = p1 & ~q1
250 and %l0, %l1,
[all...]
/osnet-11/usr/src/lib/libcrypt/common/
H A Ddes_soft.c284 uint32_t l0, l1, w; local
295 l0 = l1 = 0;
303 l1 |= longtab[pbit-32];
313 l1 |= longtab[pbit-32];
317 work2.long1 = l1;
326 e1 op p->l1; \
378 uint32_t r0, l0, r1, l1; local
382 cipher(0, r0, l0, r1, l1);
383 cipher(1, r1, l1, r0, l0);
384 cipher(2, r0, l0, r1, l1);
408 uint32_t l0, l1, w; local
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s71 ldub [%i3 + %g4], %l1 ! src[]
72 andcc %l1, 0xff, %g0 ! end of src reached (null byte) ?
73 stub %l1, [%i2 + %g4] ! dst[] = src[]
87 sllx %i4, 32, %l1 ! spread magic1
89 or %i4, %l1, %i4 ! to all 64 bits
103 ldx [%i3 + %g4], %l1 ! src dword
106 andn %i5, %l1, %g1 ! ~dword & 0x8080808080808080
107 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
110 stx %l1, [%i2 + %g4] ! store word to dst (address pre-incremented)
119 srlx %l1, 5
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducstr.c326 int i, l1, l2, len, ulen, res = 0; local
340 l1 = data1->length;
343 len = (l1 < l2) ? l1 : l2;
345 return l1 == 0 ? (l2 == 0 ? 0 : -1) : 1;
367 } else if (((len < l1) && !KRB5_UTF8_ISASCII(s1)) ||
382 ((len == l1) || KRB5_UTF8_ISASCII(s1)) &&
385 return l1 - l2;
390 l1 -= i - 1;
397 ucs = malloc(((norm1 || l1 > l
[all...]
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.h67 #define DPRINT(l1, cl, al) if ((cl & l1) != 0) xprintf al
69 #define DPRINT(l1, cl, al)
/osnet-11/usr/src/lib/libnsl/des/
H A Ddes_soft.c321 uint32_t l0, l1, w; local
332 l0 = l1 = 0;
340 l1 |= longtab[pbit-32];
350 l1 |= longtab[pbit-32];
354 work2.long1 = l1;
363 e1 op p->l1; \
413 uint32_t r0, l0, r1, l1; local
417 cipher(0, r0, l0, r1, l1);
418 cipher(1, r1, l1, r0, l0);
419 cipher(2, r0, l0, r1, l1);
443 uint32_t l0, l1, w; local
[all...]
/osnet-11/usr/src/lib/libc/sparcv9/fp/
H A D__quad_mag64.s194 srlx %o1,48,%l1
195 andcc %l1,%l7,%l1 ! l1 = ey
201 mov 1,%l1
204 sub %l0,%l1,%l1 ! l1 = e = ex - ey
205 cmp %l1,114 ! see if we need to prenormalize
209 cmp %l1,6
[all...]
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dsmfi.c47 size_t len, l1, l2, offset; local
57 l1 = strlen(headerf) + 1;
59 len = l1 + l2;
72 (void) memcpy(buf + offset, headerf, l1);
73 (void) memcpy(buf + offset + l1, headerv, l2);
181 size_t len, l0, l1, offset;
195 l1 = strlen(arg) + 1;
196 len += l1;
197 SM_ASSERT(len > l1);
209 l1
246 size_t len, l0, l1, offset; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dlex_assign.t101 my ($l1, $l2, $l3, $l4);
103 $zzz1 = $l1 = $l2 = $zzz2 = $l3 = $l4 = 1 + $zzzz;
106 print "# $zzz1 = $l1 = $l2 = $zzz2 = $l3 = $l4 = 13\nnot "
107 unless $zzz1 == 13 and $zzz2 == 13 and $l1 == 13
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s106 ld [%fp + 64], %l1 ! get argument count
107 inc %l1 ! account for last element of 0
108 sll %l1, 2, %l1 ! multiply by 4
109 add %l0, %l1, %l0 ! and get address of first env ptr
111 set EB_ENVP, %l1 ! code for environment base
112 st %l1, [%o0 + 8] ! store it
113 set EB_AUXV, %l1 ! get code for auxiliary vector
114 st %l1, [%o0 + 16] ! store it
116 ld [%l0], %l1 ! ge
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c687 gcry_sexp_t l1;
706 l1 = gcry_sexp_find_token (genparms, "qbits", 0);
707 if (l1)
713 s = gcry_sexp_nth_data (l1, 1, &n);
716 gcry_sexp_release (l1);
722 gcry_sexp_release (l1);
726 l1 = gcry_sexp_find_token (genparms, "transient-key", 0);
727 if (l1)
730 gcry_sexp_release (l1);
737 l1
686 gcry_sexp_t l1; local
[all...]
H A Drsa.c787 gcry_sexp_t l1;
798 l1 = gcry_sexp_find_token (genparms, "use-x931", 0);
799 if (l1)
802 gcry_sexp_release (l1);
829 l1 = gcry_sexp_find_token (genparms, "transient-key", 0);
830 if (l1)
833 gcry_sexp_release (l1);
1063 gcry_sexp_t l1;
1067 l1 = gcry_sexp_find_token (keyparam, "n", 1);
1068 if (!l1)
786 gcry_sexp_t l1; local
1062 gcry_sexp_t l1; local
1157 gcry_sexp_t l1, l2, l3; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c687 gcry_sexp_t l1;
706 l1 = gcry_sexp_find_token (genparms, "qbits", 0);
707 if (l1)
713 s = gcry_sexp_nth_data (l1, 1, &n);
716 gcry_sexp_release (l1);
722 gcry_sexp_release (l1);
726 l1 = gcry_sexp_find_token (genparms, "transient-key", 0);
727 if (l1)
730 gcry_sexp_release (l1);
737 l1
686 gcry_sexp_t l1; local
[all...]
H A Drsa.c786 gcry_sexp_t l1;
797 l1 = gcry_sexp_find_token (genparms, "use-x931", 0);
798 if (l1)
801 gcry_sexp_release (l1);
828 l1 = gcry_sexp_find_token (genparms, "transient-key", 0);
829 if (l1)
832 gcry_sexp_release (l1);
1062 gcry_sexp_t l1;
1066 l1 = gcry_sexp_find_token (keyparam, "n", 1);
1067 if (!l1)
785 gcry_sexp_t l1; local
1061 gcry_sexp_t l1; local
1103 gcry_sexp_t l1, l2, l3; local
[all...]
/osnet-11/usr/src/lib/libcurses/screen/
H A Dtparm.c180 tparm_p1(char *instring, long l1) argument
184 p[0] = l1;
191 tparm_p2(char *instring, long l1, long l2) argument
195 p[0] = l1;
203 tparm_p3(char *instring, long l1, long l2, long l3) argument
207 p[0] = l1;
216 tparm_p4(char *instring, long l1, long l2, long l3, long l4) argument
220 p[0] = l1;
230 tparm_p7(char *instring, long l1, long l2, long l3, long l4, long l5, long l6, argument
235 p[0] = l1;
[all...]
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c195 size_t l1, l2; local
216 l1 = strlen (buf1);
221 res_size = l1 + 1 + l2 + 1;
226 res_size += l1 + 1 + l2 + 1;
237 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlocalcharset.c193 size_t l1, l2; local
214 l1 = strlen (buf1);
219 res_size = l1 + 1 + l2 + 1;
224 res_size += l1 + 1 + l2 + 1;
235 strcpy (res_ptr + res_size - (l2 + 1) - (l1 + 1), buf1);
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c81 size_t l1, l2; local
87 l1 = strlen(n1);
94 if (l1 != 0 && n1[l1 - 1] == '.') {
95 --l1;
101 if (l1 > l2) {
103 } else if (l1 == l2) {
105 } else /* (l1 < l2); swap l1/l2 and n1/n2 */ {
109 ltmp = l1; l
[all...]
/osnet-11/usr/src/lib/libilb/common/
H A Dilb_subr.c119 uint32_t l1, l2; local
129 l1 = ntohl(i1);
143 l1 = ntohl((uint32_t)a1->s_addr);
152 d = l1 - l2;

Completed in 91 milliseconds

123