OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__string2_1bptr_p
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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/i686-linux-glibc2.7-4.6/sysroot/usr/include/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.7-4.6/sysroot/usr/include/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 1610 milliseconds