Searched refs:best (Results 1 – 6 of 6) sorted by relevance
618 struct bfhead *best; local662 best = &poolset->freelist;674 if ((best == &poolset->freelist) ||675 (b->bh.bsize < best->bh.bsize)) {676 best = b;681 b = best;
18 * Allocation by either the "first fit" or "best fit"330 #define BestFit 1 /* Use a best fit algorithm when
21 (b) The contribution is based upon previous work that, to the best
30 …y either being a significant enhancement, new feature or bug fix which is best resolved by an inte…
205 …rmware reference implementation. PSA provides a recipe, based on industry best practice, that allo…
831 these variables can be used to recover the last round key. To follow best
Completed in 12 milliseconds