Searched defs:IN_RANGE (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | aarch64_machdep.c | 646 #define IN_RANGE(addr,sta,end) (((sta) <= (addr)) && ((addr) < (end))) in mm_md_kernacc() macro
|
H A D | pmap.c | 289 #define IN_RANGE(va, sta, end) (((sta) <= (va)) && ((va) < (end))) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | system.h | 326 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | system.h | 321 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | bfin-parse.y | 223 #define IN_RANGE(x, low, high) \ macro
|
H A D | bfin-parse.c | 274 #define IN_RANGE(x, low, high) \ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | bfin-parse.y | 223 #define IN_RANGE(x, low, high) \ macro
|
H A D | bfin-parse.c | 274 #define IN_RANGE(x, low, high) \ macro
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 13911 #define IN_RANGE(START,END,ADDR,NELEM) \ macro
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 14498 #define IN_RANGE(START,END,ADDR,NELEM) \ macro
|