Home
last modified time | relevance | path

Searched refs:Uint24 (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDataExtractor.h19 struct Uint24 { struct
21 Uint24(uint8_t U) { in Uint24() argument
24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24() function
33 using uint24_t = Uint24; argument