HomeSort by relevance Sort by last modified time
    Searched full:__builtin_expect (Results 226 - 250 of 503) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1)
300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 229 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
300 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 229 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
300 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 229 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
300 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 229 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
300 if (__builtin_expect (__gthread_active_latest_value < 0, 0))

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>