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

1 2 3 45 6 7 8 91011

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 199 /* buf - start of buffer of shorts to swap */
  /external/libvpx/libvpx/vp8/common/arm/armv6/
filter_v6.asm 41 mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
131 mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
224 mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
filter_v6.asm 41 mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
131 mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
224 mov r3, r3, lsl #1 ; multiply width by 2 because using shorts
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 102 * __OSReadSwapSInt16 - lhbrx for signed shorts
103 * __OSReadSwapUInt16 - lhbrx for unsigned shorts
957 * lhbrx for signed shorts. This will do the required sign
  /art/test/955-lambda-smali/smali/
MoveResult.smali 104 # Test that shorts are returned correctly via move-result.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DFA.cs 214 * Given a String that has a run-length-encoding of some unsigned shorts
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DFA.cs 244 * Given a String that has a run-length-encoding of some unsigned shorts
  /external/bison/src/
gram.h 45 symbols are shorts >= 0, and rule number are stored negative.
  /external/caliper/examples/src/main/java/examples/
CopyArrayBenchmark.java 345 @Benchmark int shorts(int reps) { method in class:CopyArrayBenchmark
  /external/fec/
fec.h 326 /* Sum of squares - accepts signed shorts, produces unsigned long long */
  /external/google-breakpad/src/testing/gtest/src/
gtest-printers.cc 306 // would cause pointers to unsigned shorts be printed as wide strings,
  /external/icu/icu4c/source/tools/genrb/
rle.c 236 * Construct an array of shorts from a run-length encoded string.
  /external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
FlyweightMapStorage.java 30 * Flyweight phone prefix map storage strategy that uses a table to store unique strings and shorts
  /external/llvm/utils/unittest/googletest/src/
gtest-printers.cc 314 // would cause pointers to unsigned shorts be printed as wide strings,
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 314 // would cause pointers to unsigned shorts be printed as wide strings,
  /external/skia/include/gpu/
GrTypesPriv.h 215 kVec2us_GrVertexAttribType, // vector of 2 shorts, e.g. texture coordinates
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 258 // data should be viewed as a list of bytes, shorts, or longs.
  /frameworks/wilhelm/tools/permute/
permute.c 160 // always read shorts
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tic.h 73 ** shorts that requires no padding between short members in a struct,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tic.h 73 ** shorts that requires no padding between short members in a struct,
  /system/core/adb/
test_adb.py 148 # The linger structure is two shorts on Windows, but two ints on Unix.
  /cts/tests/tests/media/src/android/media/cts/
AudioTrackSurroundTest.java 192 assertTrue(TEST_NAME + ": load sinesweepraw as shorts", shortData.length > 100);
431 assertTrue("SamplePlayerShorts: load resource file as shorts", mData.length > 0);
  /external/clang/test/SemaCXX/
compare.cpp 230 // A is max short plus 1. All zero and positive shorts are smaller than it.
231 // All negative shorts are cast towards the max unsigned range. Relation
  /external/guava/guava-tests/test/com/google/common/primitives/
DoublesTest.java 352 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
359 assertTrue(Arrays.equals(array, Doubles.toArray(shorts)));
FloatsTest.java 343 List<Short> shorts = Arrays.asList((short) 0, (short) 1, (short) 2); local
350 assertTrue(Arrays.equals(array, Floats.toArray(shorts)));

Completed in 686 milliseconds

1 2 3 45 6 7 8 91011