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

  /external/chromium_org/third_party/mesa/src/src/glx/
pixelstore.c 35 # define __builtin_expect(x, y) x macro
54 if (__builtin_expect(dpy != NULL, 1)) {
indirect_vertex_program.c 34 # define __builtin_expect(x, y) x macro
72 if (__builtin_expect(dpy != NULL, 1)) {
single2.c 46 # define __builtin_expect(x, y) x macro
889 if (__builtin_expect((n >= 0) && (dpy != NULL), 1)) {
956 if (__builtin_expect((n >= 0) && (dpy != NULL), 1)) {
  /external/mesa3d/src/glx/
pixelstore.c 35 # define __builtin_expect(x, y) x macro
54 if (__builtin_expect(dpy != NULL, 1)) {
indirect_vertex_program.c 34 # define __builtin_expect(x, y) x macro
72 if (__builtin_expect(dpy != NULL, 1)) {
single2.c 46 # define __builtin_expect(x, y) x macro
889 if (__builtin_expect((n >= 0) && (dpy != NULL), 1)) {
956 if (__builtin_expect((n >= 0) && (dpy != NULL), 1)) {
  /external/e2fsprogs/intl/
loadinfo.h 42 # define __builtin_expect(expr, val) (expr) macro
gettextP.h 50 # define __builtin_expect(expr, val) (expr) macro
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
compiler.h 175 * __builtin_expect macros
178 # define __builtin_expect(x, y) (x) macro
183 # define likely(x) __builtin_expect(!!(x), 1)
184 # define unlikely(x) __builtin_expect(!!(x), 0)
  /external/mesa3d/src/mesa/main/
compiler.h 175 * __builtin_expect macros
178 # define __builtin_expect(x, y) (x) macro
183 # define likely(x) __builtin_expect(!!(x), 1)
184 # define unlikely(x) __builtin_expect(!!(x), 0)
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 56 # define __builtin_expect(x, y) x macro
189 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
201 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
213 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
225 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
237 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
249 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
261 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
273 if (__builtin_expect(gc->pc > gc->limit, 0)) { (void) __glXFlushRenderBuffer(gc, gc->pc); }
284 if (__builtin_expect(dpy != NULL, 1))
    [all...]

Completed in 2738 milliseconds