Lines Matching defs:best
139 // Note: to guarantee best results, either:
353 stbrp_node **prev, *node, *tail, **best = NULL;
369 best = prev;
372 // best-fit
378 best = prev;
386 best_x = (best == NULL) ? 0 : (*best)->x;
388 // if doing best-fit (BF), we also have to try aligning right edge to each node position
430 best = prev;
438 fr.prev_link = best;
446 // find best position according to heuristic
452 // 2. the best node doesn't fit (we don't always check this)