HomeSort by relevance Sort by last modified time
    Searched full:__predict_true (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro

Completed in 319 milliseconds

1 23