Searched refs:l2 (Results 1 – 3 of 3) sorted by relevance
/tools/vm/ |
D | page_owner_sort.c | 49 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() local 51 return strcmp(l1->txt, l2->txt); in compare_txt() 56 const struct block_list *l1 = p1, *l2 = p2; in compare_num() local 58 return l2->num - l1->num; in compare_num()
|
/tools/perf/util/ |
D | help-unknown-cmd.c | 28 int l2 = (*c2)->len; in levenshtein_compare() local 29 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
|
/tools/testing/selftests/bpf/ |
D | test_lpm_map.c | 172 struct tlpm_node *t1, *t2, *l1 = NULL, *l2 = NULL; in test_lpm_order() local 188 l2 = tlpm_add(l2, t1->key, t1->n_bits); in test_lpm_order() 194 t2 = tlpm_match(l2, key, 16); in test_lpm_order() 206 tlpm_clear(l2); in test_lpm_order()
|