HomeSort by relevance Sort by last modified time
    Searched refs:Int16 (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Basic/
TargetBuiltins.h 79 Int16,
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pv_mp3dec_fxd_op_c_equivalent.h 49 #define Qfmt15(x) (Int16)(x*((Int32)1<<15) + (x>=0?0.5F:-0.5F))
pv_mp3dec_fxd_op_msc_evc.h 71 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
pv_mp3dec_fxd_op_arm_gcc.h 56 #define Qfmt15(x) (Int16)(x*((int32)1<<15) + (x>=0?0.5F:-0.5F))
  /external/bzip2/
bzlib_private.h 46 typedef short Int16;
bzip2.c 166 typedef short Int16;
888 "\tI require Int32, Int16 and Char to have sizes\n"
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 119 Int16,
426 s += poly ? "poly16" : "int16";
1037 ET = poly ? NeonTypeFlags::Poly16 : NeonTypeFlags::Int16;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 313 case NeonTypeFlags::Int16:
337 case NeonTypeFlags::Int16:
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 412 typedef short Int16;
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 435 typedef short Int16;
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 428 typedef short Int16;
    [all...]
varinfo6.c 466 typedef short Int16;
    [all...]
  /external/valgrind/main/perf/
bz2.c 428 typedef short Int16;
    [all...]
test_input_for_tinycc.c 997 typedef short Int16;
    [all...]

Completed in 243 milliseconds