Home
last modified time | relevance | path

Searched refs:bestsize (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dalloc.c167 unsigned int bestsize = 0xffffffff; /* greater than any real size */ in alloc() local
177 if ((*f)->size < bestsize) { in alloc()
180 bestsize = (*f)->size; in alloc()
187 failed = (bestsize == 0xffffffff); in alloc()
/netbsd-src/sys/arch/shark/stand/ofwboot/
H A Dalloc.c127 unsigned bestsize = 0xffffffff; /* greater than any real size */ in alloc() local
158 if (f->size < bestsize) { in alloc()
161 bestsize = f->size; in alloc()
168 failed = (bestsize == 0xffffffff); in alloc()
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dalloc.c127 unsigned bestsize = 0xffffffff; /* greater than any real size */ in alloc() local
158 if (f->size < bestsize) { in alloc()
161 bestsize = f->size; in alloc()
168 failed = (bestsize == 0xffffffff); in alloc()
/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dalloc.c126 unsigned bestsize = 0xffffffff; /* greater than any real size */ in alloc() local
157 if (f->size < bestsize) { in alloc()
160 bestsize = f->size; in alloc()
167 failed = (bestsize == 0xffffffff); in alloc()
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Dfont.c61 int bestsize = 0; in LookupFontSizeBySize() local
92 && fs->size >= bestsize) { in LookupFontSizeBySize()
94 bestsize = fs->size; in LookupFontSizeBySize()