Searched refs:longest_name (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/src/ |
H A D | nm.c | 726 GElf_SymX *syms, size_t nsyms, int longest_name, in show_symbols_sysv() 772 longest_name, sgettext ("sysv|Name"), in show_symbols_sysv() 860 longest_name, symstr, addressbuf, bind, in show_symbols_sysv() 1344 int longest_name = 4; in show_symbols() local 1383 longest_name = MAX ((size_t) longest_name, strlen (symstr)); in show_symbols() 1489 longest_name, longest_where); in show_symbols() 725 show_symbols_sysv(Ebl *ebl, GElf_Word strndx, const char *fullname, GElf_SymX *syms, size_t nsyms, int longest_name, int longest_where) show_symbols_sysv() argument
|
/third_party/benchmark/tools/gbench/ |
H A D | report.py | 74 longest_name = 1 76 if len(bc['name']) > longest_name: 77 longest_name = len(bc['name']) 78 return longest_name
|
Completed in 4 milliseconds