HomeSort by relevance Sort by last modified time
    Searched defs:__predict_false (Results 1 - 25 of 54) sorted by null

1 2 3

  /bionic/libc/include/sys/
cdefs.h 187 * to evaluate to true, and __predict_false() if you expect the
192 * * Generally, __predict_false() error condition checks (unless
208 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro

Completed in 656 milliseconds

1 2 3