HomeSort by relevance Sort by last modified time
    Searched full:shifted (Results 1 - 25 of 1541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeyboardStateSingleTouchTests.java 25 // Press/release shift key, enter into alphabet shifted.
31 // Press/release shift key, enter into alphabet shifted.
42 // Press/release "=\<" key, enter into symbols shifted.
48 // Press/release "=\<" key, enter into symbols shifted.
50 // Press/release symbol letter key, remain in symbols shifted.
63 // Press/release "=\<" key, enter into symbols shifted.
67 // Press/release "?123" key, back to symbols (not symbols shifted).
71 // Switching between alphabet shifted and symbols.
73 // Press/release shift key, enter into alphabet shifted.
78 // Press/release "ABC" key, back to alphabet (not alphabet shifted)
    [all...]
KeyboardStateMultiTouchTests.java 40 // Chording input in shifted.
42 // Press shift key, enter alphabet shifted.
49 // Release shift key, switch back to alphabet shifted.
86 // Press "=\<" key and hold, enter into choring symbols shifted state.
100 // Alphabet shifted -> symbols -> "ABC" key + letter -> symbols
104 // Press/release shift key, enter alphabet shifted.
114 // Press/release "ABC" key, switch to alphabet (not alphabet shifted).
144 // Press "=\<" key, enter into symbols shifted chording state.
154 // Chording input in symbol shifted.
158 // Press/release "=\<" key, enter symbols shifted
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
LShiftU64.c 33 This routine allows a 64 bit value to be left shifted by 32 bits and
34 returns the shifted value.
39 Operand - Value to be shifted
44 Value shifted left identified by the Count.
55 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
63 ; Since Count is 32 - 63, eax will have been shifted by 0 - 31
64 ; If shifted by 32 or more, set lower 32 bits to zero.
RShiftU64.c 32 This routine allows a 64 bit value to be right shifted by 32 bits and returns the
33 shifted value.
36 Operand - Value to be shifted
41 Value shifted right identified by the Count.
52 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
63 ; Since Count is 32 - 63, edx will have been shifted by 0 - 31
64 ; If shifted by 32 or more, set upper 32 bits to zero.
LShiftU64.S 40 # This routine allows a 64 bit value to be left shifted by 32 bits and
41 # returns the shifted value.
46 # Operand - Value to be shifted
51 # Value shifted left identified by the Count.
61 # For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
69 # Since Count is 32 - 63, eax will have been shifted by 0 - 31
70 # If shifted by 32 or more, set lower 32 bits to zero.
LShiftU64.asm 38 ; This routine allows a 64 bit value to be left shifted by 32 bits and
39 ; returns the shifted value.
44 ; Operand - Value to be shifted
49 ; Value shifted left identified by the Count.
59 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move eax to edx later.
67 ; Since Count is 32 - 63, eax will have been shifted by 0 - 31
68 ; If shifted by 32 or more, set lower 32 bits to zero.
RShiftU64.S 40 # This routine allows a 64 bit value to be right shifted by 32 bits and returns the
41 # shifted value.
44 # Operand - Value to be shifted
49 # Value shifted right identified by the Count.
59 # For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
70 # Since Count is 32 - 63, edx will have been shifted by 0 - 31
71 # If shifted by 32 or more, set upper 32 bits to zero.
RShiftU64.asm 38 ; This routine allows a 64 bit value to be right shifted by 32 bits and returns the
39 ; shifted value.
42 ; Operand - Value to be shifted
47 ; Value shifted right identified by the Count.
57 ; For CL of 32 - 63, it will be shifted 0 - 31 so we will move edx to eax later.
68 ; Since Count is 32 - 63, edx will have been shifted by 0 - 31
69 ; If shifted by 32 or more, set upper 32 bits to zero.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
Math.c 35 This routine allows a 64 bit value to be left shifted by 32 bits and
36 returns the shifted value.
41 Operand - Value to be shifted
46 Value shifted left identified by the Count.
62 This routine allows a 64 bit value to be right shifted by 32 bits and returns the
63 shifted value.
68 Operand - Value to be shifted
73 Value shifted right identified by the Count.
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 20 # In order to keep the id ranges for each set disjoint, ids are shifted
203 $shifted = $id + $plane * 256;
205 if ($shifted{$sym}) {
206 $otherplane = int($shifted{$sym} / 256);
209 $shifted{$sym} = $shifted;
210 $sym{$shifted} = $sym;
211 $intable{$table}{$shifted}++;
227 $shifted = $id + $plane * 256;
228 $shifted{$sym} = $shifted unless $shifted{$sym}
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
Math.c 36 This routine allows a 64 bit value to be left shifted by 32 bits and returns the
37 shifted value.
42 Operand - Value to be shifted
48 Value shifted left identified by the Count.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
ARShiftU64.c 27 with original integer's bit 63. The shifted value is returned.
30 high Count bits are set to bit 63 of Operand. The shifted value is returned.
37 @return Operand arithmetically shifted right by Count
LShiftU64.c 27 with zeros. The shifted value is returned.
30 low Count bits are set to zero. The shifted value is returned.
RShiftU64.c 27 filled with zeros. The shifted value is returned.
30 high Count bits are set to zero. The shifted value is returned.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
ARShiftU64.c 20 are filled with original integer's bit 63. The shifted value is returned.
23 high Count bits are set to bit 63 of Operand. The shifted value is returned.
28 @return Operand arithmetically shifted right by Count.
LShiftU64.c 20 are filled with zeros. The shifted value is returned.
23 low Count bits are set to zero. The shifted value is returned.
RShiftU64.c 20 are filled with zeros. The shifted value is returned.
23 high Count bits are set to zero. The shifted value is returned.
  /external/llvm/test/CodeGen/SystemZ/
insert-05.ll 90 %shifted = lshr i64 %a, 1
91 %and = and i64 %shifted, 18446744069414584320
102 %shifted = lshr i64 %a, 1
103 %and = and i64 %shifted, 18446744069414584320
114 %shifted = lshr i64 %a, 1
115 %and = and i64 %shifted, 9223372032559808512
126 %shifted = lshr i64 %a, 1
127 %and = and i64 %shifted, 9223372032559808512
172 %shifted = shl i64 %a, 1
173 %and = and i64 %shifted, 429496729
    [all...]
  /external/proguard/src/proguard/evaluation/value/
IntegerValue.java 135 * Returns this IntegerValue, shifted left by the given IntegerValue.
140 * Returns this IntegerValue, shifted right by the given IntegerValue.
145 * Returns this unsigned IntegerValue, shifted left by the given
151 * Returns the given IntegerValue, shifted left by this IntegerValue.
156 * Returns the given IntegerValue, shifted right by this IntegerValue.
161 * Returns the given unsigned IntegerValue, shifted left by this
167 * Returns the given LongValue, shifted left by this IntegerValue.
172 * Returns the given LongValue, shifted right by this IntegerValue.
177 * Returns the given unsigned LongValue, shifted right by this IntegerValue.
330 * Returns this IntegerValue, shifted left by the given UnknownIntegerValue
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
s390.h 60 RELOC_NUMBER (R_390_PC12DBL, 62) /* PC relative 12 bit shifted by 1. */
61 RELOC_NUMBER (R_390_PLT12DBL, 63) /* 12 bit PC rel. PLT shifted by 1. */
62 RELOC_NUMBER (R_390_PC16DBL, 17) /* PC relative 16 bit shifted by 1. */
63 RELOC_NUMBER (R_390_PLT16DBL, 18) /* 16 bit PC rel. PLT shifted by 1. */
64 RELOC_NUMBER (R_390_PC24DBL, 64) /* PC relative 24 bit shifted by 1. */
65 RELOC_NUMBER (R_390_PLT24DBL, 65) /* 24 bit PC rel. PLT shifted by 1. */
66 RELOC_NUMBER (R_390_PC32DBL, 19) /* PC relative 32 bit shifted by 1. */
67 RELOC_NUMBER (R_390_PLT32DBL, 20) /* 32 bit PC rel. PLT shifted by 1. */
68 RELOC_NUMBER (R_390_GOTPCDBL, 21) /* 32 bit PC rel. GOT shifted by 1. */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
Math.c 33 This routine allows a 64 bit value to be left shifted by 32 bits and
34 returns the shifted value.
39 Operand - Value to be shifted
44 Value shifted left identified by the Count.
102 This routine allows a 64 bit value to be right shifted by 32 bits and returns the
103 shifted value.
108 Operand - Value to be shifted
113 Value shifted right identified by the Count.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
ARShiftU64.c 19 with the original integer's bit 63. The shifted value is returned.
22 high Count bits are set to bit 63 of Operand. The shifted value is returned.
LShiftU64.c 19 with zeros. The shifted value is returned.
22 low Count bits are set to zero. The shifted value is returned.
RShiftU64.c 19 filled with zeros. The shifted value is returned.
22 high Count bits are set to zero. The shifted value is returned.
  /external/unicode/
CVTUTF7.C 91 int shifted = 0, needshift = 0, done = 0; local
112 if (needshift && !shifted)
122 shifted = 1;
125 if (shifted)
159 shifted = 0;
184 int shifted = 0, first = 0, wroteone = 0, base64EOF, base64value, done; local
198 if (shifted)
206 shifted = 0;
272 if (!shifted && !done)
276 shifted = 1
    [all...]

Completed in 7623 milliseconds

1 2 3 4 5 6 7 8 91011>>