Searched refs:hi_size (Results 1 – 1 of 1) sorted by relevance
467 png_alloc_size_t hi_size; member854 dp->stack[sp].hi_size = MAX_SIZE; in push_opt()964 dp->stack[sp].hi_size = best_size; in next_opt()976 png_alloc_size_t hi_size = dp->stack[sp].hi_size; in next_opt() local979 assert(lo_size < MAX_SIZE && hi_size < MAX_SIZE); in next_opt()999 dp->stack[sp].hi_size = best_size; in next_opt()1001 best_size = hi_size; in next_opt()1003 hi_size = dp->stack[sp].hi_size; in next_opt()1032 if (lo_size <= best_size && best_size <= hi_size) in next_opt()1048 dp->stack[sp].hi_size = best_size; in next_opt()[all …]