Searched refs:step (Results 1 – 2 of 2) sorted by relevance
55 size_t step; in upper_bound() local59 step = count / 2; in upper_bound()60 it = first + step; in upper_bound()64 count -= step + 1; in upper_bound()66 count = step; in upper_bound()
695 uint step = surface->height * 100 / 256; in gfx_draw_rgb_bars() local701 color = y * 100 / step; in gfx_draw_rgb_bars()706 color = y * 100 / step; in gfx_draw_rgb_bars()711 color = y * 100 / step; in gfx_draw_rgb_bars()
Completed in 10 milliseconds