Lines Matching full:converts
193 /* Converts the unsigned long integer <in> to its hex representation into
223 /* converts unsigned long <in> to an hex string using the static itoa_buffer
233 /* Converts the unsigned long integer <in> to its string representation into
264 /* Converts the signed long integer <in> to its string representation into
295 /* converts long integer <in> to a string using the static itoa_buffer and
305 /* converts long integer <in> to a string using the static itoa_buffer and
315 /* converts unsigned long integer <in> to a string using the static itoa_buffer
325 /* Converts the unsigned 64-bit integer <in> to its hex representation into
359 /* converts uint64_t <in> to an hex string using the static itoa_buffer and
369 /* Converts the unsigned 64-bit integer <in> to its string representation into
400 /* Converts the signed 64-bit integer <in> to its string representation into
421 /* converts int64_t <in> to a string using the static itoa_buffer and returns
431 /* converts uint64_t <in> to a string using the static itoa_buffer and returns