Lines Matching full:converts
194 /* Converts the unsigned long integer <in> to its hex representation into
224 /* converts unsigned long <in> to an hex string using the static itoa_buffer
234 /* Converts the unsigned long integer <in> to its string representation into
265 /* Converts the signed long integer <in> to its string representation into
296 /* converts long integer <in> to a string using the static itoa_buffer and
306 /* converts long integer <in> to a string using the static itoa_buffer and
316 /* converts unsigned long integer <in> to a string using the static itoa_buffer
326 /* Converts the unsigned 64-bit integer <in> to its hex representation into
360 /* converts uint64_t <in> to an hex string using the static itoa_buffer and
370 /* Converts the unsigned 64-bit integer <in> to its string representation into
401 /* Converts the signed 64-bit integer <in> to its string representation into
422 /* converts int64_t <in> to a string using the static itoa_buffer and returns
432 /* converts uint64_t <in> to a string using the static itoa_buffer and returns