Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddemangle-rust-v0.c563 size_t conv_buf_len = 0; in nibbles_to_string() local
564 while (len > 1 || conv_buf_len > 0) { in nibbles_to_string()
565 while (len > 1 && conv_buf_len < sizeof(conv_buf)) { in nibbles_to_string()
566 if (!dinibble2int(buf, &conv_buf[conv_buf_len])) { in nibbles_to_string()
569 conv_buf_len++; in nibbles_to_string()
577 if (consumed > conv_buf_len) { in nibbles_to_string()
584 memmove(conv_buf, conv_buf+consumed, conv_buf_len-consumed); in nibbles_to_string()
585 conv_buf_len -= consumed; in nibbles_to_string()

Completed in 6 milliseconds