/external/gemmlowp/internal/ |
D | allocator.h | 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator 67 GEMMLOWP_REGISTER_TYPEID(std::uint16_t, Uint16)
|
/external/flatbuffers/lua/flatbuffers/ |
D | builder.lua | 15 local Uint16 = N.Uint16 337 function mt:PrependUint16Slot(...) self:PrependSlot(Uint16, ...) end 366 function mt:PrependUint16(x) self:Prepend(Uint16, x) end
|
D | numTypes.lua | 194 m.Uint16 = uint16_mt
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 758 function Uint16() { class 761 Uint16.encodedSize = 2; 763 Uint16.decode = function(decoder) { 767 Uint16.encode = function(encoder, val) { 1110 internal.Uint16 = Uint16;
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.lua | 40 return self.view:Get(flatbuffers.N.Uint16, o + self.view.pos)
|
D | TypeAliases.lua | 48 return self.view:Get(flatbuffers.N.Uint16, o + self.view.pos)
|
/external/pigweed/pw_tokenizer/ |
D | argument_types_test_c.c | 85 DEFINE_TEST_FUNCTION(Uint16, ((int16_t)100));
|
/external/llvm-project/clang/lib/AST/Interp/ |
D | Opcodes.td | 23 def Uint16 : Type; 68 let Types = [Sint8, Uint8, Sint16, Uint16, Sint32, 176 def ConstUint16 : ConstOpcode<Uint16, ArgUint16>;
|
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/ |
D | settings.go | 95 Identifier: SettingsIdentifier(binary.BigEndian.Uint16(raw[i : i+2])),
|
/external/grpc-grpc/tools/http2_interop/ |
D | settings.go | 81 Identifier: SettingsIdentifier(binary.BigEndian.Uint16(raw[i : i+2])),
|
/external/openscreen/osp/go/ |
D | binary.go | 35 return uint64(e.Uint16(b)), err
|
/external/boringssl/src/ssl/test/runner/ |
D | mock_quic_transport.go | 78 cipherSuite := binary.BigEndian.Uint16(header[2:4])
|
/external/tensorflow/tensorflow/go/ |
D | tensor.go | 65 Uint16 DataType = C.TF_UINT16 const 547 …6, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qint16, Quint16, Uint16, Complex128, Half:
|
/external/deqp/framework/opengl/ |
D | gluDrawUtil.hpp | 262 DECLARE_VA_CTOR(Uint16, deUint16, VTX_COMP_UNSIGNED_INT16, VTX_COMP_CONVERT_NONE);
|
/external/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 189 fPassEncoder.SetIndexBuffer(index, wgpu::IndexFormat::Uint16); in onBindBuffers()
|
D | GrDawnProgramBuilder.cpp | 410 rpDesc.primitive.stripIndexFormat = wgpu::IndexFormat::Uint16; in Build()
|
D | GrDawnGpu.cpp | 728 renderPipelineDesc.primitive.stripIndexFormat = wgpu::IndexFormat::Uint16; in onRegenerateMipMapLevels()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/ |
D | endian_test.cc | 148 TEST(EndianessTest, Uint16) { in TEST() argument
|
/external/angle/third_party/abseil-cpp/absl/base/internal/ |
D | endian_test.cc | 148 TEST(EndianessTest, Uint16) { in TEST() argument
|
/external/abseil-cpp/absl/base/internal/ |
D | endian_test.cc | 150 TEST(EndianessTest, Uint16) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/base/internal/ |
D | endian_test.cc | 148 TEST(EndianessTest, Uint16) { in TEST() argument
|
/external/libtextclassifier/abseil-cpp/absl/base/internal/ |
D | endian_test.cc | 148 TEST(EndianessTest, Uint16) { in TEST() argument
|
/external/webrtc/third_party/abseil-cpp/absl/base/internal/ |
D | endian_test.cc | 150 TEST(EndianessTest, Uint16) { in TEST() argument
|
/external/flatbuffers/dart/lib/ |
D | flat_buffers.dart | 392 /// Writes a Uint16 to the tail of the buffer after preparing space for it. 424 /// Writes a Uint16 to the tail of the buffer after preparing space for it.
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 110 if (Type == MachineType::Uint16()) { in toIceType()
|