Searched refs:Int8 (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/mojo/public/js/bindings/ |
D | codec.js | 478 function Int8() { class 481 Int8.encodedSize = 1; 483 Int8.decode = function(decoder) { 487 Int8.encode = function(encoder, val) { 719 exports.Int8 = Int8;
|
D | codec_unittests.js | 192 encodeDecode(codec.Int8, -1, -1); 193 encodeDecode(codec.Int8, 0xff, -1);
|
/external/clang/include/clang/Basic/ |
D | TargetBuiltins.h | 108 Int8, enumerator
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 264 DECLARE_VA_CTOR(Int8, deInt8, VTX_COMP_SIGNED_INT8, VTX_COMP_CONVERT_NONE);
|
/external/chromium_org/v8/src/ |
D | typedarray.js | 385 FUNCTION(Int8)
|
D | runtime.cc | 1436 DATA_VIEW_GETTER(Int8, int8_t, NewNumberFromInt) 1518 DATA_VIEW_SETTER(Int8, int8_t) in DATA_VIEW_SETTER()
|
D | objects.h | 4432 V(Int8, int8, INT8, int8_t, 1) \
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 79 Int8, enumerator 626 unsigned Base = (unsigned)NeonTypeFlags::Int8 + Addend; in getNeonEnum()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 358 case NeonTypeFlags::Int8: in RFT() 390 case NeonTypeFlags::Int8: in getNeonEltType()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 1710 case NeonTypeFlags::Int8: in GetNeonType()
|