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

1 2 3 4

  /development/ndk/platforms/android-3/include/sys/
cdefs.h 309 * to evaluate to true, and __predict_false() if you expect the
314 * * Generally, __predict_false() error condition checks (unless
331 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
334 #define __predict_false(exp) (exp) macro
  /development/ndk/platforms/android-9/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/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/5/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/5/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/6/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/6/platforms/android-3/arch-x86/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/6/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/6/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/7/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/7/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/7/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/7/platforms/android-3/arch-x86/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/7/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/7/platforms/android-4/arch-x86/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/7/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/7/platforms/android-5/arch-x86/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/7/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/7/platforms/android-8/arch-x86/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/7/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

Completed in 1482 milliseconds

1 2 3 4