HomeSort by: relevance | last modified time | path
    Searched refs:Byte1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SwapByteOrder.h 73 uint32_t Byte1 = value & 0x0000FF00;
76 return (Byte0 << 24) | (Byte1 << 8) | (Byte2 >> 8) | (Byte3 >> 24);
  /src/sys/arch/hppa/hppa/
db_disasm.c 395 #define Byte1(i) BitfR(i,8,8,_b88)

Completed in 21 milliseconds