Searched defs:time_before (Results 1 – 4 of 4) sorted by relevance
132 #define time_before(x, y) ((x) < (y)) macro
118 #define time_before(x, y) ((x) < (y)) macro
108 #define time_before(a,b) time_after(b,a) macro
135 #define time_before(a,b) time_after(b,a) macro