Home | History | Annotate | Download | only in mux

Lines Matching refs:best_size

1015   size_t best_size = ~0;
1019 if (candidate_size < best_size) {
1021 best_size = candidate_size;