Home
last modified time | relevance | path

Searched full:l_shift (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dhexnan.c36 L_shift(x, x1, i) ULong *x; ULong *x1; int i; in L_shift() function
38 L_shift(ULong *x, ULong *x1, int i)
85 L_shift(x, x1, i);
128 L_shift(x, x1, i);
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcros-ec-keyb.txt58 /* L_SHIFT / . SPACE */
H A Dgoogle,cros-ec-keyb.yaml120 /* L_SHIFT / . SPACE */
/freebsd/contrib/nvi/ex/
H A Dex_shift.c197 sp->rptlines[L_SHIFT] += cmdp->addr2.lno - cmdp->addr1.lno + 1; in shift()
/freebsd/contrib/nvi/common/
H A Dscreen.h70 #define L_SHIFT 5 /* Shift lines. */ macro