Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddemangle-rust-v0.c562 uint8_t conv_buf[4] = {0}; in nibbles_to_string() local
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()
576 size_t consumed = utf8_next_char(conv_buf, &ch); in nibbles_to_string()
584 memmove(conv_buf, conv_buf+consumed, conv_buf_len-consumed); in nibbles_to_string()

Completed in 7 milliseconds