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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /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...]
LongValue.java 148 * Returns this LongValue, shifted left by the given IntegerValue.
156 * Returns this LongValue, shifted right by the given IntegerValue.
164 * Returns this unsigned LongValue, shifted left by the given
302 * Returns this LongValue, shifted left by the given SpecificLongValue.
310 * Returns this LongValue, shifted right by the given SpecificLongValue.
318 * Returns this unsigned LongValue, shifted right by the given
458 * Returns this LongValue, shifted left by the given ParticularIntegerValue.
466 * Returns this LongValue, shifted right by the given ParticularIntegerValue.
474 * Returns this unsigned LongValue, shifted right by the given
  /dalvik/vm/mterp/x86-atom/
OP_USHR_LONG.S 37 psrlq %xmm0, %xmm1 # %xmm1<- shifted vBB
38 movsd %xmm1, (rFP, rINST, 4) # vAA<- shifted vBB
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
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_2ADDR.S 39 psrlq %xmm0, %xmm1 # %xmm1<- shifted vA
40 movq %xmm1, (rFP, rINST, 4) # vA<- shifted vA
OP_GOTO.S 34 shl $$1, %edx # %edx is shifted for byte offset
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboardView.java 40 public boolean setShifted(boolean shifted) {
41 boolean result = super.setShifted(shifted);
PasswordEntryKeyboardHelper.java 96 mQwertyKeyboardShifted.setShifted(true); // always shifted.
105 mSymbolsKeyboardShifted.setShifted(true); // always shifted
118 mQwertyKeyboardShifted.setShifted(true); // always shifted.
126 mSymbolsKeyboardShifted.setShifted(true); // always shifted
  /external/iptables/include/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ECN.h 23 u_int8_t ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
  /external/llvm/test/CodeGen/X86/
trunc-to-bool.ll 15 %shifted = ashr i32 %val, %mask
16 %anded = and i32 %shifted, 1
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoConstants.java 63 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
64 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
76 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
77 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
78 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of
136 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of source
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoConstants.java 63 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
64 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
76 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of local name.
77 * <li>Unsigned LEB128 &mdash; type index (shifted by 1) of type.
78 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of
136 * <li>Unsigned LEB128 &mdash; string index (shifted by 1) of source
  /external/icu4c/test/perf/collationperf/
readme.html 49 -shifted Shifted mode
70 <TD WIDTH="100%"><TT>C:\&gt;collperf -loop 200 -file latin.txt -keygen -shifted -level 4<BR>
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesCloseTest.java 74 assertEquals("list item should not have been shifted",
81 assertEquals("list item should not have been shifted",
97 assertEquals("list item should not have been shifted",
  /external/flac/libFLAC/include/private/
crc.h 37 /* 8 bit CRC generator, MSB shifted first
47 /* 16 bit CRC generator, MSB shifted first
  /external/proguard/src/proguard/gui/splash/
TimeSwitchSprite.java 27 * The time of the encapsulated Sprite is shifted by the start time.
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 112 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
115 sum = _mm_add_epi16(sum, shifted);
222 __m128i shifted = _mm_shuffle_epi32(sum, 0xEE); local
225 sum = _mm_add_epi16(sum, shifted);
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixunstfdi.c 44 * bias of 11 that we shifted the head mantissa by.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysPanel.java 27 public void setShifted(boolean shifted);

Completed in 1182 milliseconds

1 2 3 4 5 6 7 8 91011>>