Home
last modified time | relevance | path

Searched refs:LSH (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/kbd/
H A Dkbdtables.h87 /*2a*/{{ LSH, LSH, LSH, LSH, LSH, LSH, LSH, LSH, }, 0xFF,0x00 },
H A Dkbd.c1258 action = LSH; in genkbd_keyaction()
1260 case LSH: in genkbd_keyaction()
1373 action = LSH; in genkbd_keyaction()
1375 case LSH: in genkbd_keyaction()
/freebsd/sys/sys/
H A Dkbio.h147 #define LSH 0x02 /* left shift key */ macro
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c204 return LSH | SPECIAL; in get_entry()
415 case LSH | SPECIAL: in print_entry()
617 case LSH: in dump_entry()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitVector.h618 const unsigned LSH = BITWORD_SIZE - BitDistance; variable
622 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
/freebsd/contrib/libpcap/
H A Dgrammar.y.in400 %token LSH RSH
426 %left LSH RSH
863 | arth LSH arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_LSH, $1, $3))); }
H A Dscanner.l413 "<<" return LSH;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2518 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local
2519 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32()
2521 if (LSL.isProperty() || LSH.isProperty()) in evaluateHexRSEQ32()
2524 unsigned LN = LSL.size(), HN = LSH.size(); in evaluateHexRSEQ32()
2533 bool Eval = constToInt(LSH.Values[i], HiVs[i]); in evaluateHexRSEQ32()
/freebsd/sys/dev/syscons/
H A Dsyscons.c3924 case LSH: in scgetc()