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

1 2

  /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...]
  /dalvik/vm/mterp/x86-atom/
OP_GOTO.S 34 shl $$1, %edx # %edx is shifted for byte offset
OP_SHL_LONG.S 38 psllq %xmm0, %xmm1 # %xmm1<- shifted vBB
39 movq %xmm1, (rFP, rINST, 4) # vAA<- shifted vBB
OP_SHL_LONG_2ADDR.S 39 psllq %xmm0, %xmm1 # %xmm1<- shifted vA
40 movq %xmm1, (rFP, rINST, 4) # vA<- shifted vA
OP_USHR_LONG.S 37 psrlq %xmm0, %xmm1 # %xmm1<- shifted vBB
38 movsd %xmm1, (rFP, rINST, 4) # vAA<- shifted vBB
OP_USHR_LONG_2ADDR.S 39 psrlq %xmm0, %xmm1 # %xmm1<- shifted vA
40 movq %xmm1, (rFP, rINST, 4) # vA<- shifted vA
OP_SHR_LONG.S 38 psrlq %xmm0, %xmm1 # %xmm1<- shifted vBB
49 por %xmm4, %xmm1 # %xmm1<- signed and shifted vBB
52 movq %xmm1, (rFP, rINST, 4) # vAA<- shifted vBB
OP_SHR_LONG_2ADDR.S 39 psrlq %xmm0, %xmm1 # %xmm1<- shifted vBB
50 por %xmm4, %xmm1 # %xmm1<- signed and shifted vBB
53 movq %xmm1, (rFP, rINST, 4) # vAA<- shifted vBB
  /external/chromium/third_party/icu/source/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/icu4c/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /libcore/luni/src/main/java/java/util/jar/
Attributes.java 252 int shifted = multiplier << 5; local
253 multiplier = shifted - multiplier;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyboardSwitcher.java 388 public void setShifted(boolean shifted) {
390 mInputView.setShifted(shifted);
407 // Symbol shifted keyboard has an ALT key that has a caps lock style indicator. To
LatinKeyboardBaseView.java 633 * @param shifted whether or not to enable the state of the shift key
636 public boolean setShifted(boolean shifted) {
638 if (mKeyboard.setShifted(shifted)) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 629 int shifted = (mShiftOn == 0) ? 1 : 0; local
630 Keyboard newKeyboard = getShiftChangeKeyboard(shifted);
632 mShiftOn = shifted;
    [all...]
  /external/libvpx/vp8/encoder/arm/armv5te/
boolhuff_armv5te.asm 216 ; Decisions are made based on the bit value shifted
vp8_packtokens_armv5.asm 71 ; Decisions are made based on the bit value shifted
vp8_packtokens_mbrow_armv5.asm 92 ; Decisions are made based on the bit value shifted
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 146 const static char shifted[][20] = { variable
209 size = sizeof(shifted)/sizeof(shifted[0]);
212 u_uastrcpy(t1, shifted[i]);
213 u_uastrcpy(t2, shifted[j]);
221 size = sizeof(shifted)/sizeof(shifted[0]);
223 u_uastrcpy(t1, shifted[i-1]);
224 u_uastrcpy(t2, shifted[i]);
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 146 const static char shifted[][20] = { variable
209 size = sizeof(shifted)/sizeof(shifted[0]);
212 u_uastrcpy(t1, shifted[i]);
213 u_uastrcpy(t2, shifted[j]);
221 size = sizeof(shifted)/sizeof(shifted[0]);
223 u_uastrcpy(t1, shifted[i-1]);
224 u_uastrcpy(t2, shifted[i]);
    [all...]
  /external/zlib/contrib/masm686/
match.asm 169 ; It is then shifted into the high word, to make room for the wmask
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 475 * @param shifted whether or not to enable the state of the shift key
479 public boolean setShifted(boolean shifted) {
481 if (mKeyboard.setShifted(shifted)) {
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 1055 int shifted = multiplier << 5; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol.cpp 4425 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
4806 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
7639 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
    [all...]
  /external/icu4c/i18n/
ucol.cpp 4266 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
4645 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
7370 UBool shifted = (coll->alternateHandling == UCOL_SHIFTED); local
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 190 psraw mm5, 1 ; partial shifted one more time for 2nd tap
191 psraw mm1, 1 ; partial shifted one more time for 2nd tap
509 psraw mm5, 1 ; partial shifted one more time for 2nd tap
511 psraw mm1, 1 ; partial shifted one more time for 2nd tap
    [all...]

Completed in 838 milliseconds

1 2