Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddemangle-rust-v0.c504 size_t escaped_len = 2; in char_to_string() local
529 escaped_len = hexlen; in char_to_string()
533 escaped_len = 1; in char_to_string()
538 return escaped_len; in char_to_string()
588 size_t escaped_len = char_to_string(ch, '"', first, &escaped_buf); in nibbles_to_string() local
590 if (cur_out_len < escaped_len) { in nibbles_to_string()
593 memcpy(out, escaped_buf, escaped_len); in nibbles_to_string()
594 out += escaped_len; in nibbles_to_string()
595 cur_out_len -= escaped_len; in nibbles_to_string()

Completed in 7 milliseconds