Home
last modified time | relevance | path

Searched refs:IRIX_CLOCK_BASE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sgimips/sgimips/
H A Dclockvar.h29 #define IRIX_CLOCK_BASE 1940 macro
35 #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)