Home
last modified time | relevance | path

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

/tools/perf/util/
A Ddemangle-rust-v0.c299 #define SMALL_PUNYCODE_LEN 128 macro
301 … const char *punycode_start, size_t punycode_len, uint32_t (*out_)[SMALL_PUNYCODE_LEN], size_t *ou… in punycode_decode() argument
308 if (ascii_len > SMALL_PUNYCODE_LEN) { in punycode_decode()
366 if (len > SMALL_PUNYCODE_LEN) { in punycode_decode()
403 uint32_t outbuf[SMALL_PUNYCODE_LEN]; in display_ident()

Completed in 6 milliseconds