Searched refs:within_range (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dpolicy.h165 extern int within_range __P((security_context_t, security_context_t));
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 Dsecurity.c204 * function: within_range
215 within_range(security_context_t sl, security_context_t range) function
236 "within_range: Unable to retrieve "
243 "within_range: Unable to retrieve "
257 "within_range: The sl is not within range\n");
263 "within_range: The sl (%s) is within range (%s)\n", sl, range);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-csky.c4404 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2)
4715 if (within_range (disp, 26))
4730 if (within_range (disp, 11))
4415 #define within_range macro
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-csky.c4387 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4698 if (within_range (disp, 26))
4713 if (within_range (disp, 11))
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-csky.c4415 #define within_range(x, L) (-(1 << (L - 1)) < (x) && (x) < (1 << (L -1)) - 2) macro
4726 if (within_range (disp, 26))
4741 if (within_range (disp, 11))
/netbsd-current/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) macro
4726 if (within_range (disp, 26))
4741 if (within_range (disp, 11))

Completed in 229 milliseconds