Searched refs:bestfit (Results 1 – 2 of 2) sorted by relevance
2489 } bestfit; in tdb_allocate() local2504 bestfit.rec_ptr = 0; in tdb_allocate()2505 bestfit.last_ptr = 0; in tdb_allocate()2506 bestfit.rec_len = 0; in tdb_allocate()2519 if (bestfit.rec_ptr == 0 || in tdb_allocate()2520 rec->rec_len < bestfit.rec_len) { in tdb_allocate()2521 bestfit.rec_len = rec->rec_len; in tdb_allocate()2522 bestfit.rec_ptr = rec_ptr; in tdb_allocate()2523 bestfit.last_ptr = last_ptr; in tdb_allocate()2527 if (bestfit.rec_len < 2*length) { in tdb_allocate()[all …]
793 uint16_t bestfit = opd->FORM.Enum.SupportedValue[0].u16; in adjust_u16() local801 bestfit = opd->FORM.Enum.SupportedValue[i].u16; in adjust_u16()805 return bestfit; in adjust_u16()838 uint32_t bestfit = opd->FORM.Enum.SupportedValue[0].u32; in adjust_u32() local846 bestfit = opd->FORM.Enum.SupportedValue[i].u32; in adjust_u32()850 return bestfit; in adjust_u32()