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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 93 #define __string2_1bptr_p(__x) \ macro
211 && __string2_1bptr_p (src) && n <= 8 \
217 && __string2_1bptr_p (src) && n <= 8 \
416 ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
581 ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
589 ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
805 (!__string2_1bptr_p (s1) || __s1_len >= 4) \
806 && (!__string2_1bptr_p (s2) || __s2_len >= 4)) \
808 : (__builtin_constant_p (s1) && __string2_1bptr_p (s1) \
810 ? (__builtin_constant_p (s2) && __string2_1bptr_p (s2)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 93 #define __string2_1bptr_p(__x) \ macro
211 && __string2_1bptr_p (src) && n <= 8 \
217 && __string2_1bptr_p (src) && n <= 8 \
416 ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
581 ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
589 ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
805 (!__string2_1bptr_p (s1) || __s1_len >= 4) \
806 && (!__string2_1bptr_p (s2) || __s2_len >= 4)) \
808 : (__builtin_constant_p (s1) && __string2_1bptr_p (s1) \
810 ? (__builtin_constant_p (s2) && __string2_1bptr_p (s2)
    [all...]
  /external/clang/INPUTS/
stpcpy-test.c 3 #define __stpcpy(dest, src) (__extension__ (__builtin_constant_p (src) ? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 ? __stpcpy_small (dest, __stpcpy_args (src), strlen (src) + 1) : ((char *) __mempcpy (dest, src, strlen (src) + 1) - 1)) : __stpcpy (dest, src)))
7 #define __mempcpy(dest, src, n) (__extension__ (__builtin_constant_p (src) && __builtin_constant_p (n) && __string2_1bptr_p (src) && n <= 8 ? __mempcpy_small (dest, __mempcpy_args (src), n) : __mempcpy (dest, src, n)))

Completed in 85 milliseconds