Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsystem.h175 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
/openbsd-src/gnu/gcc/gcc/
H A Dsystem.h256 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dbfin-parse.y221 #define IN_RANGE(x, low, high) \ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c612 #define IN_RANGE(x, low, high) \ macro