Searched defs:UNPACK_PRIMARY_SHORT (Results 1 – 1 of 1) sorted by relevance
154 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) macro158 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) macro