Home
last modified time | relevance | path

Searched refs:step (Results 1 – 2 of 2) sorted by relevance

/kernel/lib/counters/
A Dcounters.cpp55 size_t step; in upper_bound() local
59 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()
/kernel/lib/gfx/
A Dgfx.cpp695 uint step = surface->height * 100 / 256; in gfx_draw_rgb_bars() local
701 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