Home
last modified time | relevance | path

Searched defs:IN_RANGE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h276 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h315 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c12325 #define IN_RANGE(START,END,ADDR,NELEM) \ macro