HomeSort by relevance Sort by last modified time
    Searched refs:__predict_false (Results 51 - 75 of 96) sorted by null

1 23 4

  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 284 * to evaluate to true, and __predict_false() if you expect the
289 * * Generally, __predict_false() error condition checks (unless
306 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
309 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 284 * to evaluate to true, and __predict_false() if you expect the
289 * * Generally, __predict_false() error condition checks (unless
306 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
309 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 284 * to evaluate to true, and __predict_false() if you expect the
289 * * Generally, __predict_false() error condition checks (unless
306 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
309 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 284 * to evaluate to true, and __predict_false() if you expect the
289 * * Generally, __predict_false() error condition checks (unless
306 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
309 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/sys/
cdefs.h 278 * to evaluate to true, and __predict_false() if you expect the
283 * * Generally, __predict_false() error condition checks (unless
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
303 #define __predict_false(exp) (exp) macro

Completed in 1958 milliseconds

1 23 4