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

1 2 3 4

  /bionic/libc/bionic/
getpid.cpp 40 if (__predict_true(self->get_cached_pid(&cached_pid))) {
pthread_once.cpp 52 if (__predict_true((*once_control_ptr & ONCE_COMPLETED) != 0)) {
pthread_mutex.cpp 267 if (__predict_true(attr == NULL)) {
430 if (__predict_true(__bionic_cmpxchg(mvalue, newval, &mutex->value) == 0)) {
456 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) {
538 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) {
555 if (__predict_true(__bionic_cmpxchg(mvalue, newval, &mutex->value) == 0)) {
590 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) )
614 if (__predict_true(__bionic_cmpxchg(mtype, mvalue, &mutex->value) == 0)) {
630 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) {
666 if (__predict_true(__bionic_cmpxchg(mtype, mvalue, &mutex->value) == 0)) {
pthread_rwlock.cpp 147 if (__predict_true(cur_state >= 0)) {
180 if (__predict_true(cur_state == 0)) {
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 288 * compiler feature. Use __predict_true() if you expect the expression
296 * document it), and/or __predict_true() `no-error' condition
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
313 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 288 * compiler feature. Use __predict_true() if you expect the expression
296 * document it), and/or __predict_true() `no-error' condition
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
313 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
cdefs.h 288 * compiler feature. Use __predict_true() if you expect the expression
296 * document it), and/or __predict_true() `no-error' condition
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
313 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
cdefs.h 288 * compiler feature. Use __predict_true() if you expect the expression
296 * document it), and/or __predict_true() `no-error' condition
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
313 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
cdefs.h 288 * compiler feature. Use __predict_true() if you expect the expression
296 * document it), and/or __predict_true() `no-error' condition
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
313 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
cdefs.h 288 * compiler feature. Use __predict_true() if you expect the expression
296 * document it), and/or __predict_true() `no-error' condition
310 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
313 #define __predict_true(exp) (exp) macro
  /bionic/libc/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 308 * compiler feature. Use __predict_true() if you expect the expression
316 * document it), and/or __predict_true() `no-error' condition
330 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
333 #define __predict_true(exp) (exp) macro
  /development/ndk/platforms/android-9/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /development/ndk/platforms/android-L/include/sys/
cdefs.h 302 * compiler feature. Use __predict_true() if you expect the expression
310 * document it), and/or __predict_true() `no-error' condition
324 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
327 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 283 * compiler feature. Use __predict_true() if you expect the expression
291 * document it), and/or __predict_true() `no-error' condition
305 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
308 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 283 * compiler feature. Use __predict_true() if you expect the expression
291 * document it), and/or __predict_true() `no-error' condition
305 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
308 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 283 * compiler feature. Use __predict_true() if you expect the expression
291 * document it), and/or __predict_true() `no-error' condition
305 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
308 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 277 * compiler feature. Use __predict_true() if you expect the expression
285 * document it), and/or __predict_true() `no-error' condition
299 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
302 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
cdefs.h 283 * compiler feature. Use __predict_true() if you expect the expression
291 * document it), and/or __predict_true() `no-error' condition
305 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
308 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
cdefs.h 283 * compiler feature. Use __predict_true() if you expect the expression
291 * document it), and/or __predict_true() `no-error' condition
305 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
308 #define __predict_true(exp) (exp) macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
cdefs.h 283 * compiler feature. Use __predict_true() if you expect the expression
291 * document it), and/or __predict_true() `no-error' condition
305 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
308 #define __predict_true(exp) (exp) macro

Completed in 1713 milliseconds

1 2 3 4