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

  /src/external/gpl3/gdb/dist/sim/h8300/
compile.c 275 #define HIGH_BYTE(x) (((x) >> 8) & 0xff)
  /src/external/gpl3/gdb.old/dist/sim/h8300/
compile.c 275 #define HIGH_BYTE(x) (((x) >> 8) & 0xff)

Completed in 18 milliseconds