Searched refs:Int16 (Results 1 - 25 of 31) sorted by path

12

/external/bzip2/
H A Dbzip2.c166 typedef short Int16; typedef
888 "\tI require Int32, Int16 and Char to have sizes\n"
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 ||
H A Dbzlib_private.h46 typedef short Int16; typedef
/external/chromium_org/mojo/public/js/bindings/
H A Dcodec.js508 function Int16() {
511 Int16.encodedSize = 2;
513 Int16.decode = function(decoder) {
517 Int16.encode = function(encoder, val) {
721 exports.Int16 = Int16;
H A Dcodec_unittests.js194 encodeDecode(codec.Int16, -1, -1);
195 encodeDecode(codec.Int16, 0xff, 0xff);
196 encodeDecode(codec.Int16, 0xffff, -1);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclike.js329 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h34 struct Int16 { struct in namespace:blink::OpenType
35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { } function in struct:blink::OpenType::Int16
H A DOpenTypeVerticalData.cpp54 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 caretOffse
[all...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DOpenTypeVerticalDataTest.cpp40 OpenType::Int16 ascender;
/external/chromium_org/third_party/lzma_sdk/
H A DTypes.h56 typedef short Int16; typedef
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DTypes.h57 typedef short Int16; typedef
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dclike.js326 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +
/external/chromium_org/v8/src/
H A Dobjects.h4434 V(Int16, int16, INT16, int16_t, 2) \
H A Druntime.cc1438 DATA_VIEW_GETTER(Int16, int16_t, NewNumberFromInt)
1520 DATA_VIEW_SETTER(Int16, int16_t)
H A Dtypedarray.js387 FUNCTION(Int16)
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.cc81 IMPLEMENT_CREATE_PROPERTY(Int16, INT16);
138 COMPARE_ATOMIC_PROPERTY_VALUES(Int16, INT16);
H A Dwinrt_utils.h35 DECLARE_CREATE_PROPERTY(Int16, INT16);
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h109 Int16, enumerator in enum:clang::NeonTypeFlags::EltType
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1713 case NeonTypeFlags::Int16:
/external/clang/lib/Sema/
H A DSemaChecking.cpp361 case NeonTypeFlags::Int16:
392 case NeonTypeFlags::Int16:
/external/clang/utils/TableGen/
H A DNeonEmitter.cpp80 Int16, enumerator in enum:__anon19562::NeonTypeFlags::EltType
/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp265 DECLARE_VA_CTOR(Int16, deInt16, VTX_COMP_SIGNED_INT16, VTX_COMP_CONVERT_NONE);
/external/lzma/C/
H A DTypes.h56 typedef short Int16; typedef
/external/lzma/CPP/Windows/
H A DPropVariant.cpp109 SET_PROP_FUNC(Int16, VT_I2, iVal)
H A DPropVariant.h23 CPropVariant(Int16 value) { vt = VT_I2; wReserved1 = 0; iVal = value; }
36 CPropVariant& operator=(Int16 value);
/external/skia/experimental/webtry/res/js/cm/
H A Dclike.js326 " Guid Int16 Int32 Int64 Object SByte Single String TimeSpan UInt16 UInt32" +

Completed in 794 milliseconds

12