Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __builtin_strchr (0.07 sec)

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

    -	  && (!__string2_1bptr_p (s2) || __s2_len >= 4))		      \
    -      ? __builtin_strcmp (s1, s2)					      \
    -      : (__builtin_constant_p (s1) && __string2_1bptr_p (s1)		      \
    -	 && (__s1_len = strlen (s1), __s1_len < 4)			      \
    -	 ? (__builtin_constant_p (s2) && __string2_1bptr_p (s2)		      \
    -	    ? __builtin_strcmp (s1, s2)					      \
    -	    : __strcmp_cg (s1, s2, __s1_len))				      \
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Nov 11 19:25:56 UTC 2024
    - 42.9K bytes
    - Viewed (0)
Back to top