HomeSort by: relevance | last modified time | path
    Searched defs:left_bound (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/dns/
dns_rr.c 564 int left_bound; /* inclusive */ local
605 * partition according to their weight. Note that left_bound is
608 left_bound = 0;
609 cur_pref = rr_array[left_bound]->pref; /* assumes len > 0 */
613 if (right_bound - left_bound > 1)
614 weight_order(rr_array + left_bound, right_bound - left_bound);
617 left_bound = right_bound;
618 cur_pref = rr_array[left_bound]->pref;
dns_rr.c 564 int left_bound; /* inclusive */ local
605 * partition according to their weight. Note that left_bound is
608 left_bound = 0;
609 cur_pref = rr_array[left_bound]->pref; /* assumes len > 0 */
613 if (right_bound - left_bound > 1)
614 weight_order(rr_array + left_bound, right_bound - left_bound);
617 left_bound = right_bound;
618 cur_pref = rr_array[left_bound]->pref;

Completed in 64 milliseconds