Searched refs:ggl_unlikely (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dfixed.cpp32 if (ggl_unlikely(a <= 2LU)) {
H A Dtrap.cpp774 if (ggl_unlikely(num_edges<2)) // for really tiny triangles that don't
974 if (ggl_unlikely(num_edges<2))
H A Dscanline.cpp404 if (ggl_unlikely(err)) {
1635 if (ggl_unlikely(enables & GGL_ENABLE_SMOOTH)) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h129 #define ggl_unlikely(x) __builtin_expect(!!(x), 0) macro

Completed in 70 milliseconds