/bionic/libc/bionic/ |
__memmove_chk.cpp | 47 if (__predict_false(len > dest_len)) {
|
__memset_chk.cpp | 45 if (__predict_false(n > dest_len)) {
|
__strchr_chk.cpp | 35 if (__predict_false(s_len == 0)) {
|
__strlcat_chk.cpp | 48 if (__predict_false(supplied_size > dest_len_from_compiler)) {
|
__strlcpy_chk.cpp | 48 if (__predict_false(supplied_size > dest_len_from_compiler)) {
|
__strlen_chk.cpp | 59 if (__predict_false(ret >= s_len)) {
|
__strncpy_chk.cpp | 47 if (__predict_false(len > dest_len)) {
|
__umask_chk.cpp | 45 if (__predict_false((mode & 0777) != mode)) {
|
__memcpy_chk.cpp | 48 if (__predict_false(copy_amount > dest_len)) {
|
__strcat_chk.cpp | 57 if (__predict_false(dest_buf_size == 0)) {
|
__strcpy_chk.cpp | 47 if (__predict_false(src_len > dest_len)) {
|
__strncat_chk.cpp | 61 if (__predict_false(dest_buf_size == 0)) {
|
__vsnprintf_chk.cpp | 53 if (__predict_false(supplied_size > dest_len_from_compiler)) {
|
open.c | 55 if (__predict_false(flags & O_CREAT)) {
|
pthread-rwlocks.c | 212 if (__predict_false(!read_precondition(rwlock, __get_thread()->tid))) 230 if (__predict_false(!read_precondition(rwlock, tid))) { 260 if (__predict_false(!write_precondition(rwlock, tid))) { 279 if (__predict_false(!write_precondition(rwlock, tid))) {
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
cdefs.h | 289 * to evaluate to true, and __predict_false() if you expect the 294 * * Generally, __predict_false() error condition checks (unless 311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 314 #define __predict_false(exp) (exp) macro
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
cdefs.h | 289 * to evaluate to true, and __predict_false() if you expect the 294 * * Generally, __predict_false() error condition checks (unless 311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 314 #define __predict_false(exp) (exp) macro
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
cdefs.h | 289 * to evaluate to true, and __predict_false() if you expect the 294 * * Generally, __predict_false() error condition checks (unless 311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 314 #define __predict_false(exp) (exp) macro
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
cdefs.h | 289 * to evaluate to true, and __predict_false() if you expect the 294 * * Generally, __predict_false() error condition checks (unless 311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 314 #define __predict_false(exp) (exp) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
cdefs.h | 289 * to evaluate to true, and __predict_false() if you expect the 294 * * Generally, __predict_false() error condition checks (unless 311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 314 #define __predict_false(exp) (exp) macro
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
cdefs.h | 289 * to evaluate to true, and __predict_false() if you expect the 294 * * Generally, __predict_false() error condition checks (unless 311 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 314 #define __predict_false(exp) (exp) macro
|
/bionic/libc/include/sys/ |
cdefs.h | 285 * to evaluate to true, and __predict_false() if you expect the 290 * * Generally, __predict_false() error condition checks (unless 307 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 310 #define __predict_false(exp) (exp) macro
|
/development/ndk/platforms/android-3/include/sys/ |
cdefs.h | 309 * to evaluate to true, and __predict_false() if you expect the 314 * * Generally, __predict_false() error condition checks (unless 331 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 334 #define __predict_false(exp) (exp) macro
|
/development/ndk/platforms/android-9/include/sys/ |
cdefs.h | 278 * to evaluate to true, and __predict_false() if you expect the 283 * * Generally, __predict_false() error condition checks (unless 300 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 303 #define __predict_false(exp) (exp) macro
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/ |
cdefs.h | 284 * to evaluate to true, and __predict_false() if you expect the 289 * * Generally, __predict_false() error condition checks (unless 306 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro 309 #define __predict_false(exp) (exp) macro
|