Searched refs:n2 (Results 1 – 2 of 2) sorted by relevance
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 688 n2 = len(long_name) 690 fmt = "!hiqiqi" + str(n1) + "si" + str(n2) + "si" + str(n3) + "s" 691 value = struct.pack(fmt, 5, 8, dso_id, 8, machine_id, n1, short_name, n2, long_name, n3, build_id)
|
/tools/vm/ |
D | slabinfo.c | 1064 char *n1, *n2; in sort_aliases() local 1067 n2 = a2->name; in sort_aliases() 1070 n2 = a2->ref; in sort_aliases() 1072 if (strcasecmp(n1, n2) > 0) { in sort_aliases()
|