Searched defs:HOST_TO_JAVA_SHORT (Results 1 – 1 of 1) sorted by relevance
57 #define HOST_TO_JAVA_SHORT(x) (((x & 0xff) << 8) | ((x >> 8) & (0xff))) macro78 #define HOST_TO_JAVA_SHORT(x) (x) macro