Home
last modified time | relevance | path

Searched refs:hexlen (Results 1 – 1 of 1) sorted by relevance

/tools/perf/util/
A Ddemangle-rust-v0.c525 int hexlen = snprintf(escaped_buf, ESCAPED_SIZE, "\\u{%x}", (unsigned int)ch); in char_to_string() local
526 if (hexlen < 0) { in char_to_string()
529 escaped_len = hexlen; in char_to_string()

Completed in 6 milliseconds