Home
last modified time | relevance | path

Searched refs:Int8 (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/mojo/public/js/bindings/
Dcodec.js478 function Int8() { class
481 Int8.encodedSize = 1;
483 Int8.decode = function(decoder) {
487 Int8.encode = function(encoder, val) {
719 exports.Int8 = Int8;
Dcodec_unittests.js192 encodeDecode(codec.Int8, -1, -1);
193 encodeDecode(codec.Int8, 0xff, -1);
/external/clang/include/clang/Basic/
DTargetBuiltins.h108 Int8, enumerator
/external/deqp/framework/opengl/
DgluDrawUtil.hpp264 DECLARE_VA_CTOR(Int8, deInt8, VTX_COMP_SIGNED_INT8, VTX_COMP_CONVERT_NONE);
/external/chromium_org/v8/src/
Dtypedarray.js385 FUNCTION(Int8)
Druntime.cc1436 DATA_VIEW_GETTER(Int8, int8_t, NewNumberFromInt)
1518 DATA_VIEW_SETTER(Int8, int8_t) in DATA_VIEW_SETTER()
Dobjects.h4432 V(Int8, int8, INT8, int8_t, 1) \
/external/clang/utils/TableGen/
DNeonEmitter.cpp79 Int8, enumerator
626 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend; in getNeonEnum()
/external/clang/lib/Sema/
DSemaChecking.cpp358 case NeonTypeFlags::Int8: in RFT()
390 case NeonTypeFlags::Int8: in getNeonEltType()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1710 case NeonTypeFlags::Int8: in GetNeonType()