Home
last modified time | relevance | path

Searched defs:SORTGT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dira-color.c168 #define SORTGT(x,y) (((x) > (y)) ? 1 : -1) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-color.c193 #define SORTGT(x,y) (((x) > (y)) ? 1 : -1) macro