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

  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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 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-3/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
  /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

Completed in 120 milliseconds