Searched refs:p_last (Results 1 – 2 of 2) sorted by relevance
258 target_ulong p_last; in pageflags_unset() local269 p_last = p->itree.last; in pageflags_unset()275 if (last < p_last) { in pageflags_unset()367 p_last = p->itree.last; in pageflags_set_clear()406 if (last < p_last) { in pageflags_set_clear()424 if (last < p_last) { in pageflags_set_clear()454 if (p_last < last) { in pageflags_set_clear()455 start = p_last + 1; in pageflags_set_clear()467 if (p_last < last) { in pageflags_set_clear()470 if (last < p_last) { in pageflags_set_clear()[all …]
1465 struct gamma_pixel *p_last; in build_evenly_distributed_points() local1471 p_last = p + numberof_points - 1; in build_evenly_distributed_points()1485 p->r = dc_fixpt_div(p_last->r, dividers.divider1); in build_evenly_distributed_points()1486 p->g = dc_fixpt_div(p_last->g, dividers.divider1); in build_evenly_distributed_points()1487 p->b = dc_fixpt_div(p_last->b, dividers.divider1); in build_evenly_distributed_points()1491 p->r = dc_fixpt_div(p_last->r, dividers.divider2); in build_evenly_distributed_points()1492 p->g = dc_fixpt_div(p_last->g, dividers.divider2); in build_evenly_distributed_points()1493 p->b = dc_fixpt_div(p_last->b, dividers.divider2); in build_evenly_distributed_points()1497 p->r = dc_fixpt_div(p_last->r, dividers.divider3); in build_evenly_distributed_points()1498 p->g = dc_fixpt_div(p_last->g, dividers.divider3); in build_evenly_distributed_points()[all …]