Home
last modified time | relevance | path

Searched refs:xl (Results 1 – 25 of 61) sorted by relevance

123

/openbsd/src/gnu/gcc/gcc/config/xtensa/
Dieee754-df.S33 #define xl a3 macro
38 #define xl a2 macro
75 or a7, a7, xl
82 mov xl, yl
138 add xl, xl, yl
140 bgeu xl, yl, 1f
165 add xl, xl, yl
167 bgeu xl, yl, 1f
209 sll a9, xl
210 src xl, xh, xl
[all …]
Dieee754-sf.S33 #define xl a3 macro
38 #define xl a2 macro
1391 srl xl, xh
1397 neg xl, xl
1399 beqz xl, 1f
1404 movi xl, 0
1405 sll xl, xh
1421 movi xl, 0
1425 movi xl, -1
1430 movi xl, 0
[all …]
/openbsd/src/gnu/gcc/gcc/config/arm/
Dieee754-df.S47 #define xl r0 macro
53 #define xl r1 macro
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. We need up to 54 bit to handle proper rounding
130 rsbs xl, xl, #0
[all …]
/openbsd/src/games/hack/
Dhack.save.c242 int xl; in restobjchn() local
244 mread(fd, (char *) &xl, sizeof(xl)); in restobjchn()
245 if(xl == -1) break; in restobjchn()
246 otmp = newobj(xl); in restobjchn()
249 mread(fd, (char *) otmp, (unsigned) xl + sizeof(struct obj)); in restobjchn()
265 int xl; in restmonchn() local
274 mread(fd, (char *) &xl, sizeof(xl)); in restmonchn()
275 if(xl == -1) break; in restmonchn()
276 mtmp = newmonst(xl); in restmonchn()
279 mread(fd, (char *) mtmp, (unsigned) xl + sizeof(struct monst)); in restmonchn()
Dhack.lev.c142 unsigned xl; in saveobjchn() local
147 xl = otmp->onamelth; in saveobjchn()
148 bwrite(fd, &xl, sizeof(int)); in saveobjchn()
149 bwrite(fd, otmp, xl + sizeof(struct obj)); in saveobjchn()
160 unsigned xl; in savemonchn() local
168 xl = mtmp->mxlth + mtmp->mnamelth; in savemonchn()
169 bwrite(fd, &xl, sizeof(int)); in savemonchn()
170 bwrite(fd, mtmp, xl + sizeof(struct monst)); in savemonchn()
Ddef.obj.h107 #define newobj(xl) (struct obj *) alloc((unsigned)(xl) + sizeof(struct obj)) argument
Ddef.monst.h109 #define newmonst(xl) (struct monst *) alloc((unsigned)(xl) + sizeof(struct monst)) argument
Dhack.mklev.c359 finddpos(int xl, int yl, int xh, int yh) in finddpos() argument
364 x = (xl == xh) ? xl : (xl + rn2(xh-xl+1)); in finddpos()
369 for(x = xl; x <= xh; x++) for(y = yl; y <= yh; y++) in finddpos()
373 for(x = xl; x <= xh; x++) for(y = yl; y <= yh; y++) in finddpos()
377 x = xl; in finddpos()
/openbsd/src/sbin/isakmpd/
Dcrypto.c128 u_int32_t xl, xr; in blf_encrypt() local
134 xl = GET_32BIT_BIG(data); in blf_encrypt()
136 Blowfish_encipher(&ks->ks_blf, &xl, &xr); in blf_encrypt()
137 SET_32BIT_BIG(data, xl); in blf_encrypt()
147 u_int32_t xl, xr; in blf_decrypt() local
152 xl = GET_32BIT_BIG(data); in blf_decrypt()
154 Blowfish_decipher(&ks->ks_blf, &xl, &xr); in blf_decrypt()
155 SET_32BIT_BIG(data, xl); in blf_decrypt()
160 xl = GET_32BIT_BIG(data); in blf_decrypt()
162 Blowfish_decipher(&ks->ks_blf, &xl, &xr); in blf_decrypt()
[all …]
/openbsd/src/gnu/gcc/gcc/config/soft-fp/
Dop-2.h154 #define __FP_CLZ_2(R, xh, xl) \ argument
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))
180 #define __FP_FRAC_DEC_2(xh, xl, yh, yl) \
182 UWtype _t = xl; \
[all …]
/openbsd/src/usr.sbin/ldpd/
Dldpd.c1042 struct l2vpn *l2vpn, *ltmp, *xl; in merge_l2vpns() local
1046 if ((xl = l2vpn_find(xconf, l2vpn->name)) == NULL) { in merge_l2vpns()
1062 LIST_FOREACH_SAFE(xl, &xconf->l2vpn_list, entry, ltmp) { in merge_l2vpns()
1064 if ((l2vpn = l2vpn_find(conf, xl->name)) == NULL) { in merge_l2vpns()
1065 LIST_REMOVE(xl, entry); in merge_l2vpns()
1066 LIST_INSERT_HEAD(&conf->l2vpn_list, xl, entry); in merge_l2vpns()
1070 l2vpn_init(xl); in merge_l2vpns()
1073 ldpe_l2vpn_init(xl); in merge_l2vpns()
1082 merge_l2vpn(conf, l2vpn, xl); in merge_l2vpns()
1083 LIST_REMOVE(xl, entry); in merge_l2vpns()
[all …]
/openbsd/src/lib/libcrypto/x509/
Dby_dir.c96 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
253 get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject() argument
298 ctx = xl->method_data; in get_cert_by_subject()
339 if ((X509_load_cert_file(xl, b->data, in get_cert_by_subject()
345 if ((X509_load_crl_file(xl, b->data, in get_cert_by_subject()
357 j = sk_X509_OBJECT_find(xl->store_ctx->objs, &stmp); in get_cert_by_subject()
358 tmp = sk_X509_OBJECT_value(xl->store_ctx->objs, j); in get_cert_by_subject()
/openbsd/src/usr.sbin/amd/amd/
Dxutil.c310 int xl = xlog_level; in switch_option() local
311 int rc = cmdoption(opt, xlog_opt, &xl); in switch_option()
320 xlog_level_init = xl; in switch_option()
322 xl |= xlog_level_init; in switch_option()
323 xlog_level = xl; in switch_option()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/
Dstmtexpr2.C8 double xl, dy; in foo() local
9 xl = DMAX(dy, 0.0); in foo()
/openbsd/src/gnu/gcc/gcc/
Dlonglong.h206 #define umul_ppmm(xh, xl, a, b) \ argument
222 "=r" ((USItype) (xl)), \
291 #define smul_ppmm(xh, xl, m0, m1) \ argument
299 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
444 #define umul_ppmm(xh, xl, a, b) \ argument
472 "=g" ((USItype) (xl)) \
480 #define umul_ppmm(xh, xl, a, b) \ argument
508 "=g" ((USItype) (xl)) \
703 #define smul_ppmm(xh, xl, m0, m1) \ argument
704 __asm__ ("mul %0,%2,%3" : "=r" (xh), "=q" (xl) : "r" (m0), "r" (m1))
[all …]
/openbsd/src/sys/lib/libsa/
Dblowfish.c58 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() argument
65 Xl = *xl; in Blowfish_encipher()
78 *xl = Xr ^ p[17]; in Blowfish_encipher()
83 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher() argument
90 Xl = *xl; in Blowfish_decipher()
103 *xl = Xr ^ p[0]; in Blowfish_decipher()
/openbsd/src/lib/libc/crypt/
Dblowfish.c57 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_encipher() argument
64 Xl = *xl; in Blowfish_encipher()
77 *xl = Xr ^ p[17]; in Blowfish_encipher()
83 Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) in Blowfish_decipher() argument
90 Xl = *xl; in Blowfish_decipher()
103 *xl = Xr ^ p[0]; in Blowfish_decipher()
/openbsd/src/usr.sbin/nsd/
Dudb.c31 static void move_xl_segment(void* base, udb_base* udb, udb_void xl,
42 udb_void xl = data - sizeof(udb_xl_chunk_d); in chunk_from_dataptr() local
43 if( (xl & (UDB_ALLOC_CHUNK_SIZE-1)) == 0) in chunk_from_dataptr()
44 return xl; in chunk_from_dataptr()
1444 move_xl_segment(void* base, udb_base* udb, udb_void xl, udb_void n, argument
1447 udb_xl_chunk_d* xlp = UDB_XL_CHUNK(xl);
1449 uint64_t amount = xl - n;
1450 assert(n < xl); /* move to compact */
1453 udb->glob_data->rb_old = xl;
1478 udb_void xl = xl_start; local
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dlonglong.h211 #define umul_ppmm(xh, xl, a, b) \ argument
227 "=r" ((USItype) (xl)), \
296 #define smul_ppmm(xh, xl, m0, m1) \ argument
304 (xh) = __x.__i.__h; (xl) = __x.__i.__l; \
453 #define umul_ppmm(xh, xl, a, b) \ argument
481 "=g" ((USItype) (xl)) \
673 #define smul_ppmm(xh, xl, m0, m1) \ argument
674 __asm__ ("mul %0,%2,%3" : "=r" (xh), "=q" (xl) : "r" (m0), "r" (m1))
1101 #define umul_ppmm(xh, xl, m0, m1) \ argument
1113 (xl) = __xx.__i.__l; \
[all …]
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D1459.crt17 2+MTxLCRWvYRoHS+xl/9pyt03zUh3isSZ6pO9WmsHeFHivqCB+ic2doX5b8the8a
D1260.crt13 l7zE/xl/y5ouXCk3gRaHFR/i3TImfJCGk/499rn8Lp8r+XmKqCA+G+2CXJjlKXpU
D1105.key25 xl/LolbrPr4xg0wtNmES7hdYL3M5Q6juLAw6FozzmrDG9tOyGXuTJuMIl9/1wf9k
D1343.key6 WvkbVgjIkFVwzWf7exZrrD5cgBgSjQtkr7Ovk0rLby1GxUUhrw74IS/nMHe92+xl
D2685.key7 qCeDMGV+0CrR6EZw48TDb+OLfGCW/30xl/zdCQIDAQABAoIBAGjUEqB6/8DMAug0
D2592.key4 7Orxa5OriYmY6ESJuItfmPbkEO/zQOnUNUdAHzK8OnC6CmMXY8VizM79R/xl+gHL

123