Searched refs:usedsize (Results 1 – 1 of 1) sorted by relevance
18 uint32_t usedsize = 1; in Uint64ToString() local38 if (++usedsize > bufsize) in Uint64ToString()43 while (usedsize <= zero_pad_width) { in Uint64ToString()45 if (++usedsize > bufsize) in Uint64ToString()50 Memcpy(buf, s, usedsize); in Uint64ToString()53 return usedsize - 1; in Uint64ToString()