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

  /external/clang/INPUTS/
stpcpy-test.c 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)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
string2.h 218 ? __mempcpy_small (dest, __mempcpy_args (src), n) \
237 __STRING_INLINE void *__mempcpy_small (void *, char, char, char, char,
241 __mempcpy_small (void *__dest1, function
333 __STRING_INLINE void *__mempcpy_small (void *, char, __STRING2_COPY_ARR2,
341 __mempcpy_small (void *__dest, char __src1, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
string2.h 218 ? __mempcpy_small (dest, __mempcpy_args (src), n) \
237 __STRING_INLINE void *__mempcpy_small (void *, char, char, char, char,
241 __mempcpy_small (void *__dest1, function
333 __STRING_INLINE void *__mempcpy_small (void *, char, __STRING2_COPY_ARR2,
341 __mempcpy_small (void *__dest, char __src1, function
    [all...]

Completed in 53 milliseconds