Searched refs:IRIX_CLOCK_BASE (Results 1 – 1 of 1) sorted by relevance
29 #define IRIX_CLOCK_BASE 1940 macro35 #define TO_IRIX_YEAR(a) ((a) < 1985) ? ((a) - (30 + IRIX_CLOCK_BASE)) \36 : ((a) - IRIX_CLOCK_BASE)39 #define FROM_IRIX_YEAR(a) ((a) < 45) ? ((a) + 30 + IRIX_CLOCK_BASE) \40 : ((a) + IRIX_CLOCK_BASE)