Searched defs:within_range (Results 1 – 3 of 3) sorted by relevance
215 within_range(security_context_t sl, security_context_t range) in within_range() function
4415 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) in csky_elf_relocate_section() macro
4404 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) in csky_elf_relocate_section() macro