Home
last modified time | relevance | path

Searched defs:Byte1 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
Dbit.h87 uint32_t Byte1 = UV & 0x0000FF00; in byteswap() local
/external/pigweed/pw_base64/
Dbase64.cc79 constexpr uint8_t Byte1(uint8_t bits1, uint8_t bits2) { in Byte1() function
/external/pytorch/torch/csrc/utils/
Dbyte_order.cpp40 uint32_t Byte1 = output & 0x0000FF00; in swapBytes32() local
58 uint64_t Byte1 = output & 0x000000000000FF00; in swapBytes64() local