Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
Dbit.h86 uint32_t Byte0 = UV & 0x000000FF; in byteswap() local
/external/pigweed/pw_base64/
Dbase64.cc76 constexpr uint8_t Byte0(uint8_t bits0, uint8_t bits1) { in Byte0() function