Searched refs:UUCMP (Results 1 – 1 of 1) sorted by relevance
57 #define UUCMP(u1, u2) if (u1 != u2) return ((u1 < u2) ? -1 : 1) macro142 UUCMP(uuid1.time_low, uuid2.time_low); in uuid_compare()143 UUCMP(uuid1.time_mid, uuid2.time_mid); in uuid_compare()144 UUCMP(uuid1.time_hi_and_version, uuid2.time_hi_and_version); in uuid_compare()145 UUCMP(uuid1.clock_seq_hi_and_reserved, uuid2.clock_seq_hi_and_reserved); in uuid_compare()146 UUCMP(uuid1.clock_seq_low, uuid2.clock_seq_low); in uuid_compare()