Searched refs:within_range (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | policy.c | 213 || !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 D | policy.h | 165 extern int within_range __P((security_context_t, security_context_t));
|
| H A D | security.c | 215 within_range(security_context_t sl, security_context_t range) in within_range() function
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-csky.c | 4415 #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 D | elf32-csky.c | 4404 #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()
|