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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/aacdec/
hcbtables_binary.cpp 138 normalized shifted binary value, i.e., all the codewords are left
139 shifted to meet the maximum codelength. Example, max codelength is
  /external/v8/src/arm/
macro-assembler-arm.cc 475 // tag is shifted away.
511 // tag is shifted away.
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 148 const static char shifted[][20] = { variable
211 size = sizeof(shifted)/sizeof(shifted[0]);
214 u_uastrcpy(t1, shifted[i]);
215 u_uastrcpy(t2, shifted[j]);
223 size = sizeof(shifted)/sizeof(shifted[0]);
225 u_uastrcpy(t1, shifted[i-1]);
226 u_uastrcpy(t2, shifted[i]);
    [all...]
  /external/bison/doc/
bison.info     [all...]
bison.texinfo     [all...]
  /external/icu4c/i18n/unicode/
ucol.h 120 /** Valid for UCOL_ALTERNATE_HANDLING. Alternate handling will be shifted */
224 * is useful when combined with shifted setting for alternate handling
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 45 "-shifted Shifted mode\n"
163 {"-shifted", OptSpec::FLAG, &opt_shifted},
    [all...]
  /external/skia/src/opts/
SkBlitRow_opts_arm.cpp 351 "vsubw.u8 q8, q8, d22 \n\t" // sub shifted red from result
352 "vsubw.u8 q9, q9, d23 \n\t" // sub shifted green from result
353 "vsubw.u8 q10, q10, d24 \n\t" // sub shifted blue from result
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 382 /*Filter g of length 128 in place with 14641. Output is shifted two steps
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 286 // we need to keep in sync, since we may have shifted relative
    [all...]
  /external/bluetooth/bluez/sbc/
sbc.c 576 /* Distribute the new matrix value to the shifted position */
618 /* Distribute the new matrix value to the shifted position */
  /external/icu4c/common/
ucnv_u7.c 577 * character to the next. The actual 2 or 4 bits are shifted to the left edge
    [all...]
ucnv_ext.h 278 * The stage 3 granularity means that the stage 2 entry needs to be left-shifted.
uresdata.h 210 * To get byte offsets, the offset is multiplied by 4 (or shifted left by 2 bits).
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 902 * is to fill the bottom two word slots with zeros so that zeros are shifted
903 * in as the entire quadword is shifted left.
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 758 // If the shifted value fits 32 bits.
760 // Go with the shifted value.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 554 unsigned Shift; // The amount shifted.
572 unsigned Shift; // The amount shifted.
    [all...]
  /external/svox/pico/lib/
picoacph.c 419 /* set POS of current word in valbuf[1], will be shifted right afterwards */
836 /* set POS of current word in valbuf[1], will be shifted right afterwards */
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerARMv7.h 559 // Arm vfp addresses can be offset by a 9-bit ones-comp immediate, left shifted by 2.
580 // Arm vfp addresses can be offset by a 9-bit ones-comp immediate, left shifted by 2.
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 422 * be negative which means that {@code this} is shifted left.
438 * distance may be negative which means that {@code this} is shifted right.
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 208 // shifted.
  /external/clang/include/clang/Serialization/
ASTWriter.h 141 /// stored in the stream, the ID number is shifted by 2 bits to
  /external/e2fsprogs/e2fsck/
crc32.c 299 * Notice how, to get at bit 32 of the shifted remainder, we look
  /external/icu4c/test/intltest/
ssearch.cpp 227 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
228 if (alt != NULL && *alt == "SHIFTED") {
565 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
566 if (alt != NULL && *alt == "SHIFTED") {
    [all...]

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011>>