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

1 2 3

  /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/bionic/
pthread-timers.c 343 if (__predict_true(evp == NULL || evp->sigev_notify != SIGEV_THREAD)) {
409 if ( __predict_true(!TIMER_ID_IS_WRAPPED(id)) )
471 if ( __predict_true(!TIMER_ID_IS_WRAPPED(id)) ) {
499 if ( __predict_true(!TIMER_ID_IS_WRAPPED(id)) ) {
543 if ( __predict_true(!TIMER_ID_IS_WRAPPED(id)) ) {
pthread.c 402 if (__predict_true(attr == NULL)) {
568 if (__predict_true(__bionic_cmpxchg(mvalue, newval, &mutex->value) == 0)) {
593 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) ) {
687 if (__predict_true(mtype == MUTEX_TYPE_BITS_NORMAL)) {
704 if (__predict_true(__bionic_cmpxchg(mvalue, newval, &mutex->value) == 0)) {
754 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) )
778 if (__predict_true(__bionic_cmpxchg(mtype, mvalue, &mutex->value) == 0)) {
852 if ( __predict_true(mtype == MUTEX_TYPE_BITS_NORMAL) )
889 if (__predict_true(__bionic_cmpxchg(mtype, mvalue, &mutex->value) == 0)) {
    [all...]
  /bionic/libc/include/sys/
cdefs.h 284 * compiler feature. Use __predict_true() if you expect the expression
292 * document it), and/or __predict_true() `no-error' condition
306 #define __predict_true(exp) __builtin_expect((exp) != 0, 1) macro
309 #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
  /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
  /prebuilts/ndk/7/platforms/android-4/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-5/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-5/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

Completed in 2391 milliseconds

1 2 3