Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c164 int lower_bound, upper_bound; in isOrientationAngleAcceptable() local
177 lower_bound = rotation * 90 - 45 in isOrientationAngleAcceptable()
181 && (orientation_angle < lower_bound + 360)) { in isOrientationAngleAcceptable()
185 if (orientation_angle < lower_bound) { in isOrientationAngleAcceptable()
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DIndexRangeCache.cpp61 mIndexRangeCache.lower_bound( in invalidateRange()