Searched defs:last_fb (Results 1 - 1 of 1) sorted by relevance

/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp859 size_t first_fb = 0, last_fb = 0; local
888 last_fb = i;
896 for (size_t i = first_fb; i < last_fb; i++)
970 first_fb = last_fb = i;
975 last_fb = max(i, last_fb);
994 for (size_t i = first_fb; i < last_fb; i++)

Completed in 38 milliseconds