Searched refs:best_size (Results 1 – 3 of 3) sorted by relevance
425 png_alloc_size_t best_size; member465 png_alloc_size_t best_size; /* Best so far for this option */ member852 dp->stack[sp].best_size = in push_opt()942 png_alloc_size_t best_size = dp->stack[sp].best_size; in next_opt() local948 assert(best_size < MAX_SIZE); in next_opt()953 dp->stack[sp].lo_size = best_size; in next_opt()964 dp->stack[sp].hi_size = best_size; in next_opt()988 dp->stack[sp].lo_size = best_size; in next_opt()990 best_size = lo_size; in next_opt()999 dp->stack[sp].hi_size = best_size; in next_opt()[all …]
198 addr_t size, best_size = 0; in syslinux_memmap_largest() local204 if (list->type == type && size > best_size) { in syslinux_memmap_largest()206 best_size = size; in syslinux_memmap_largest()216 *len = best_size; in syslinux_memmap_largest()
1015 size_t best_size = ~0; in PickBestCandidate() local1019 if (candidate_size < best_size) { in PickBestCandidate()1021 best_size = candidate_size; in PickBestCandidate()