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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h63 unsigned i, lshift, height, bits; \
67 for (i = lshift = 0, height = rtree->height, node = rtree->root;\
69 i++, lshift += bits, node = child) { \
71 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR + \
85 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) - \
129 unsigned i, lshift, height, bits; local
133 for (i = lshift = 0, height = rtree->height, node = rtree->root;
135 i++, lshift += bits, node = child) {
137 subkey = (key << lshift) >> ((ZU(1) << (LG_SIZEOF_PTR+3)) -
155 subkey = (key << lshift) >> ((Z
[all...]
/freebsd-10-stable/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-10-stable/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-10-stable/sys/amd64/vmm/io/
H A Dvioapic.c308 int regnum, pin, lshift; local
329 lshift = 32;
331 lshift = 0;
335 data64 = (uint64_t)data << lshift;
336 mask64 = (uint64_t)0xffffffff << lshift;
/freebsd-10-stable/usr.sbin/kbdcontrol/
H A Dlex.l48 lshift { return TLSH; }
/freebsd-10-stable/contrib/tcsh/
H A Dsh.sem.c242 lshift(t->t_dcom, 2);
250 lshift(t->t_dcom, 1);
260 lshift(t->t_dcom, 1);
268 lshift(t->t_dcom, 1);
276 lshift(t->t_dcom, 1);
286 lshift(t->t_dcom, 2);
H A Dsh.decls.h274 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 Dtc.os.c651 lshift(v, 2);
887 lshift(v, 1);
912 lshift(v, 1);
H A Dsh.exec.c597 lshift(kp->t_dcom, 1);
H A Dsh.set.c927 lshift(argv->vec, 1);
/freebsd-10-stable/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-10-stable/sys/boot/ficl/
H A Dwords.c3804 static void lshift(FICL_VM *pVM) function
4949 dictAppendWord(dp, "lshift", lshift, FW_DEFAULT);
/freebsd-10-stable/contrib/gcc/
H A Dfold-const.c10316 tree lshift;
10323 lshift = build_int_cst (type, -1);
10324 lshift = int_const_binop (code, lshift, arg1, 0);
10326 return fold_build2 (BIT_AND_EXPR, type, arg00, lshift);
10281 tree lshift; local

Completed in 160 milliseconds