Home
last modified time | relevance | path

Searched defs:within_range (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
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
/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