Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddemangle-rust-v0.c550 size_t cur_out_len = 0; in nibbles_to_string() local
554 cur_out_len = *out_len; in nibbles_to_string()
555 if (cur_out_len == 0) { in nibbles_to_string()
559 cur_out_len--; in nibbles_to_string()
590 if (cur_out_len < escaped_len) { in nibbles_to_string()
595 cur_out_len -= escaped_len; in nibbles_to_string()
602 if (cur_out_len == 0) { in nibbles_to_string()
606 cur_out_len--; in nibbles_to_string()
607 *out_len -= cur_out_len; // subtract remaining space to get used space in nibbles_to_string()

Completed in 7 milliseconds