Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Doutlines.h121 (within_range ((p).x, (p0).x, (p1).x) && \
122 within_range ((p).y, (p0).y, (p1).y))
131 #define within_range(x,x0,x1) \ macro
/external/ipsec-tools/src/racoon/
Dpolicy.h159 extern int within_range __P((security_context_t, security_context_t));
Dpolicy.c207 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
283 || !within_range(a->sec_ctx.ctx_str, b->sec_ctx.ctx_str))
Dsecurity.c215 within_range(security_context_t sl, security_context_t range) in within_range() function