Home
last modified time | relevance | path

Searched refs:bestfit (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdb.c2496 } bestfit; in tdb_allocate() local
2511 bestfit.rec_ptr = 0; in tdb_allocate()
2512 bestfit.last_ptr = 0; in tdb_allocate()
2513 bestfit.rec_len = 0; in tdb_allocate()
2526 if (bestfit.rec_ptr == 0 || in tdb_allocate()
2527 rec->rec_len < bestfit.rec_len) { in tdb_allocate()
2528 bestfit.rec_len = rec->rec_len; in tdb_allocate()
2529 bestfit.rec_ptr = rec_ptr; in tdb_allocate()
2530 bestfit.last_ptr = last_ptr; in tdb_allocate()
2534 if (bestfit.rec_len < 2*length) { in tdb_allocate()
[all …]
/external/ImageMagick/MagickCore/
Ddistort.c1674 MagickBooleanType bestfit,ExceptionInfo *exception) in DistortImage() argument
1739 bestfit = MagickTrue; /* always calculate a 'best fit' viewport */ in DistortImage()
1743 if ( bestfit ) { in DistortImage()
1926 bestfit = MagickFalse; in DistortImage()
1969 if ( bestfit || viewport_given ) { in DistortImage()
2701 if ( bestfit && method != ArcDistortion ) { in DistortImage()
2754 if ( method == ArcDistortion && !bestfit && !viewport_given ) { in DistortImage()
/external/libmtp/src/
Dlibmtp.c870 uint16_t bestfit = opd->FORM.Enum.SupportedValue[0].u16; in adjust_u16() local
878 bestfit = opd->FORM.Enum.SupportedValue[i].u16; in adjust_u16()
882 return bestfit; in adjust_u16()
915 uint32_t bestfit = opd->FORM.Enum.SupportedValue[0].u32; in adjust_u32() local
923 bestfit = opd->FORM.Enum.SupportedValue[i].u32; in adjust_u32()
927 return bestfit; in adjust_u32()
/external/ImageMagick/MagickWand/
Dmagick-image.c2682 const double *arguments,const MagickBooleanType bestfit) in MagickDistortImage() argument
2694 bestfit,wand->exception); in MagickDistortImage()