Home | History | Annotate | Download | only in src

Lines Matching refs:bestfit

870       uint16_t bestfit = opd->FORM.Enum.SupportedValue[0].u16;
878 bestfit = opd->FORM.Enum.SupportedValue[i].u16;
882 return bestfit;
915 uint32_t bestfit = opd->FORM.Enum.SupportedValue[0].u32;
923 bestfit = opd->FORM.Enum.SupportedValue[i].u32;
927 return bestfit;