Home
last modified time | relevance | path

Searched defs:Uint32 (Results 1 – 11 of 11) sorted by relevance

/external/gemmlowp/internal/
Dallocator.h46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
/external/syzkaller/vendor/google.golang.org/api/googleapi/
Dtypes.go194 func Uint32(v uint32) *uint32 { return &v } func
/external/v8/src/
Dmachine-type.h123 constexpr static MachineType Uint32() { in Uint32() function
/external/tensorflow/tensorflow/go/
Dtensor.go42 Uint32 DataType = C.TF_UINT32 const
/external/vixl/src/
Dutils-vixl.h794 Uint32() { data_ = 0; } in Uint32() function
795 explicit Uint32(uint32_t data) : data_(data) {} in Uint32() function
972 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {} in Uint32() function
/external/v8/include/
Dv8.h110 class Uint32; variable
/external/golang-protobuf/proto/
Dlib.go447 func Uint32(v uint32) *uint32 { func
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dlib.go409 func Uint32(v uint32) *uint32 { func
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp17 enum class ValueType { Uint32, String }; enumerator
/external/libchrome/mojo/public/js/lib/
Dcodec.js784 function Uint32() { class
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs1655 [pbr::OriginalName("TYPE_UINT32")] Uint32 = 13, enumerator