Lines Matching full:converts
189 /* Converts the unsigned long integer <in> to its hex representation into
219 /* converts unsigned long <in> to an hex string using the static itoa_buffer
229 /* Converts the unsigned long integer <in> to its string representation into
260 /* Converts the signed long integer <in> to its string representation into
291 /* converts long integer <in> to a string using the static itoa_buffer and
301 /* converts long integer <in> to a string using the static itoa_buffer and
311 /* converts unsigned long integer <in> to a string using the static itoa_buffer
321 /* Converts the unsigned 64-bit integer <in> to its hex representation into
355 /* converts uint64_t <in> to an hex string using the static itoa_buffer and
365 /* Converts the unsigned 64-bit integer <in> to its string representation into
396 /* Converts the signed 64-bit integer <in> to its string representation into
417 /* converts int64_t <in> to a string using the static itoa_buffer and returns
427 /* converts uint64_t <in> to a string using the static itoa_buffer and returns