Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/aarch64/aarch64/
H A Daarch64_machdep.c646 #define IN_RANGE(addr,sta,end) (((sta) <= (addr)) && ((addr) < (end))) in mm_md_kernacc() macro
H A Dpmap.c289 #define IN_RANGE(va, sta, end) (((sta) <= (va)) && ((va) < (end))) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h326 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h321 #define IN_RANGE(VALUE, LOWER, UPPER) \ macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y223 #define IN_RANGE(x, low, high) \ macro
H A Dbfin-parse.c274 #define IN_RANGE(x, low, high) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y223 #define IN_RANGE(x, low, high) \ macro
H A Dbfin-parse.c274 #define IN_RANGE(x, low, high) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c13911 #define IN_RANGE(START,END,ADDR,NELEM) \ macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c14498 #define IN_RANGE(START,END,ADDR,NELEM) \ macro