Searched defs:GET_TLONG (Results 1 – 1 of 1) sorted by relevance
760 #define GET_TLONG(h, l) (((uint64_t)(h) << 32) | (l)) macro762 #define GET_TLONG(h, l) (l) macro