/external/flatbuffers/lua/flatbuffers/ |
D | builder.lua | 14 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/ |
D | tensor.go | 43 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/ |
D | codec.js | 356 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;
|
D | validator.js | 493 offset, internal.Uint8.encodedSize, internal.Uint8, nullable, [0], 0); 548 elementsOffset, numElements, internal.Uint8, nullable, [0], 0);
|
/external/gemmlowp/internal/ |
D | allocator.h | 46 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/ |
D | Monster.lua | 57 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/ |
D | function-body-decoder-impl.h | 66 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 …]
|
D | value-type.h | 34 V(I32, 8U, Uint8, 0) \ 39 V(I64, 8U, Uint8, 0) \
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Monster.lua | 58 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/ |
D | serializer.go | 55 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/ |
D | builtins-intl-gen.cc | 82 Node* c = Load(MachineType::Uint8(), current); in TF_BUILTIN() 84 Load(MachineType::Uint8(), to_lower_table_addr, in TF_BUILTIN()
|
D | builtins-sharedarraybuffer-gen.cc | 170 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()
|
D | builtins-data-view-gen.h | 30 Load(MachineType::Uint8(), data_pointer, offset)); in LoadUint8()
|
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | save.go | 166 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:
|
D | load.go | 127 if v.Kind() == reflect.Slice && v.Type().Elem().Kind() != reflect.Uint8 { 272 if v.Type().Elem().Kind() != reflect.Uint8 {
|
/external/v8/src/compiler/ |
D | access-builder.cc | 35 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/ |
D | lib.go | 647 case reflect.Uint8: 771 case reflect.Uint8: 830 case reflect.Uint8:
|
D | discard.go | 160 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 { 275 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
|
/external/v8/src/ |
D | machine-type.h | 110 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/ |
D | format.go | 58 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/ |
D | sdl.c | 209 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/ |
D | discard.go | 160 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 { 275 if tf.Kind() == reflect.Slice && tf.Elem().Kind() != reflect.Uint8 {
|
D | lib.go | 685 case reflect.Uint8: 809 case reflect.Uint8: 868 case reflect.Uint8:
|
/external/tensorflow/tensorflow/lite/toco/ |
D | types.proto | 26 // Uint8, quantized
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | space_to_depth_test.cc | 69 TEST(SpaceToDepthOpModel, Uint8) { in TEST() argument
|