Searched refs:LSH (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/dev/kbd/ |
| H A D | kbdtables.h | 89 /*2a*/{{ LSH, LSH, LSH, LSH, LSH, LSH, LSH, LSH, }, 0xFF,0x00 },
|
| H A D | kbd.c | 1242 action = LSH; in genkbd_keyaction() 1244 case LSH: in genkbd_keyaction() 1357 action = LSH; in genkbd_keyaction() 1359 case LSH: in genkbd_keyaction()
|
| /freebsd-13.1/sys/sys/ |
| H A D | kbio.h | 141 #define LSH 0x02 /* left shift key */ macro
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | grammar.y | 332 %token LSH RSH 357 %left LSH RSH 713 | arth LSH arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_LSH, $1, $3))); }
|
| H A D | scanner.l | 392 "<<" return LSH;
|
| /freebsd-13.1/usr.sbin/kbdcontrol/ |
| H A D | kbdcontrol.c | 212 return LSH | SPECIAL; in get_entry() 422 case LSH | SPECIAL: in print_entry() 623 case LSH: in dump_entry()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 598 const unsigned LSH = BITWORD_SIZE - BitDistance; variable 602 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 2525 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local 2526 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32() 2528 if (LSL.isProperty() || LSH.isProperty()) in evaluateHexRSEQ32() 2531 unsigned LN = LSL.size(), HN = LSH.size(); in evaluateHexRSEQ32() 2540 bool Eval = constToInt(LSH.Values[i], HiVs[i]); in evaluateHexRSEQ32()
|
| /freebsd-13.1/sys/dev/syscons/ |
| H A D | syscons.c | 3922 case LSH: in scgetc()
|