Searched defs:bestfit (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c2489 } bestfit; local
2504 bestfit.rec_ptr = 0;
2505 bestfit.last_ptr = 0;
2506 bestfit.rec_len = 0;
2519 if (bestfit.rec_ptr == 0 ||
2520 rec->rec_len < bestfit.rec_len) {
2521 bestfit.rec_len = rec->rec_len;
2522 bestfit.rec_ptr = rec_ptr;
2523 bestfit.last_ptr = last_ptr;
2527 if (bestfit
[all...]
/external/libmtp/src/
H A Dlibmtp.c793 uint16_t bestfit = opd->FORM.Enum.SupportedValue[0].u16; local
801 bestfit = opd->FORM.Enum.SupportedValue[i].u16;
805 return bestfit;
838 uint32_t bestfit = opd->FORM.Enum.SupportedValue[0].u32; local
846 bestfit = opd->FORM.Enum.SupportedValue[i].u32;
850 return bestfit;

Completed in 2313 milliseconds