Lines Matching defs:bounds
205 * This label should lie within the bounds or the
207 * bounds = Lower and upper bounds for words lists. Must be
234 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags,
247 bsfcall.bounds.upper_bound = *bounds->upper_bound;
248 bsfcall.bounds.lower_bound = *bounds->lower_bound;
281 sbounds.upper_bound = *bounds->upper_bound;
282 sbounds.lower_bound = *bounds->lower_bound;
304 * This label should lie within the bounds of the
340 bsccall.bounds = sbounds; /* save from last bslcvtfull() call */
382 * This clearance should lie within the bounds or
384 * bounds = Lower and upper bounds for words lists. Must be
411 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds,
424 bcfcall.bounds.upper_bound = *bounds->upper_bound;
425 bcfcall.bounds.lower_bound = *bounds->lower_bound;
460 cbounds.upper_bound = *bounds->upper_bound;
461 cbounds.lower_bound = *bounds->lower_bound;
483 * This clearance should lie within the bounds of the
520 bcccall.bounds = cbounds; /* save from last bslcvtfull() call */