Searched refs:xl (Results 1 - 25 of 33) sorted by last modified time

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure8701 xl* | bgxl* | bgf* | mpixl*)
9317 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfigure11112 xl* | bgxl* | bgf* | mpixl*)
11731 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dby_dir.c91 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
240 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, argument
291 ctx=(BY_DIR *)xl->method_data;
343 if ((X509_load_cert_file(xl,b->data,
349 if ((X509_load_crl_file(xl,b->data,
359 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
360 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/
H A Dconfigure7789 xl*)
8350 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dop-2.h106 #define __FP_CLZ_2(R, xh, xl) \
109 __FP_CLZ(R,xl); \
112 __FP_CLZ(R,xl); \
119 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpf.c578 static int xl(char *buf, int offs) function
598 set_capacity(pf->disk, xl(buf, 0) + 1);
599 bs = xl(buf, 4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcamellia.c146 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
148 il = xl ^ kl; \
186 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
189 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
191 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
193 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
195 il ^= CAMELLIA_SP4404(xl & 0xff); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h95 #define umul_ppmm(xh, xl, a, b) \
111 "=r" ((USItype) (xl)), \
H A Dmuldi3.c34 #define umul_ppmm(xh, xl, a, b) \
50 "=r" ((USItype) (xl)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dblock.c415 struct xlate *xl = (struct xlate *) priv_data; local
417 return (*xl->func)(fs, blocknr, (int) blockcnt, xl->real_private);
430 struct xlate xl; local
432 xl.real_private = priv_data;
433 xl.func = func;
436 block_buf, xlate_func, &xl);
H A Ddir_iterate.c105 struct xlate *xl = (struct xlate *) priv_data; variable in typeref:struct:xlate
107 return (*xl->func)(dirent, offset, blocksize, buf, xl->real_private);
121 struct xlate xl; local
123 xl.real_private = priv_data;
124 xl.func = func;
127 xlate_func, &xl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dop-2.h134 #define __FP_CLZ_2(R, xh, xl) \
140 __FP_CLZ(R,xl); \
147 #define __FP_FRAC_ADDI_2(xh, xl, i) add_ssaaaa(xh, xl, xh, xl, 0, i)
153 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) sub_ddmmss(xh, xl, xh, xl, yh, yl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_sio.c439 ALIAS_MV(xl)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S19 #define xl r1 define
23 #define xl r0 define
36 * xh-xl = dividend (clobbered)
43 * Clobbered regs: xl, ip
96 cmpeq xl, r4
97 movlo xh, xl
104 4: movs xl, xl, lsl #1
118 cmp xl, #0
125 clz xh, xl
[all...]
H A Dmuldi3.S17 #define xl r1 define
21 #define xl r0 define
31 mla xh, xl, yh, xh
32 mov ip, xl, lsr #16
34 bic xl, xl, ip, lsl #16
37 mul yh, xl, yh
38 mul xl, yl, xl
40 adds xl, x
[all...]
H A Ducmpdi2.S17 #define xl r1 define
21 #define xl r0 define
30 cmpeq xl, yl
41 cmpeq xl, yl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Daedsp16.c344 * Decode macros (xl == low byte, xh = high byte)
346 #define IOBASE(xl) ((xl & 0x01)?0x240:0x220)
347 #define JOY(xl) (xl & 0x02)
348 #define MPUADDR(xl) ( \
349 (xl & 0x0C)?0x330: \
350 (xl & 0x08)?0x320: \
351 (xl & 0x04)?0x310: \
353 #define WSSADDR(xl) ((x
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcamellia.c134 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
137 il = xl ^ kl; \
177 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
180 il = xl; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_dir.c91 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
241 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, argument
292 ctx=(BY_DIR *)xl->method_data;
344 if ((X509_load_cert_file(xl,b->data,
350 if ((X509_load_crl_file(xl,b->data,
360 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
361 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dconfigure8116 xl*)
8673 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dblowfish.c280 u32 xl, xr, *s0, *s1, *s2, *s3, *p; local
282 xl = *ret_xl;
290 R( xl, xr, 0);
291 R( xr, xl, 1);
292 R( xl, xr, 2);
293 R( xr, xl, 3);
294 R( xl, xr, 4);
295 R( xr, xl, 5);
296 R( xl, xr, 6);
297 R( xr, xl,
346 u32 xl, xr, *s0, *s1, *s2, *s3, *p; local
[all...]
H A Dcamellia.c111 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
113 il = xl ^ kl; \
152 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
158 il = CAMELLIA_SP1110((xl >> 24) & 0xff) \
159 ^ CAMELLIA_SP0222((xl >> 16) & 0xff) \
160 ^ CAMELLIA_SP3033((xl >> 8) & 0xff) \
161 ^ CAMELLIA_SP4404(xl & 0xff); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure8647 xl*)
9207 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h135 #define umul_ppmm(xh, xl, m0, m1) \
139 : "=r" ((USItype)(xl)) \
207 #define umul_ppmm(xh, xl, a, b) \
222 "=r" ((USItype)(xl)) \
227 #define umul_ppmm(xh, xl, a, b) \
231 "=r" ((USItype)(xl)) \
392 #define umul_ppmm(xh, xl, m0, m1) \
403 (xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
407 #define smul_ppmm(xh, xl, m0, m1) \
417 (xh) = __xx.__i.__h; (xl)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/
H A Dconfigure8381 xl*)
8938 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)

Completed in 454 milliseconds

12