Searched refs:DT_BSWAP_8 (Results 1 – 1 of 1) sorted by relevance
467 #define DT_BSWAP_8(x) ((x) & 0xff) macro468 #define DT_BSWAP_16(x) ((DT_BSWAP_8(x) << 8) | DT_BSWAP_8((x) >> 8))