Searched refs:__predict_false (Results 1 - 25 of 41) sorted by relevance

12

/bionic/libc/bionic/
H A D__FD_chk.cpp34 if (__predict_false(fd < 0)) {
37 if (__predict_false(fd >= FD_SETSIZE)) {
40 if (__predict_false(set_size < sizeof(fd_set))) {
47 if (__predict_false(fd < 0)) {
50 if (__predict_false(fd >= FD_SETSIZE)) {
53 if (__predict_false(set_size < sizeof(fd_set))) {
60 if (__predict_false(fd < 0)) {
63 if (__predict_false(fd >= FD_SETSIZE)) {
66 if (__predict_false(set_size < sizeof(fd_set))) {
H A D__pread64_chk.cpp34 if (__predict_false(count > buf_size)) {
38 if (__predict_false(count > SSIZE_MAX)) {
H A D__pread_chk.cpp34 if (__predict_false(count > buf_size)) {
38 if (__predict_false(count > SSIZE_MAX)) {
H A D__pwrite64_chk.cpp35 if (__predict_false(count > buf_size)) {
39 if (__predict_false(count > SSIZE_MAX)) {
H A D__pwrite_chk.cpp35 if (__predict_false(count > buf_size)) {
39 if (__predict_false(count > SSIZE_MAX)) {
H A D__read_chk.cpp34 if (__predict_false(count > buf_size)) {
38 if (__predict_false(count > SSIZE_MAX)) {
H A D__readlink_chk.cpp34 if (__predict_false(size > buf_size)) {
38 if (__predict_false(size > SSIZE_MAX)) {
H A D__readlinkat_chk.cpp34 if (__predict_false(size > buf_size)) {
38 if (__predict_false(size > SSIZE_MAX)) {
H A D__write_chk.cpp34 if (__predict_false(count > buf_size)) {
38 if (__predict_false(count > SSIZE_MAX)) {
H A D__getcwd_chk.cpp35 if (__predict_false(len > buflen)) {
H A D__memchr_chk.cpp34 if (__predict_false(n > buf_size)) {
H A D__memrchr_chk.cpp34 if (__predict_false(n > buf_size)) {
H A D__strchr_chk.cpp35 if (__predict_false(s_len == 0)) {
H A D__strlen_chk.cpp61 if (__predict_false(ret >= s_len)) {
H A D__umask_chk.cpp46 if (__predict_false((mode & 0777) != mode)) {
H A D__fread_chk.cpp37 if (__predict_false(__size_mul_overflow(size, count, &total))) {
42 if (__predict_false(total > buf_size)) {
H A D__fwrite_chk.cpp37 if (__predict_false(__size_mul_overflow(size, count, &total))) {
42 if (__predict_false(total > buf_size)) {
H A D__stpncpy_chk.cpp48 if (__predict_false(len > dest_len)) {
67 if (__predict_false(n > dest_len)) {
86 if (__predict_false(s_copy_len > src_len)) {
H A D__strncpy_chk.cpp48 if (__predict_false(len > dest_len)) {
67 if (__predict_false(n > dest_len)) {
86 if (__predict_false(s_copy_len > src_len)) {
H A D__poll_chk.cpp34 if (__predict_false(fds_size / sizeof(*fds) < fd_count)) {
41 if (__predict_false(fds_size / sizeof(*fds) < fd_count)) {
H A D__memcpy_chk.cpp47 if (__predict_false(copy_amount > dest_len)) {
H A D__memmove_chk.cpp48 if (__predict_false(len > dest_len)) {
H A D__memset_chk.cpp47 if (__predict_false(n > dest_len)) {
H A D__recvfrom_chk.cpp38 if (__predict_false(len > buflen)) {
H A D__stpcpy_chk.cpp49 if (__predict_false(src_len > dest_len)) {

Completed in 5717 milliseconds

12