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

1 2 34

  /prebuilts/ndk/9/platforms/android-17/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-17/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-17/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-18/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-18/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-18/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-19/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-19/arch-arm64/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/9/platforms/android-19/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-19/arch-mips64/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/9/platforms/android-19/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-19/arch-x86_64/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/9/platforms/android-3/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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
  /prebuilts/ndk/9/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/9/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/9/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
  /bionic/libc/bionic/
system_properties.cpp 595 if (__predict_false(compat_mode)) {
603 if (__predict_false(compat_mode)) {
732 if (__predict_false(compat_mode)) {
pthread_mutex.cpp 497 if (__predict_false(__bionic_cmpxchg(mvalue, newval, &mutex->value) != 0)) {
509 if (__predict_false(__bionic_cmpxchg(mvalue, newval, &mutex->value) != 0)) {

Completed in 1701 milliseconds

1 2 34