Home
last modified time | relevance | path

Searched refs:Uint8 (Results 1 – 25 of 76) sorted by relevance

1234

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua14 local Uint8 = N.Uint8
249 self:Prep(UOffsetT.bytewidth, (#s + 1)*Uint8.bytewidth)
250 self:Place(0, Uint8)
263 self:Prep(UOffsetT.bytewidth, #x*Uint8.bytewidth)
320 function mt:PrependByteSlot(...) self:PrependSlot(Uint8, ...) end
321 function mt:PrependUint8Slot(...) self:PrependSlot(Uint8, ...) end
349 function mt:PrependByte(x) self:Prepend(Uint8, x) end
350 function mt:PrependUint8(x) self:Prepend(Uint8, x) end
/external/tensorflow/tensorflow/go/
Dtensor.go43 Uint8 DataType = C.TF_UINT8 const
312 …case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, ref…
330 …case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, ref…
359 …case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, ref…
371 …case reflect.Int8, reflect.Int16, reflect.Int32, reflect.Int64, reflect.Uint8, reflect.Uint16, ref…
481 …case Float, Double, Int32, Uint8, Int16, Int8, Complex, Int64, Bool, Quint8, Qint32, Bfloat16, Qin…
/external/libchrome/mojo/public/js/lib/
Dcodec.js356 Uint8.encode(this, byte);
728 Uint8.encode = function(encoder, val) {
732 function Uint8() { class
735 Uint8.encodedSize = 1;
737 Uint8.decode = function(decoder) {
741 Uint8.encode = function(encoder, val) {
1108 internal.Uint8 = Uint8;
Dvalidator.js493 offset, internal.Uint8.encodedSize, internal.Uint8, nullable, [0], 0);
548 elementsOffset, numElements, internal.Uint8, nullable, [0], 0);
/external/gemmlowp/internal/
Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
65 GEMMLOWP_REGISTER_TYPEID(std::uint8_t, Uint8)
/external/flatbuffers/samples/lua/MyGame/Sample/
DMonster.lua57 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
96 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
/external/v8/src/wasm/
Dfunction-body-decoder-impl.h66 V(I32AtomicLoad8U, Uint8) \
68 V(I64AtomicLoad8U, Uint8) \
72 V(I32AtomicAdd8U, Uint8) \
75 V(I64AtomicAdd8U, Uint8) \
80 V(I32AtomicSub8U, Uint8) \
82 V(I64AtomicSub8U, Uint8) \
87 V(I32AtomicAnd8U, Uint8) \
89 V(I64AtomicAnd8U, Uint8) \
94 V(I32AtomicOr8U, Uint8) \
96 V(I64AtomicOr8U, Uint8) \
[all …]
Dvalue-type.h34 V(I32, 8U, Uint8, 0) \
39 V(I64, 8U, Uint8, 0) \
/external/flatbuffers/tests/MyGame/Example/
DMonster.lua58 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
79 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
156 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
311 return self.view:Get(flatbuffers.N.Uint8, a + ((j-1) * 1))
483 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
498 return self.view:Get(flatbuffers.N.Uint8, o + self.view.pos)
/external/syzkaller/pkg/serializer/
Dserializer.go55 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
175 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
/external/v8/src/builtins/
Dbuiltins-intl-gen.cc82 Node* c = Load(MachineType::Uint8(), current); in TF_BUILTIN()
84 Load(MachineType::Uint8(), to_lower_table_addr, in TF_BUILTIN()
Dbuiltins-sharedarraybuffer-gen.cc170 AtomicLoad(MachineType::Uint8(), backing_store, index_word))); in TF_BUILTIN()
293 Return(SmiFromInt32(AtomicExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
372 Return(SmiFromInt32(AtomicCompareExchange(MachineType::Uint8(), backing_store, in TF_BUILTIN()
468 Return(SmiFromInt32((this->*function)(MachineType::Uint8(), backing_store, in BINOP_BUILTIN()
Dbuiltins-data-view-gen.h30 Load(MachineType::Uint8(), data_pointer, offset)); in LoadUint8()
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dsave.go166 if v.Type().Elem().Kind() == reflect.Uint8 {
208 if v.Kind() == reflect.Slice && v.Type().Elem().Kind() != reflect.Uint8 {
319 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
Dload.go127 if v.Kind() == reflect.Slice && v.Type().Elem().Kind() != reflect.Uint8 {
272 if v.Type().Elem().Kind() != reflect.Uint8 {
/external/v8/src/compiler/
Daccess-builder.cc35 TypeCache::Get().kUint8, MachineType::Uint8(), in ForExternalUint8Value()
527 MaybeHandle<Map>(), TypeCache::Get().kUint8, MachineType::Uint8(), in ForMapBitField()
536 MaybeHandle<Map>(), TypeCache::Get().kUint8, MachineType::Uint8(), in ForMapBitField2()
679 MachineType::Uint8(), kNoWriteBarrier}; in ForExternalOneByteStringCharacter()
693 TypeCache::Get().kUint8, MachineType::Uint8(), in ForSeqOneByteStringCharacter()
942 Type::Unsigned32(), MachineType::Uint8(), in ForTypedArrayElement()
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go647 case reflect.Uint8:
771 case reflect.Uint8:
830 case reflect.Uint8:
Ddiscard.go160 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
275 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
/external/v8/src/
Dmachine-type.h110 constexpr static MachineType Uint8() { in Uint8() function
206 return isSigned ? MachineType::Int8() : MachineType::Uint8();
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/
Dformat.go58 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
225 case reflect.Uint, reflect.Uint8, reflect.Uint16, reflect.Uint32, reflect.Uint64, reflect.Uintptr:
/external/u-boot/arch/sandbox/cpu/
Dsdl.c209 Uint8 *keystate; in sandbox_sdl_scan_keys()
239 void sandbox_sdl_fill_audio(void *udata, Uint8 *stream, int len) in sandbox_sdl_fill_audio()
/external/golang-protobuf/proto/
Ddiscard.go160 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
275 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
Dlib.go685 case reflect.Uint8:
809 case reflect.Uint8:
868 case reflect.Uint8:
/external/tensorflow/tensorflow/lite/toco/
Dtypes.proto26 // Uint8, quantized
/external/tensorflow/tensorflow/lite/kernels/
Dspace_to_depth_test.cc69 TEST(SpaceToDepthOpModel, Uint8) { in TEST() argument

1234