Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __mempcpy_args (0.34 sec)

  1. ci/official/containers/linux_arm64/builder.devtoolset/stringop_trunc.patch

    -#   else
    -#    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)))
    -#   endif
    -/* In glibc we use this function frequently but for namespace reasons
    -   we have to use the name `__mempcpy'.  */
    Others
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 42.9K bytes
    - Viewed (1)
Back to top