Searched refs:print_result (Results 1 – 1 of 1) sorted by relevance
/scripts/ |
D | bloat-o-meter | 77 def print_result(symboltype, symbolformat, argc): function 94 print_result("Function", "tT", 3) 95 print_result("Data", "dDbB", 3) 96 print_result("RO Data", "rR", 3) 98 print_result("Data", "dDbBrR", 3) 100 print_result("Function", "tT", 3) 102 print_result("Function", "tTdDbBrR", 2)
|