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 56 OpenType::Int16 ascender;
57 OpenType::Int16 descender;
58 OpenType::Int16 lineGap;
59 OpenType::Int16 advanceWidthMax;
60 OpenType::Int16 minLeftSideBearing;
61 OpenType::Int16 minRightSideBearing;
62 OpenType::Int16 xMaxExtent;
63 OpenType::Int16 caretSlopeRise;
64 OpenType::Int16 caretSlopeRun;
65 OpenType::Int16 caretOffset
    [all...]
OpenTypeTypes.h 34 struct Int16 {
35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { }
  /external/chromium_org/gpu/command_buffer/common/
types.h 22 typedef short int16; typedef
171 typedef short Int16;
176 typedef int16_t Int16;
  /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;
  /external/clang/include/clang/Basic/
TargetBuiltins.h 88 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/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/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 360 FUNCTION(Int16)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 253 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
  /external/clang/utils/TableGen/
NeonEmitter.cpp 125 Int16,
461 s += poly ? "poly16" : "int16";
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 336 case NeonTypeFlags::Int16:
363 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...]

Completed in 1321 milliseconds

1 2