Searched refs:LSH (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/kbd/ |
H A D | kbdtables.h | 87 /*2a*/{{ LSH, LSH, LSH, LSH, LSH, LSH, LSH, LSH, }, 0xFF,0x00 },
|
H A D | kbd.c | 1258 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 D | kbio.h | 147 #define LSH 0x02 /* left shift key */ macro
|
/freebsd/usr.sbin/kbdcontrol/ |
H A D | kbdcontrol.c | 204 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 D | BitVector.h | 618 const unsigned LSH = BITWORD_SIZE - BitDistance; variable 622 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 400 %token LSH RSH 426 %left LSH RSH 863 | arth LSH arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_LSH, $1, $3))); }
|
H A D | scanner.l | 413 "<<" return LSH;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 2518 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 D | syscons.c | 3924 case LSH: in scgetc()
|