Home
last modified time | relevance | path

Searched defs:Byte0 (Results 1 – 3 of 3) 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
/external/pytorch/torch/csrc/utils/
Dbyte_order.cpp39 uint32_t Byte0 = output & 0x000000FF; in swapBytes32() local
57 uint64_t Byte0 = output & 0x00000000000000FF; in swapBytes64() local