| /freebsd-12.1/sys/dev/uart/ |
| H A D | uart_kbd_sun_tables.h | 112 /*63*/{{ LSH, LSH, LSH, LSH, LSH, LSH, LSH, LSH, }, 0xFF,0x00 },
|
| /freebsd-12.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 | 1268 action = LSH; in genkbd_keyaction() 1270 case LSH: in genkbd_keyaction() 1383 action = LSH; in genkbd_keyaction() 1385 case LSH: in genkbd_keyaction()
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | grammar.y | 328 %token LSH RSH 355 %left LSH RSH 697 | arth LSH arth { $$ = gen_arth(cstate, BPF_LSH, $1, $3); }
|
| H A D | scanner.l | 398 "<<" return LSH;
|
| /freebsd-12.1/sys/sys/ |
| H A D | kbio.h | 141 #define LSH 0x02 /* left shift key */ macro
|
| /freebsd-12.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-12.1/contrib/gdb/gdb/ |
| H A D | jv-exp.y | 195 %left LSH RSH 585 | ShiftExpression LSH AdditiveExpression 846 {"<<", LSH, BINOP_END},
|
| H A D | p-exp.y | 220 %left LSH RSH DIV MOD 390 exp : exp LSH exp 1028 {"shl", LSH, BINOP_END},
|
| H A D | f-exp.y | 218 %left LSH RSH 340 exp : exp LSH exp
|
| H A D | objc-exp.y | 218 %left LSH RSH 471 exp : exp LSH exp 1241 {"<<", LSH, BINOP_END},
|
| H A D | c-exp.y | 219 %left LSH RSH 407 exp : exp LSH exp 1295 {"<<", LSH, BINOP_END},
|
| H A D | jv-exp.c | 83 LSH = 285, enumerator 115 #define LSH 285 macro 2217 {"<<", LSH, BINOP_END},
|
| H A D | p-exp.c | 84 LSH = 286, enumerator 120 #define LSH 286 macro 2350 {"shl", LSH, BINOP_END},
|
| H A D | objc-exp.c | 91 LSH = 293, enumerator 134 #define LSH 293 macro 2883 {"<<", LSH, BINOP_END},
|
| H A D | c-exp.c | 90 LSH = 292, enumerator 133 #define LSH 292 macro 2925 {"<<", LSH, BINOP_END},
|
| H A D | f-exp.c | 90 LSH = 292, enumerator 128 #define LSH 292 macro
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | BitVector.h | 656 const unsigned LSH = BITWORD_SIZE - BitDistance; variable 660 Bits[I] |= (Bits[I + 1] & Mask) << LSH;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 2508 LatticeCell LSL, LSH; in evaluateHexRSEQ32() local 2509 if (!getCell(RL, Inputs, LSL) || !getCell(RH, Inputs, LSH)) in evaluateHexRSEQ32() 2511 if (LSL.isProperty() || LSH.isProperty()) in evaluateHexRSEQ32() 2514 unsigned LN = LSL.size(), HN = LSH.size(); in evaluateHexRSEQ32() 2523 bool Eval = constToInt(LSH.Values[i], HiVs[i]); in evaluateHexRSEQ32()
|
| /freebsd-12.1/sys/dev/syscons/ |
| H A D | syscons.c | 3849 case LSH: case RSH: case LCTR: case RCTR: in scgetc()
|