/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
|
/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
|
/prebuilt/ndk/android-ndk-r5/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
|
/prebuilt/ndk/android-ndk-r5/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
|
/prebuilt/ndk/android-ndk-r6/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
|
/prebuilt/ndk/android-ndk-r6/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
|
/prebuilt/ndk/android-ndk-r6/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
|
/prebuilt/ndk/android-ndk-r6/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
|