Lines Matching refs:high
28 #define IS_AT_OR_AFTER(t1, t2) (((t2).high > (t1).high) \
29 || (((t2).high == (t1).high)&& ((t2).low >= (t1).low)))
32 unsigned long high;
275 #define IS_AFTER(t1,t2) (((t2).high > (t1).high) \
276 ||(((t2).high == (t1).high)&& ((t2).low > (t1).low)))
286 cur_time.low = cur_time.high = result_time.low = result_time.high = 0;
306 (result_time.high == -1 && result_time.low > -10000))