Searched refs:xl (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-df.S47 #define xl r0 define
53 #define xl r1 define
97 teqeq xl, yl
98 orrnes ip, r4, xl
105 @ corresponding arg in xh-xl, and positive exponent difference in r5.
111 eor yl, xl, yl
113 eor xl, yl, xl
115 eor yl, xl, yl
119 @ already in xh-xl
[all...]
/freebsd-9.3-release/sys/modules/xl/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/xl
/freebsd-9.3-release/crypto/heimdal/lib/sl/
H A Dmake_cmds.c147 struct command_list *cl, *xl; local
150 for(xl = commands; xl != cl; xl = xl->next)
151 if(strcmp(cl->function, xl->function) == 0)
153 if(xl != cl)
/freebsd-9.3-release/usr.bin/netstat/
H A Dsctp.c281 struct xladdr_entry *prev_xl = NULL, *xl = NULL, *xl_tmp; local
297 prev_xl = xl;
298 xl = malloc(sizeof(struct xladdr_entry));
299 if (xl == NULL) {
304 xl->xladdr = xladdr;
306 LIST_INSERT_HEAD(&xladdr_head, xl, xladdr_entries);
308 LIST_INSERT_AFTER(prev_xl, xl, xladdr_entries);
336 xl = LIST_FIRST(&xladdr_head);
343 if (xl != NULL) {
344 sctp_print_address(&(xl
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dby_dir.c94 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
287 ctx = (BY_DIR *)xl->method_data;
330 if ((X509_load_cert_file(xl, b->data,
334 if ((X509_load_crl_file(xl, b->data, ctx->dirs_type[i])) == 0)
344 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp);
346 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j);
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dop-2.h154 #define __FP_CLZ_2(R, xh, xl) \
160 __FP_CLZ(R,xl); \
168 #define __FP_FRAC_ADDI_2(xh, xl, i) \
169 (xh += ((xl += i) < i))
172 #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl) \
173 (rh = xh + yh + ((rl = xl + yl) < xl))
176 #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl) \
177 (rh = xh - yh - ((rl = xl - yl) > xl))
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dlonglong.h206 #define umul_ppmm(xh, xl, a, b) \
222 "=r" ((USItype) (xl)), \
291 #define smul_ppmm(xh, xl, m0, m1) \
299 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
444 #define umul_ppmm(xh, xl, a, b) \
472 "=g" ((USItype) (xl)) \
480 #define umul_ppmm(xh, xl, a, b) \
508 "=g" ((USItype) (xl)) \
703 #define smul_ppmm(xh, xl, m0, m1) \
704 __asm__ ("mul %0,%2,%3" : "=r" (xh), "=q" (xl)
[all...]
H A Dsimplify-rtx.c1298 HOST_WIDE_INT xh, xl, th, tl;
1323 xl = tl;
1342 xl = tl;
1345 REAL_VALUE_TO_INT (&xl, &xh, x);
1373 xl = tl;
1377 REAL_VALUE_TO_INT (&xl, &xh, x);
1383 return immed_double_const (xl, xh, mode);
1292 HOST_WIDE_INT xh, xl, th, tl; local
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c552 size_t nl, xl; local
558 if ((xl = suffixlen(x))) {
559 if (xl <= nl && memcmp(p = nz-xl, x, xl) == 0)
569 x += xl;
/freebsd-9.3-release/usr.sbin/apm/
H A Dapm.c38 #define xl(a) ((a) & 0xff) macro
266 * xl(SI) - day of month (1-31)
274 tm.tm_min = bcd2int(xl(args.edx));
276 tm.tm_mday = bcd2int(xl(args.esi));
/freebsd-9.3-release/sys/pc98/conf/
H A DGENERIC187 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
/freebsd-9.3-release/contrib/amd/libamu/
H A Dxutil.c648 int xl = xlog_level; local
649 int rc = cmdoption(opt, xlog_opt, &xl);
659 xlog_level_init = xl;
661 xl |= xlog_level_init;
662 xlog_level = xl;
/freebsd-9.3-release/contrib/dialog/
H A Ddialog.h286 #define auto_size(t,s,h,w,xl,mc) dlg_auto_size(t,s,h,w,xl,mc)
287 #define auto_sizefile(t,f,h,w,xl,mc) dlg_auto_sizefile(t,f,h,w,xl,mc)
/freebsd-9.3-release/sys/ia64/conf/
H A DGENERIC152 device xl # 3Com 3c90x ("Boomerang", "Cyclone")
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dblowfish.c76 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
83 Xl = *xl;
96 *xl = Xr ^ p[17];
101 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
108 Xl = *xl;
121 *xl = Xr ^ p[0];
/freebsd-9.3-release/sys/dev/mn/
H A Dif_mn.c214 struct trxd *x1, *xl; member in struct:schan
606 dp2 = sc->ch[chan]->xl;
613 sc->ch[chan]->xl = dp2;
620 sc->ch[chan]->xl->vnext = 0;
629 sc->ch[chan]->xl->next = vtophys(dp);
630 sc->ch[chan]->xl->vnext = dp;
631 sc->ch[chan]->xl = dp;
705 sc->ch[chan]->xl = dp;
/freebsd-9.3-release/sys/sparc64/conf/
H A DGENERIC187 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
/freebsd-9.3-release/share/man/man4/
H A DMakefile552 xl.4 \
708 MLINKS+=xl.4 if_xl.4
/freebsd-9.3-release/sys/amd64/conf/
H A DGENERIC242 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
/freebsd-9.3-release/sys/i386/conf/
H A DGENERIC254 device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
/freebsd-9.3-release/secure/lib/libcrypt/
H A Dblowfish.c66 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) argument
73 Xl = *xl;
86 *xl = Xr ^ p[17];
/freebsd-9.3-release/sys/crypto/camellia/
H A Dcamellia.c108 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
110 il = xl ^ kl; \
144 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
147 il = CAMELLIA_SP1110((xl>>24) & 0xff); \
149 il ^= CAMELLIA_SP0222((xl>>16) & 0xff); \
151 il ^= CAMELLIA_SP3033((xl>>8) & 0xff); \
153 il ^= CAMELLIA_SP4404(xl & 0xff); \
/freebsd-9.3-release/sys/dev/xl/
H A Dif_xl.c136 MODULE_DEPEND(xl, pci, 1, 1, 1);
137 MODULE_DEPEND(xl, ether, 1, 1, 1);
138 MODULE_DEPEND(xl, miibus, 1, 1, 1);
143 #include <dev/xl/if_xlreg.h>
323 "xl",
330 DRIVER_MODULE_ORDERED(xl, pci, xl_driver, xl_devclass, NULL, NULL,
332 DRIVER_MODULE(miibus, xl, miibus_driver, miibus_devclass, NULL, NULL);
1561 KASSERT(mtx_initialized(&sc->xl_mtx), ("xl mutex not initialized"));
/freebsd-9.3-release/sys/modules/
H A DMakefile366 xl \
/freebsd-9.3-release/crypto/openssl/crypto/camellia/
H A Dcamellia.c134 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
137 il = xl ^ kl; \
176 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
179 il = xl; \

Completed in 196 milliseconds

12