Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __mempcpy_small (0.17 sec)

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

    -#    endif
    -__STRING_INLINE void *__mempcpy_small (void *, char, char, char, char,
    -				       __uint16_t, __uint16_t, __uint32_t,
    -				       __uint32_t, size_t);
    +#if defined _FORCE_INLINES
    +# if _STRING_ARCH_unaligned
     __STRING_INLINE void *
     __mempcpy_small (void *__dest1,
     		 char __src0_1, char __src2_1, char __src4_1, char __src6_1,
    @@ -298,44 +139,7 @@ __mempcpy_small (void *__dest1,
         }
       return (void *) __u;
    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