Searched defs:DIV (Results 1 – 4 of 4) sorted by relevance
146 #define DIV(a,b) ((a) / (b) - ((a) % (b) < 0)) in udf_time_to_stamp() macro
74 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in get_rtc_time() macro
98 # define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in offtime() macro
557 #define DIV(a, b) ((a) / (b) - ((a) % (b) < 0)) in unmktime() macro