Searched refs:c3 (Results 1 – 2 of 2) sorted by relevance
64 unsigned int c0, c1, c2, c3; in STRSPN() local70 c3 = p[s[3]]; in STRSPN()71 } while ((c0 & c1 & c2 & c3) != 0); in STRSPN()
58 unsigned int c0, c1, c2, c3; in STRCSPN() local65 c3 = p[s[3]]; in STRCSPN()67 while ((c0 | c1 | c2 | c3) == 0); in STRCSPN()
Completed in 5 milliseconds