Searched refs:LL_UCMP (Results 1 – 1 of 1) sorted by relevance
112 #define LL_UCMP(a, op, b) ((PRUint64)(a) op (PRUint64)(b)) macro214 #define LL_UCMP(a, op, b) (((a).hi == (b).hi) ? ((a).lo op (b).lo) : \ macro