/external/libxkbcommon/xkbcommon/test/data/types/ |
D | level5 | 4 // 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 …]
|
D | extra | 4 // 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 …]
|
D | pc | 71 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 …]
|
D | numpad | 3 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 …]
|
D | basic | 16 modifiers = Shift; 17 map[Shift] = Level2; 19 level_name[Level2] = "Shift"; 23 modifiers = Shift+Lock; 24 map[Shift] = Level2;
|
D | iso9995 | 9 modifiers = Shift+LevelThree; 11 map[Shift] = Level2; 13 map[Shift+LevelThree] = Level3; 15 level_name[Level2] = "Shift";
|
/external/libxkbcommon/xkbcommon/test/data/keymaps/ |
D | quartz.xkb | 7 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 …]
|
D | no-aliases.xkb | 260 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 …]
|
D | unbound-vmod.xkb | 260 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 …]
|
D | host.xkb | 260 indicator 12 = "Shift Lock"; 306 modifiers= Shift; 307 map[Shift]= Level2; 309 level_name[Level2]= "Shift"; 312 modifiers= Shift+Lock; 313 map[Shift]= Level2; 319 modifiers= Shift+NumLock; 320 map[Shift]= Level2; 326 modifiers= Shift+Alt; 327 map[Shift+Alt]= Level2; [all …]
|
D | comprehensive-plus-geom.xkb | 260 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 …]
|
D | syntax-error.xkb | 260 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 …]
|
D | stringcomp.data | 260 indicator 12 = "Shift Lock"; 306 modifiers= Shift; 307 map[Shift]= Level2; 309 level_name[Level2]= "Shift"; 312 modifiers= Shift+Lock; 313 map[Shift]= Level2; 319 modifiers= Shift+Alt; 320 map[Shift+Alt]= Level2; 322 level_name[Level2]= "Shift+Alt"; 361 modifiers= Shift+Control+Alt+LevelThree; [all …]
|
/external/llvm/lib/Support/ |
D | ScaledNumber.cpp | 49 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-7.0/llvm/lib/Support/ |
D | ScaledNumber.cpp | 49 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/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 89 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 …]
|
D | LEB128.h | 83 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 89 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 …]
|
D | LEB128.h | 134 unsigned Shift = 0; variable 146 if (Shift >= 64 || Slice << Shift >> Shift != Slice) { 153 Value += uint64_t(*p & 0x7f) << Shift; 154 Shift += 7; 167 unsigned Shift = 0; variable 178 Value |= (int64_t(Byte & 0x7f) << Shift); 179 Shift += 7; 183 Value |= (-1ULL) << Shift;
|
/external/libxkbcommon/xkbcommon/test/data/symbols/ |
D | shift | 1 // 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/capstone/ |
D | MathExtras.h | 106 unsigned Shift; in CountLeadingZeros_32() local 110 for (Shift = 32 >> 1; Shift; Shift >>= 1) { in CountLeadingZeros_32() 111 uint32_t Tmp = Value >> Shift; in CountLeadingZeros_32() 115 Count |= Shift; in CountLeadingZeros_32() 144 unsigned Shift; in CountLeadingZeros_64() local 150 for (Shift = 64 >> 1; Shift; Shift >>= 1) { in CountLeadingZeros_64() 151 uint64_t Tmp = Value >> Shift; in CountLeadingZeros_64() 155 Count |= Shift; in CountLeadingZeros_64()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | addr-opt-multi-def-var.ll | 41 ; results in Base=%gep2, Index=<null>, Shift=0, Offset=0 43 ; results in Base=%__9, Index=%gep_array, Shift=0, Offset=0 45 ; results in Base=%__9_phi, Index=%gep_array, Shift=0, Offset=0 47 ; results in Base=%__9_phi, Index=%k, Shift=2, Offset=0 53 ; results in Base=%gep2, Index=<null>, Shift=0, Offset=0 55 ; results in Base=%__9, Index=%gep_array, Shift=0, Offset=0 57 ; results in Base=%__9_phi, Index=%gep_array, Shift=0, Offset=0 59 ; results in Base=%__4, Index=%gep_array, Shift=0, Offset=0 61 ; results in Base=%__4, Index=%k, Shift=2, Offset=0
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | MathExtras.h | 158 for (unsigned Shift = 32 >> 1; Shift; Shift >>= 1) { in CountLeadingZeros_32() local 159 uint32_t Tmp = Value >> Shift; in CountLeadingZeros_32() 163 Count |= Shift; in CountLeadingZeros_32() 195 for (unsigned Shift = 64 >> 1; Shift; Shift >>= 1) { in CountLeadingZeros_64() local 196 uint64_t Tmp = Value >> Shift; in CountLeadingZeros_64() 200 Count |= Shift; in CountLeadingZeros_64()
|
/external/python/cpython3/Lib/idlelib/ |
D | config-keys.def | 21 python-context-help=<Shift-Key-F1> 33 redo=<Control-Shift-Key-Z> <Control-Shift-Key-z> 35 save-copy-of-window-as-file=<Alt-Shift-Key-S> <Alt-Shift-Key-s> 36 save-window-as-file=<Control-Shift-Key-S> <Control-Shift-Key-s> 91 python-context-help=<Control-Shift-Key-H> 129 copy = <Control-Shift-Key-C> <Control-Key-Insert> 130 cut = <Control-Key-x> <Shift-Key-Delete> 131 paste = <Control-Key-v> <Shift-Key-Insert> 135 close-window = <Control-Key-w> <Control-Shift-Key-W> 149 python-context-help = <Shift-Key-F1> [all …]
|
/external/libxkbcommon/xkbcommon/test/data/compat/ |
D | basic | 2 // reasonable default behavior (Num lock, Shift lock, 15 interpret Shift_Lock+AnyOf(Shift+Lock) { 16 action= LockMods(modifiers=Shift); 44 indicator "Shift Lock" { 47 modifiers= Shift;
|