Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/kbd/
H A Dkbdtables.h89 /*2a*/{{ LSH, LSH, LSH, LSH, LSH, LSH, LSH, LSH, }, 0xFF,0x00 },
H A Dkbd.c1242 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 Dkbio.h141 #define LSH 0x02 /* left shift key */ macro
/freebsd-13.1/contrib/libpcap/
H A Dgrammar.y332 %token LSH RSH
357 %left LSH RSH
713 | arth LSH arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_LSH, $1, $3))); }
H A Dscanner.l392 "<<" return LSH;
/freebsd-13.1/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c212 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 DBitVector.h598 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 DHexagonConstPropagation.cpp2525 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 Dsyscons.c3922 case LSH: in scgetc()