HomeSort by relevance Sort by last modified time
    Searched defs:ggl_unlikely (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/test/
egl.cpp 57 #define ggl_unlikely(EXP) (EXP) macro
80 if (ggl_unlikely(gEGLErrorKey == -1)) {
92 if (ggl_unlikely(gEGLErrorKey == -1))
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 109 #define ggl_unlikely(x) __builtin_expect(!!(x), 0) macro

Completed in 297 milliseconds