Home
last modified time | relevance | path

Searched defs:Uint8 (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dallocator.h54 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enumerator
/external/v8/src/
Dmachine-type.h90 static MachineType Uint8() { in Uint8() function