Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtime.h48 #define timercmp(a, b, CMP) \ argument
50 ((a)->tv_usec CMP (b)->tv_usec) : \
51 ((a)->tv_sec CMP (b)->tv_sec))
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dtime.h166 # define timercmp(a, b, CMP) \ argument
168 ((a)->tv_usec CMP (b)->tv_usec) : \
169 ((a)->tv_sec CMP (b)->tv_sec))