HomeSort by relevance Sort by last modified time
    Searched full:__predict_false (Results 26 - 50 of 95) sorted by null

12 3 4

  /bionic/libc/bionic/
__strcat_chk.cpp 54 if (__predict_false(dest_buf_size == 0)) {
__strchr_chk.cpp 35 if (__predict_false(s_len == 0)) {
__strcpy_chk.cpp 49 if (__predict_false(src_len > dest_len)) {
__strlcat_chk.cpp 49 if (__predict_false(supplied_size > dest_len_from_compiler)) {
__strlcpy_chk.cpp 49 if (__predict_false(supplied_size > dest_len_from_compiler)) {
__umask_chk.cpp 46 if (__predict_false((mode & 0777) != mode)) {
pthread_key.cpp 137 if (__predict_false(!KeyInValidRange(key))) {
152 if (__predict_false(!KeyInValidRange(key))) {
170 if (__predict_false(!KeyInValidRange(key))) {
__strlen_chk.cpp 61 if (__predict_false(ret >= s_len)) {
__strncat_chk.cpp 58 if (__predict_false(dest_buf_size == 0)) {
__vsnprintf_chk.cpp 49 if (__predict_false(supplied_size > dest_len_from_compiler)) {
open.cpp 66 if (__predict_false((flags & O_CREAT) != 0)) {
  /bionic/libc/private/
bionic_futex.h 49 if (__predict_false(result == -1)) {
  /system/core/toolbox/upstream-netbsd/lib/libc/string/
swab.c 65 if (__predict_false(len == 1)) {
  /bionic/libc/include/sys/
cdefs.h 187 * to evaluate to true, and __predict_false() if you expect the
192 * * Generally, __predict_false() error condition checks (unless
208 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
  /development/ndk/platforms/android-21/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /development/ndk/platforms/android-3/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 303 * to evaluate to true, and __predict_false() if you expect the
308 * * Generally, __predict_false() error condition checks (unless
325 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
328 #define __predict_false(exp) (exp) macro

Completed in 1394 milliseconds

12 3 4