Searched refs:c32 (Results 1 – 2 of 2) sorted by relevance
49 *(u32*)(s + 0) = c32; in memset()50 *(u32*)(s + n - 4) = c32; in memset()53 *(u32*)(s + 4) = c32; in memset()54 *(u32*)(s + 8) = c32; in memset()55 *(u32*)(s + n - 12) = c32; in memset()56 *(u32*)(s + n - 8) = c32; in memset()59 *(u32*)(s + 12) = c32; in memset()60 *(u32*)(s + 16) = c32; in memset()61 *(u32*)(s + 20) = c32; in memset()62 *(u32*)(s + 24) = c32; in memset()[all …]
4 size_t c32rtomb(char* restrict s, char32_t c32, mbstate_t* restrict ps) { in c32rtomb() argument5 return wcrtomb(s, c32, ps); in c32rtomb()
Completed in 3 milliseconds