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

12345

/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Di_ecb.c76 unsigned long l0, l1, d[2]; local
80 n2l(in, l1);
81 d[1] = l1;
85 l1 = d[1];
86 l2n(l1, out);
87 l0 = l1 = d[0] = d[1] = 0;
H A Didea_lcl.h97 #define n2ln(c,l1,l2,n) { \
99 l1=l2=0; \
105 case 4: l1 =((unsigned long)(*(--(c)))) ; \
106 case 3: l1|=((unsigned long)(*(--(c))))<< 8; \
107 case 2: l1|=((unsigned long)(*(--(c))))<<16; \
108 case 1: l1|=((unsigned long)(*(--(c))))<<24; \
113 #define l2nn(l1,l2,c,n) { \
120 case 4: *(--(c))=(unsigned char)(((l1) )&0xff); \
121 case 3: *(--(c))=(unsigned char)(((l1)>> 8)&0xff); \
122 case 2: *(--(c))=(unsigned char)(((l1)>>1
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Decb3_enc.c65 register DES_LONG l0, l1; local
71 c2l(in, l1);
73 ll[1] = l1;
79 l1 = ll[1];
81 l2c(l1, out);
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_locl.h71 # define c2ln(c,l1,l2,n) { \
73 l1=l2=0; \
79 case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
80 case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
81 case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
82 case 1: l1|=((unsigned long)(*(--(c)))); \
94 # define l2cn(l1,l2,c,n) { \
101 case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
102 case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
103 case 2: *(--(c))=(unsigned char)(((l1)>>
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc2/
H A Drc2_locl.h67 #define c2ln(c,l1,l2,n) { \
69 l1=l2=0; \
75 case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
76 case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
77 case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
78 case 1: l1|=((unsigned long)(*(--(c)))); \
90 #define l2cn(l1,l2,c,n) { \
97 case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
98 case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
99 case 2: *(--(c))=(unsigned char)(((l1)>>
[all...]
/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
97 setx TD_V, %l1, %l0
103 ldxa [%l4] ASI_ITLB_DATA_ACCESS_REG, %l1
104 and %l1, %l0, %l1
105 cmp %l0, %l1
115 ldx [%l6 + (9f-3b)], %l1
118 4: cmp %l3, %l1
[all...]
H A Dswtch.S136 ldx [%i1 + TD_PROC], %l1
138 ldx [%l1 + P_VMSPACE], %i5
139 add %i5, VM_PMAP, %l1
144 stx %l1, [%g1 + KTR_PARM1]
152 cmp %l2, %l1
238 add %l1, PM_CONTEXT, %i5
255 add %l1, %l4, %l4
258 ldx [%l1 + %l4], %l6
260 stx %l6, [%l1 + %l4]
268 ATOMIC_STORE_LONG(%l4, %l5, %l6, %l1)
[all...]
H A Dinterrupt.S197 2: ldx [%l0 + IR_NEXT], %l1
198 brnz,pt %l1, 3f
199 stx %l1, [PCPU(IRHEAD)]
200 PCPU_ADDR(IRHEAD, %l1)
201 stx %l1, [PCPU(IRTAIL)]
207 ldx [PCPU(IRFREE)], %l1
208 stx %l1, [%l0 + IR_NEXT]
/freebsd-9.3-release/sys/mips/mips/
H A Dcpu.c123 cpuinfo->l1.ic_linesize = 1 << (tmp + 1);
124 cpuinfo->l1.ic_nways = (((cfg1 & MIPS_CONFIG1_IA_MASK) >> MIPS_CONFIG1_IA_SHIFT)) + 1;
125 cpuinfo->l1.ic_nsets =
133 cpuinfo->l1.dc_linesize = 1 << (tmp + 1);
134 cpuinfo->l1.dc_nways =
136 cpuinfo->l1.dc_nsets =
146 cpuinfo->l1.dc_nsets = 1;
147 cpuinfo->l1.dc_nways = 64;
150 cpuinfo->l1.dc_nsets = 2;
151 cpuinfo->l1
[all...]
H A Dcache_mipsNN.c111 flush_multiple_lines_per_way = cpuinfo->l1.ic_nsets * cpuinfo->l1.ic_linesize * cpuinfo->l1.ic_linesize > PAGE_SIZE;
123 picache_loopcount = (cpuinfo->l1.ic_nsets * cpuinfo->l1.ic_linesize / PAGE_SIZE) *
124 cpuinfo->l1.ic_nways;
126 picache_stride = cpuinfo->l1.ic_nsets * cpuinfo->l1.ic_linesize;
127 picache_loopcount = cpuinfo->l1.ic_nways;
130 if (cpuinfo->l1
[all...]
H A Dcache.c94 switch (cpuinfo->l1.ic_linesize) {
135 cpuinfo->l1.ic_linesize);
138 switch (cpuinfo->l1.dc_linesize) {
216 cpuinfo->l1.dc_linesize);
252 if (cpuinfo->l1.ic_size) {
262 if (cpuinfo->l1.dc_size) {
/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);
66 for (i = f1; i <= l1; i++)
117 int f0, l0, f1, l1;
121 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
139 for (i = f1; i <= l1; i++)
164 int f0, l0, f1, l1;
169 analyze_hunk (hunk, &f0, &l0, &f1, &l1, &deletes, &inserts);
192 translate_range (&files[1], f1, l1, &tf1, &tl1);
198 for (i = f1; i <= l1;
39 int f0, l0, f1, l1; local
115 int f0, l0, f1, l1; local
161 int f0, l0, f1, l1; local
[all...]
/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);
65 for (i = f1; i <= l1; i++)
97 lin i, f0, l0, f1, l1;
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
118 for (i = f1; i <= l1; i++)
140 lin i, f0, l0, f1, l1;
144 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
165 translate_range (&files[1], f1, l1, &tf1, &tl1);
169 for (i = f1; i <= l1;
42 lin f0, l0, f1, l1; local
95 lin i, f0, l0, f1, l1; local
137 lin i, f0, l0, f1, l1; local
[all...]
/freebsd-9.3-release/sys/crypto/blowfish/
H A Dbf_locl.h77 #define c2ln(c,l1,l2,n) { \
79 l1=l2=0; \
85 case 4: l1 =((BF_LONG)(*(--(c))))<<24L; \
86 case 3: l1|=((BF_LONG)(*(--(c))))<<16L; \
87 case 2: l1|=((BF_LONG)(*(--(c))))<< 8L; \
88 case 1: l1|=((BF_LONG)(*(--(c)))); \
100 #define l2cn(l1,l2,c,n) { \
107 case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
108 case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
109 case 2: *(--(c))=(unsigned char)(((l1)>>
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/rc5/
H A Drc5_locl.h69 #define c2ln(c,l1,l2,n) { \
71 l1=l2=0; \
77 case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
78 case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
79 case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
80 case 1: l1|=((unsigned long)(*(--(c)))); \
92 #define l2cn(l1,l2,c,n) { \
99 case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
100 case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
101 case 2: *(--(c))=(unsigned char)(((l1)>>
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcast_lcl.h73 #define c2ln(c,l1,l2,n) { \
75 l1=l2=0; \
81 case 4: l1 =((unsigned long)(*(--(c))))<<24L; \
82 case 3: l1|=((unsigned long)(*(--(c))))<<16L; \
83 case 2: l1|=((unsigned long)(*(--(c))))<< 8L; \
84 case 1: l1|=((unsigned long)(*(--(c)))); \
96 #define l2cn(l1,l2,c,n) { \
103 case 4: *(--(c))=(unsigned char)(((l1)>>24L)&0xff); \
104 case 3: *(--(c))=(unsigned char)(((l1)>>16L)&0xff); \
105 case 2: *(--(c))=(unsigned char)(((l1)>>
[all...]
/freebsd-9.3-release/libexec/rtld-elf/sparc64/
H A Drtld_start.S54 mov %o3, %l1
65 mov %l1, %o3
127 sethi %hi(HIPLTOFFS), %l1
128 or %l1, %lo(HIPLTOFFS), %l1
130 sub %l0, %l1, %l0 /* i = x - y - HIPLTOFFS */
132 sdivx %l0, %l7, %l1 /* Calculate i / 5120 */
133 mulx %l1, %l7, %l3
135 mulx %l1, 160, %l5 /* (i / 5120) * 160 */
/freebsd-9.3-release/tools/regression/usr.bin/printf/
H A Dregress.sh10 REGRESSION_TEST(`l1', `LC_ALL=en_US.ISO8859-1 printf "%d\n" $(printf \"\\344)')
/freebsd-9.3-release/sys/crypto/des/
H A Ddes_ecb.c120 register DES_LONG l0,l1; local
126 c2l(in,l1);
128 ll[1]=l1;
136 l1=ll[1];
138 l2c(l1,out);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dmcparse.y284 rc_uint_type l1,l2;
285 l1 = unichar_len ($1);
287 h = (unichar *) res_alloc ((l1 + l2 + 1) * sizeof (unichar));
288 if (l1) memcpy (h, $1, l1 * sizeof (unichar));
289 if (l2) memcpy (&h[l1], $2, l2 * sizeof (unichar));
290 h[l1 + l2] = 0;
301 rc_uint_type l1,l2;
302 l1 = unichar_len ($1);
304 h = (unichar *) res_alloc ((l1
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Dcpuinfo.h69 } l1; member in struct:mips_cpuinfo
/freebsd-9.3-release/sys/sparc64/include/
H A Dktr.h46 #define ATR(desc, r1, r2, r3, l1, l2) \
48 l1: .asciz desc ; \
69 SET(l1 ## b, r3, r2) ; \
75 #define CATR(mask, desc, r1, r2, r3, l1, l2, l3) \
103 ATR(desc, r1, r2, r3, l1, l2)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dsasl.c166 int l1, l2, rl; local
170 l1 = strlen(s1);
172 rl = SM_MIN(l1, l2);
189 l1 = strlen(h1);
199 memcpy(hr, h1, l1);
202 hr += l1;
/freebsd-9.3-release/contrib/bmake/lst.lib/
H A DlstConcat.c66 * l1 The list to which l2 is to be appended
67 * l2 The list to append to l1
79 Lst_Concat(Lst l1, Lst l2, int flags) argument
85 List list1 = l1;
88 if (!LstValid (l1) || !LstValid (l2)) {
134 * prevPtr to fit into l1 and its datum field from the
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsmfi.c45 size_t len, l1, l2, offset; local
55 l1 = strlen(headerf) + 1;
57 len = l1 + l2;
70 (void) memcpy(buf + offset, headerf, l1);
71 (void) memcpy(buf + offset + l1, headerv, l2);
179 size_t len, l0, l1, offset;
193 l1 = strlen(arg) + 1;
194 len += l1;
195 SM_ASSERT(len > l1);
207 l1
244 size_t len, l0, l1, offset; local
[all...]

Completed in 194 milliseconds

12345