Home
last modified time | relevance | path

Searched refs:Shift (Results 1 – 25 of 812) sorted by relevance

12345678910>>...33

/external/libxkbcommon/test/data/types/
Dlevel54 // type used for iso9995, but it lets the Shift key behave "normally".
9 modifiers = Shift+LevelThree+LevelFive;
11 map[Shift] = Level2;
13 map[Shift+LevelThree] = Level4;
15 map[Shift+LevelFive] = Level6;
17 map[Shift+LevelThree+LevelFive] = Level8;
19 level_name[Level2] = "Shift";
21 level_name[Level4] = "Shift Alt";
23 level_name[Level6] = "X Shift";
25 level_name[Level8] = "X Shift Alt";
[all …]
Dextra4 // type used for iso9995, but it lets the Shift key behave "normally".
9 modifiers = Shift+LevelThree;
11 map[Shift] = Level2;
13 map[Shift+LevelThree] = Level4;
15 level_name[Level2] = "Shift";
17 level_name[Level4] = "Shift Alt";
21 modifiers = Shift+Lock+LevelThree;
23 map[Shift] = Level2;
26 map[Shift+LevelThree] = Level4;
28 map[Lock+Shift+LevelThree] = Level3;
[all …]
Dpc71 modifiers = Control+Alt+Shift+LevelThree;
73 map[Shift] = Level2;
75 map[Shift+LevelThree] = Level4;
77 preserve[Shift] = Shift;
78 preserve[Shift+LevelThree] = Shift;
80 level_name[Level2] = "Shift";
82 level_name[Level4] = "Shift Alt";
94 modifiers = Shift+Lock+LevelThree+Control;
97 map[Lock+Shift] = Level1;
98 map[Shift] = Level2;
[all …]
Dnumpad3 modifiers = Shift+NumLock;
5 map[Shift] = Level2;
7 map[Shift+NumLock] = Level1;
26 modifiers = Shift+NumLock;
28 preserve[Shift] = Shift;
36 // Swiss-German style numeric keypad: Shift and NumLock operate as
43 modifiers = Shift+NumLock+Control+Alt;
48 // NumLock Off + Shift pressed => select using cursor keys
49 preserve[Shift] = Shift;
54 // NumLock On + Shift pressed => auxiliary symbols,
[all …]
Dbasic16 modifiers = Shift;
17 map[Shift] = Level2;
19 level_name[Level2] = "Shift";
23 modifiers = Shift+Lock;
24 map[Shift] = Level2;
/external/libxkbcommon/test/data/keymaps/
Dquartz.xkb7 virtual indicator 3 = "Shift Lock";
22 modifiers= Shift;
23 map[Shift]= Level2;
25 level_name[Level2]= "Shift";
28 modifiers= Shift+Lock;
29 map[Shift]= Level2;
35 modifiers= Shift+NumLock;
36 map[Shift]= Level2;
42 modifiers= Shift+Alt;
43 map[Shift+Alt]= Level2;
[all …]
Dno-aliases.xkb260 indicator 12 = "Shift Lock";
273 modifiers= Shift;
274 map[Shift]= Level2;
276 level_name[Level2]= "Shift";
279 modifiers= Shift+Lock;
280 map[Shift]= Level2;
286 modifiers= Shift+Alt;
287 map[Shift+Alt]= Level2;
289 level_name[Level2]= "Shift+Alt";
328 modifiers= Shift+Control+Alt+LevelThree;
[all …]
Dunbound-vmod.xkb260 virtual indicator 12 = "Shift Lock";
307 modifiers= Shift;
308 map[Shift]= Level2;
310 level_name[Level2]= "Shift";
313 modifiers= Shift+Lock;
314 map[Shift]= Level2;
320 modifiers= Shift+NumLock;
321 map[Shift]= Level2;
327 modifiers= Shift+Alt;
328 map[Shift+Alt]= Level2;
[all …]
Dhost.xkb260 indicator 12 = "Shift Lock";
306 modifiers= Shift;
307 map[Shift]= 2;
309 level_name[2]= "Shift";
312 modifiers= Shift+Lock;
313 map[Shift]= 2;
319 modifiers= Shift+NumLock;
320 map[Shift]= 2;
326 modifiers= Shift+Alt;
327 map[Shift+Alt]= 2;
[all …]
Dcomprehensive-plus-geom.xkb260 virtual indicator 12 = "Shift Lock";
307 modifiers= Shift;
308 map[Shift]= Level2;
310 level_name[Level2]= "Shift";
313 modifiers= Shift+Lock;
314 map[Shift]= Level2;
320 modifiers= Shift+NumLock;
321 map[Shift]= Level2;
327 modifiers= Shift+Alt;
328 map[Shift+Alt]= Level2;
[all …]
Dsyntax-error.xkb260 virtual indicator 12 = "Shift Lock";
307 modifiers= Shift;
308 map[Shift]= Level2;
310 level_name[Level2]= "Shift";
313 modifiers= Shift+Lock;
314 map[Shift]= Level2;
320 modifiers= Shift+NumLock;
321 map[Shift]= Level2;
327 modifiers= Shift+Alt;
328 map[Shift+Alt]= Level2;
[all …]
Dstringcomp.data260 indicator 12 = "Shift Lock";
306 modifiers= Shift;
307 map[Shift]= 2;
309 level_name[2]= "Shift";
312 modifiers= Shift+Lock;
313 map[Shift]= 2;
319 modifiers= Shift+Alt;
320 map[Shift+Alt]= 2;
322 level_name[2]= "Shift+Alt";
361 modifiers= Shift+Control+Alt+LevelThree;
[all …]
/external/llvm-project/llvm/lib/Support/
DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; in multiply64() local
50 Upper = Upper << LeadingZeros | Lower >> Shift; in multiply64()
51 return getRounded(Upper, Shift, in multiply64()
52 Shift && (Lower & UINT64_C(1) << (Shift - 1))); in multiply64()
64 int Shift = 0; in divide32() local
66 Shift -= Zeros; in divide32()
74 return getAdjusted<uint32_t>(Quotient, Shift); in divide32()
77 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor)); in divide32()
86 int Shift = 0; in divide64() local
88 Shift -= Zeros; in divide64()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp48 int Shift = 64 - LeadingZeros; in multiply64() local
50 Upper = Upper << LeadingZeros | Lower >> Shift; in multiply64()
51 return getRounded(Upper, Shift, in multiply64()
52 Shift && (Lower & UINT64_C(1) << (Shift - 1))); in multiply64()
64 int Shift = 0; in divide32() local
66 Shift -= Zeros; in divide32()
74 return getAdjusted<uint32_t>(Quotient, Shift); in divide32()
77 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor)); in divide32()
86 int Shift = 0; in divide64() local
88 Shift -= Zeros; in divide64()
[all …]
/external/llvm/lib/Support/
DScaledNumber.cpp49 int Shift = 64 - LeadingZeros; in multiply64() local
51 Upper = Upper << LeadingZeros | Lower >> Shift; in multiply64()
52 return getRounded(Upper, Shift, in multiply64()
53 Shift && (Lower & UINT64_C(1) << (Shift - 1))); in multiply64()
65 int Shift = 0; in divide32() local
67 Shift -= Zeros; in divide32()
75 return getAdjusted<uint32_t>(Quotient, Shift); in divide32()
78 return getRounded<uint32_t>(Quotient, Shift, Remainder >= getHalf(Divisor)); in divide32()
87 int Shift = 0; in divide64() local
89 Shift -= Zeros; in divide64()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp270 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local
275 Shift = (TZ / 16) * 16; in expandMOVImmSimple()
278 unsigned Imm16 = (Imm >> Shift) & Mask; in expandMOVImmSimple()
281 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImmSimple()
283 if (Shift == LastShift) in expandMOVImmSimple()
292 while (Shift < LastShift) { in expandMOVImmSimple()
293 Shift += 16; in expandMOVImmSimple()
294 Imm16 = (Imm >> Shift) & Mask; in expandMOVImmSimple()
299 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImmSimple()
313 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
[all …]
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ExpandImm.cpp270 unsigned Shift = 0; // LSL amount for high bits with MOVZ/MOVN in expandMOVImmSimple() local
275 Shift = (TZ / 16) * 16; in expandMOVImmSimple()
278 unsigned Imm16 = (Imm >> Shift) & Mask; in expandMOVImmSimple()
281 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImmSimple()
283 if (Shift == LastShift) in expandMOVImmSimple()
292 while (Shift < LastShift) { in expandMOVImmSimple()
293 Shift += 16; in expandMOVImmSimple()
294 Imm16 = (Imm >> Shift) & Mask; in expandMOVImmSimple()
299 AArch64_AM::getShifterImm(AArch64_AM::LSL, Shift) }); in expandMOVImmSimple()
313 for (unsigned Shift = 0; Shift < BitSize; Shift += 16) { in expandMOVImm() local
[all …]
/external/libxkbcommon/test/data/symbols/
Dshift1 // Cancel CapsLock when a Shift key is pressed.
7 SetMods(modifiers=Shift),
8 SetMods(modifiers=Shift+Lock,clearLocks)
14 SetMods(modifiers=Shift),
15 SetMods(modifiers=Shift+Lock,clearLocks)
21 // Toggle CapsLock when pressed together with the other Shift key.
29 // Toggle CapsLock when pressed together with the other Shift key.
44 // Set CapsLock when pressed with the other Shift key, release it when pressed alone.
52 // Set CapsLock when pressed with the other Shift key, release it when pressed alone.
67 // Toggle ShiftLock when pressed together with the other Shift key.
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DLEB128.h133 unsigned Shift = 0; variable
145 if (Shift >= 64 || Slice << Shift >> Shift != Slice) {
152 Value += uint64_t(*p & 0x7f) << Shift;
153 Shift += 7;
166 unsigned Shift = 0; variable
179 Value |= (uint64_t(Byte & 0x7f) << Shift);
180 Shift += 7;
183 if (Shift < 64 && (Byte & 0x40))
184 Value |= (-1ULL) << Shift;
DScaledNumber.h88 int Shift = 64 - Width - countLeadingZeros(Digits); variable
89 return getRounded<DigitsT>(Digits >> Shift, Scale + Shift,
90 Digits & (UINT64_C(1) << (Shift - 1)));
623 ScaledNumber &operator<<=(int16_t Shift) {
624 shiftLeft(Shift);
627 ScaledNumber &operator>>=(int16_t Shift) {
628 shiftRight(Shift);
633 void shiftLeft(int32_t Shift);
634 void shiftRight(int32_t Shift);
700 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLEB128.h133 unsigned Shift = 0; variable
145 if (Shift >= 64 || Slice << Shift >> Shift != Slice) {
152 Value += uint64_t(*p & 0x7f) << Shift;
153 Shift += 7;
166 unsigned Shift = 0; variable
179 Value |= (uint64_t(Byte & 0x7f) << Shift);
180 Shift += 7;
183 if (Shift < 64 && (Byte & 0x40))
184 Value |= (-1ULL) << Shift;
DScaledNumber.h88 int Shift = 64 - Width - countLeadingZeros(Digits); variable
89 return getRounded<DigitsT>(Digits >> Shift, Scale + Shift,
90 Digits & (UINT64_C(1) << (Shift - 1)));
623 ScaledNumber &operator<<=(int16_t Shift) {
624 shiftLeft(Shift);
627 ScaledNumber &operator>>=(int16_t Shift) {
628 shiftRight(Shift);
633 void shiftLeft(int32_t Shift);
634 void shiftRight(int32_t Shift);
700 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() argument
[all …]
/external/llvm/include/llvm/Support/
DScaledNumber.h89 int Shift = 64 - Width - countLeadingZeros(Digits); variable
90 return getRounded<DigitsT>(Digits >> Shift, Scale + Shift,
91 Digits & (UINT64_C(1) << (Shift - 1)));
624 ScaledNumber &operator<<=(int16_t Shift) {
625 shiftLeft(Shift);
628 ScaledNumber &operator>>=(int16_t Shift) {
629 shiftRight(Shift);
634 void shiftLeft(int32_t Shift);
635 void shiftRight(int32_t Shift);
701 static ScaledNumber adjustToWidth(uint64_t N, int32_t Shift) { in adjustToWidth() argument
[all …]
DLEB128.h83 unsigned Shift = 0; variable
85 Value += uint64_t(*p & 0x7f) << Shift;
86 Shift += 7;
97 unsigned Shift = 0; variable
101 Value |= ((Byte & 0x7f) << Shift);
102 Shift += 7;
106 Value |= (-1ULL) << Shift;
/external/capstone/
DMathExtras.h104 unsigned Shift; in CountLeadingZeros_32() local
108 for (Shift = 32 >> 1; Shift; Shift >>= 1) { in CountLeadingZeros_32()
109 uint32_t Tmp = Value >> Shift; in CountLeadingZeros_32()
113 Count |= Shift; in CountLeadingZeros_32()
142 unsigned Shift; in CountLeadingZeros_64() local
148 for (Shift = 64 >> 1; Shift; Shift >>= 1) { in CountLeadingZeros_64()
149 uint64_t Tmp = Value >> Shift; in CountLeadingZeros_64()
153 Count |= Shift; in CountLeadingZeros_64()

12345678910>>...33