HomeSort by relevance Sort by last modified time
    Searched full:__builtin_expect (Results 251 - 275 of 370) sorted by null

<<1112131415

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-default.h 229 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
328 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 229 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
328 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-default.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-default.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-default.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
gthr-posix.h 248 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
318 if (__builtin_expect (__gthread_active_latest_value < 0, 0))
  /system/core/include/private/pixelflinger/
ggl_context.h 128 #define ggl_likely(x) __builtin_expect(!!(x), 1)
129 #define ggl_unlikely(x) __builtin_expect(!!(x), 0)
  /dalvik/vm/native/
java_lang_System.cpp 88 if (__builtin_expect((d < s) || ((size_t)(d - s) >= n), 1)) {
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 42 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 455 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 455 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 455 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 455 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
sso_string_base.h 455 if (__builtin_expect(__is_null_pointer(__beg) && __beg != __end, 0))
  /system/core/libpixelflinger/
buffer.cpp 66 if (__builtin_expect(dst->stride < 0, false)) {
  /bionic/libc/bionic/
pthread.c 59 #define __likely(cond) __builtin_expect(!!(cond), 1)
60 #define __unlikely(cond) __builtin_expect(!!(cond), 0)
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 93 #define __likely(cond) __builtin_expect(!!(cond), 1)
94 #define __unlikely(cond) __builtin_expect(!!(cond), 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 643 if (__builtin_expect (not_first_call, 0)) \
677 if (__builtin_expect (not_first_call, 0)) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 643 if (__builtin_expect (not_first_call, 0)) \
677 if (__builtin_expect (not_first_call, 0)) \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pthread.h 643 if (__builtin_expect (not_first_call, 0)) \
677 if (__builtin_expect (not_first_call, 0)) \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 497 /* __builtin_expect is in gcc 3.0, and not in 2.95. */
499 #define __GMP_LIKELY(cond) __builtin_expect ((cond) != 0, 1)
500 #define __GMP_UNLIKELY(cond) __builtin_expect ((cond) != 0, 0)
    [all...]

Completed in 959 milliseconds

<<1112131415