Searched refs:within_range (Results 1 – 4 of 4) sorted by relevance
/external/tesseract/wordrec/ |
D | outlines.h | 121 (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/ |
D | policy.h | 159 extern int within_range __P((security_context_t, security_context_t));
|
D | policy.c | 207 || !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))
|
D | security.c | 215 within_range(security_context_t sl, security_context_t range) in within_range() function
|