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/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.h76 static ArgValue Uint32(uint32_t value) { in Uint32() function
139 uint32_t Uint32() const { in Uint32() function
/external/protobuf/php/ext/google/protobuf/
Dtype_check.c420 PHP_TYPE_CHECK(Uint32) in PHP_TYPE_CHECK() argument
/external/tensorflow/tensorflow/go/
Dtensor.go42 Uint32 DataType = C.TF_UINT32 const
/external/v8/src/codegen/
Dmachine-type.h144 constexpr static MachineType Uint32() { in Uint32() function
/external/vixl/src/
Dutils-vixl.h800 Uint32() { data_ = 0; } in Uint32() function
801 explicit Uint32(uint32_t data) : data_(data) {} in Uint32() function
978 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {} in Uint32() function
/external/golang-protobuf/proto/
Dlib.go447 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.cs2338 [pbr::OriginalName("TYPE_UINT32")] Uint32 = 13, enumerator
/external/v8/include/
Dv8.h89 class Uint32; variable