Searched refs:lshift (Results 1 - 23 of 23) sorted by relevance

/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h27 struct uni_ie_lshift lshift; member in union:uni_ieall
H A Die.def54 element lshift 0x60 itu 5 0 file=shift
H A Duni_ie.c5167 DEF_IE_PRINT(itu, lshift)
5174 DEF_IE_CHECK(itu, lshift)
5180 DEF_IE_ENCODE(itu, lshift)
5182 START_IE(lshift, UNI_IE_LSHIFT, 1);
5188 DEF_IE_DECODE(itu, lshift)
/freebsd-9.3-release/contrib/gdtoa/
H A Dg_ddfmt.c115 x = lshift(x, i);
119 y = lshift(y, -i);
H A Dstrtodg.c249 b = lshift(b, -bdif);
684 rvb = lshift(rvb, j);
758 bb = lshift(bb, bb2);
764 bd = lshift(bd, bd2);
766 bs = lshift(bs, bs2);
809 delta = lshift(delta,1);
913 rvb = lshift(rvb, j = nbits - rvbits);
921 ab = lshift(ab, abe);
939 rvb = lshift(rvb, 1);
992 rvb = lshift(rv
[all...]
H A Ddtoa.c582 b = lshift(b, b2);
584 S = lshift(S, s2);
608 mhi = lshift(mhi, m2);
618 mhi = lshift(mhi, Log2P);
667 b = lshift(b, 1);
731 b = lshift(b, 1);
H A Dgdtoa.c578 b = lshift(b, b2);
580 S = lshift(S, s2);
606 mhi = lshift(mhi, m2);
616 mhi = lshift(mhi, 1);
669 b = lshift(b, 1);
724 b = lshift(b, 1);
H A DstrtoIg.c115 b1 = lshift(b1, 1);
H A Dstrtod.c652 bb = lshift(bb, bb2);
656 bd = lshift(bd, bd2);
658 bs = lshift(bs, bs2);
691 delta = lshift(delta,Log2P);
783 delta = lshift(delta,Log2P);
H A Dgdtoaimp.h571 #define lshift __lshift_D2A macro
625 extern Bigint *lshift ANSI((Bigint*, int));
H A Dgethex.c251 b = lshift(b, n);
H A Dmisc.c434 lshift function
/freebsd-9.3-release/usr.sbin/kbdcontrol/
H A Dlex.l48 lshift { return TLSH; }
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.sem.c236 lshift(t->t_dcom, 2);
244 lshift(t->t_dcom, 1);
254 lshift(t->t_dcom, 1);
262 lshift(t->t_dcom, 1);
270 lshift(t->t_dcom, 1);
280 lshift(t->t_dcom, 2);
H A Dsh.decls.h269 extern void lshift (Char **, int);
H A Dsh.misc.c403 lshift(Char **v, int c) function
H A Dsh.func.c382 lshift(kp->t_dcom, vv - kp->t_dcom);
675 lshift(v, 2);
H A Dsh.exec.c597 lshift(kp->t_dcom, 1);
H A Dsh.set.c900 lshift(argv->vec, 1);
H A Dtc.os.c651 lshift(v, 2);
887 lshift(v, 1);
912 lshift(v, 1);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dia64-tdep.c319 int lshift; local
326 lshift = 8 - (from % 8);
330 result |= ((long long) b[i]) << lshift;
331 lshift += 8;
338 result |= ((long long) c) << lshift;
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c3804 static void lshift(FICL_VM *pVM) function
4949 dictAppendWord(dp, "lshift", lshift, FW_DEFAULT);
/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c10314 tree lshift;
10321 lshift = build_int_cst (type, -1);
10322 lshift = int_const_binop (code, lshift, arg1, 0);
10324 return fold_build2 (BIT_AND_EXPR, type, arg00, lshift);
10279 tree lshift; local

Completed in 294 milliseconds