HomeSort by relevance Sort by last modified time
    Searched full:shorts (Results 51 - 75 of 265) sorted by null

1 23 4 5 6 7 8 91011

  /frameworks/rs/java/tests/VrDemo/
_index.html 37 opacity tabls consisit of nested arrays of shorts.
  /frameworks/rs/scriptc/
rs_value_types.rsh 429 * A vector of two shorts. These two shorts are packed into a single 32 bit field
437 * A vector of three shorts. These three short fields packed into a single 64 bit field
445 * A vector of four shorts. These four short fields packed into a single 64 bit field
  /prebuilts/sdk/renderscript/include/
rs_value_types.rsh 429 * A vector of two shorts. These two shorts are packed into a single 32 bit field
437 * A vector of three shorts. These three short fields packed into a single 64 bit field
445 * A vector of four shorts. These four short fields packed into a single 64 bit field
  /system/media/audio_utils/include/audio_utils/spdif/
SPDIFEncoder.h 98 uint16_t *mBurstBuffer; // ALSA wants to get SPDIF data as shorts.
  /art/test/021-string2/src/junit/framework/
Assert.java 182 * Asserts that two shorts are equal. If they are not
189 * Asserts that two shorts are equal.
  /art/test/082-inline-execute/src/junit/framework/
Assert.java 182 * Asserts that two shorts are equal. If they are not
189 * Asserts that two shorts are equal.
  /external/fec/
viterbi39_sse2.c 133 /* SSE2 doesn't support saturated adds on unsigned shorts, so we have to use signed shorts */
viterbi615_sse2.c 134 /* SSE2 doesn't support saturated adds on unsigned shorts, so we have to use signed shorts */
  /external/junit/src/junit/framework/
Assert.java 182 * Asserts that two shorts are equal. If they are not
189 * Asserts that two shorts are equal.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ByteArrayHelpers.java 45 * Convert an array of shorts to a {@code byte[]} using native endian order.
47 * @param array array of shorts
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 460 public static int hashCode(short[][][] shorts)
464 for (int i = 0; i != shorts.length; i++)
466 hc = hc * 257 + hashCode(shorts[i]);
472 public static int hashCode(short[][] shorts)
476 for (int i = 0; i != shorts.length; i++)
478 hc = hc * 257 + hashCode(shorts[i]);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_neon64.cc 187 // expand chars to shorts to allow for room
786 "uaddlp v0.8h, v0.16b \n" // B 16 bytes -> 8 shorts.
787 "uaddlp v1.8h, v1.16b \n" // G 16 bytes -> 8 shorts.
788 "uaddlp v2.8h, v2.16b \n" // R 16 bytes -> 8 shorts.
789 "uaddlp v3.8h, v3.16b \n" // A 16 bytes -> 8 shorts.
814 "uaddlp v0.8h, v0.16b \n" // B 16 bytes -> 8 shorts.
815 "uaddlp v1.8h, v1.16b \n" // G 16 bytes -> 8 shorts
    [all...]
  /external/libyuv/files/source/
scale_neon64.cc 187 // expand chars to shorts to allow for room
786 "uaddlp v0.8h, v0.16b \n" // B 16 bytes -> 8 shorts.
787 "uaddlp v1.8h, v1.16b \n" // G 16 bytes -> 8 shorts.
788 "uaddlp v2.8h, v2.16b \n" // R 16 bytes -> 8 shorts.
789 "uaddlp v3.8h, v3.16b \n" // A 16 bytes -> 8 shorts.
814 "uaddlp v0.8h, v0.16b \n" // B 16 bytes -> 8 shorts.
815 "uaddlp v1.8h, v1.16b \n" // G 16 bytes -> 8 shorts
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
winduni.c 53 expanding chars to shorts, rather than doing something intelligent. */
188 expanding chars to shorts, rather than doing something intelligent. */
197 copy it, expanding chars to shorts, rather than doing something intelligent.
285 shrink shorts to chars, rather than doing something intelligent.
286 Shorts with not within the char range are replaced by '_'. */
  /external/aac/libFDK/src/
scale.cpp 340 * \brief Calculate max possible scale factor for input vector of shorts
366 * \brief Calculate max possible scale factor for input vector of shorts
392 * \brief Calculate max possible scale factor for input vector of shorts
  /external/valgrind/none/tests/
Makefile.am 183 shorts.stderr.exp shorts.vgtest \
226 shortpush shorts stackgrowth sigstackgrowth \
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
BytesTest.java 205 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
212 assertTrue(Arrays.equals(array, Bytes.toArray(shorts)));
  /external/guava/guava-tests/test/com/google/common/primitives/
BytesTest.java 207 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
214 assertTrue(Arrays.equals(array, Bytes.toArray(shorts)));
  /external/testng/src/main/java/org/testng/
AssertJUnit.java 226 * Asserts that two shorts are equal. If they are not
234 * Asserts that two shorts are equal.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 120 /** Given a String that has a run-length-encoding of some unsigned shorts
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 166 # Given a String that has a run-length-encoding of some unsigned shorts
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
IndexBufferObject.java 98 * @param count the number of shorts to copy */
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
IndexBufferObject.java 108 * @param count the number of shorts to copy */
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
UBJsonTest.java 48 uw.set("3shorts", new short[] {(short)1, (short)2, (short)3});
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 141 ; load and extract the predictor up to shorts

Completed in 2161 milliseconds

1 23 4 5 6 7 8 91011