Home
last modified time | relevance | path

Searched refs:within_range (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dpolicy.c213 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
288 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
H A Dpolicy.h165 extern int within_range __P((security_context_t, security_context_t));
H A Dsecurity.c215 within_range(security_context_t sl, security_context_t range) in within_range() function
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-csky.c4415 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) in csky_elf_relocate_section() macro
4726 if (within_range (disp, 26)) in csky_elf_relocate_section()
4741 if (within_range (disp, 11)) in csky_elf_relocate_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-csky.c4404 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) in csky_elf_relocate_section() macro
4715 if (within_range (disp, 26)) in csky_elf_relocate_section()
4730 if (within_range (disp, 11)) in csky_elf_relocate_section()