Searched refs:sc (Results 1 – 2 of 2) sorted by relevance
418 const char *sc; in strlen() local420 for (sc = s; *sc != '\0'; ++sc) in strlen()422 return sc - s; in strlen()430 const char *sc; in strnlen() local432 for (sc = s; count-- && *sc != '\0'; ++sc) in strnlen()434 return sc - s; in strnlen()485 const char *sc; in strpbrk() local487 for (sc = cs; *sc != '\0'; ++sc) { in strpbrk()488 if (strchr(ct, *sc)) in strpbrk()489 return (char *)sc; in strpbrk()
751 u64 *sc = buf + 5; in format_scalar_of_point() local753 fmul(sc, x, zmone); in format_scalar_of_point()754 format_fcontract(scalar, sc); in format_scalar_of_point()
Completed in 6 milliseconds