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

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

Completed in 25 milliseconds