Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
Dbit.h87 uint32_t Byte1 = UV & 0x0000FF00; in byteswap() local
90 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24); in byteswap()
/openbsd/src/sys/arch/hppa/hppa/
Ddb_disasm.c385 #define Byte1(i) BitfR(i,8,8,_b88) macro