HomeSort by relevance Sort by last modified time
    Searched full:__predict_false (Results 1 - 7 of 7) sorted by null

  /bionic/libc/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 289 * to evaluate to true, and __predict_false() if you expect the
294 * * Generally, __predict_false() error condition checks (unless
311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
314 #define __predict_false(exp) (exp) macro

Completed in 2931 milliseconds