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

1 2

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeVerticalData.cpp 54 OpenType::Int16 ascender;
55 OpenType::Int16 descender;
56 OpenType::Int16 lineGap;
57 OpenType::Int16 advanceWidthMax;
58 OpenType::Int16 minLeftSideBearing;
59 OpenType::Int16 minRightSideBearing;
60 OpenType::Int16 xMaxExtent;
61 OpenType::Int16 caretSlopeRise;
62 OpenType::Int16 caretSlopeRun;
63 OpenType::Int16 caretOffset
    [all...]
OpenTypeTypes.h 34 struct Int16 {
35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { }
  /external/lzma/CPP/Windows/
PropVariant.h 23 CPropVariant(Int16 value) { vt = VT_I2; wReserved1 = 0; iVal = value; }
36 CPropVariant& operator=(Int16 value);
PropVariant.cpp 109 SET_PROP_FUNC(Int16, VT_I2, iVal)
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 49 case "Int16":
126 test(isTestingGet, "Int16", 0, 256, true);
127 test(isTestingGet, "Int16", undefined, 256, true);
128 test(isTestingGet, "Int16", 5, 26213, true);
129 test(isTestingGet, "Int16", 9, -32127, true);
130 test(isTestingGet, "Int16", 14, -2, true);
131 test(isTestingGet, "Int16", 1e12, undefined, true);
134 test(isTestingGet, "Int16", 0, 1);
135 test(isTestingGet, "Int16", undefined, 1);
136 test(isTestingGet, "Int16", 5, 25958)
    [all...]
  /external/chromium_org/win8/metro_driver/
winrt_utils.h 35 DECLARE_CREATE_PROPERTY(Int16, INT16);
winrt_utils.cc 81 IMPLEMENT_CREATE_PROPERTY(Int16, INT16);
138 COMPARE_ATOMIC_PROPERTY_VALUES(Int16, INT16);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
OpenTypeVerticalDataTest.cpp 40 OpenType::Int16 ascender;
  /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/clang/include/clang/Basic/
TargetBuiltins.h 109 Int16,
  /external/chromium_org/third_party/lzma_sdk/
Types.h 56 typedef short Int16;
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 57 typedef short Int16;
  /external/lzma/C/
Types.h 56 typedef short Int16;
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 265 DECLARE_VA_CTOR(Int16, deInt16, VTX_COMP_SIGNED_INT16, VTX_COMP_CONVERT_NONE);
  /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/chromium_org/v8/src/
typedarray.js 387 FUNCTION(Int16)
  /external/clang/utils/TableGen/
NeonEmitter.cpp 80 Int16,
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 361 case NeonTypeFlags::Int16:
392 case NeonTypeFlags::Int16:
    [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...]

Completed in 824 milliseconds

1 2