Searched refs:bot (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dtzstrftime.c425 int bot; local
435 bot = ((yday + 11 - wday) %
441 top = bot -
451 if (yday >= bot) {
452 w = 1 + ((yday - bot) /
/system/core/libpixelflinger/
H A Dtrap.cpp642 ALOGI( " top=%d (%.3f) bot=%d (%.3f) x=%d (%.3f) ix=%d (%.3f)",
671 const GGLfixed* bot = p2; local
674 if (top[1] > bot[1]) {
675 swap(top, bot);
679 int y2 = bot[1] | 1;
695 const int dx = bot[0] - x1;
861 const GGLfixed* bot = p2; local
864 if (top[1] > bot[1])
865 swap(top, bot);
868 int y2 = bot[
[all...]

Completed in 6 milliseconds