HomeSort by relevance Sort by last modified time
    Searched refs:best_size (Results 1 - 5 of 5) sorted by null

  /external/libpng/contrib/tools/
pngcp.c 425 png_alloc_size_t best_size; member in struct:display
465 png_alloc_size_t best_size; /* Best so far for this option */ member in struct:display::stack
852 dp->stack[sp].best_size =
942 png_alloc_size_t best_size = dp->stack[sp].best_size; local
948 assert(best_size < MAX_SIZE);
953 dp->stack[sp].lo_size = best_size;
964 dp->stack[sp].hi_size = best_size;
988 dp->stack[sp].lo_size = best_size;
990 best_size = lo_size
    [all...]
  /external/syslinux/com32/lib/syslinux/
zonelist.c 198 addr_t size, best_size = 0; local
204 if (list->type == type && size > best_size) {
206 best_size = size;
216 *len = best_size;
  /hardware/intel/common/libwsbm/src/
wsbm_mm.c 222 unsigned long best_size; local
226 best_size = ~0UL;
246 if (size < best_size) {
248 best_size = entry->size;
  /external/webp/src/mux/
anim_encode.c 1015 size_t best_size = ~0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 5315 size_t best_size = 0; local
    [all...]

Completed in 759 milliseconds