Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dtest-sort.c7 int_cmp (const void *_a, const void *_b) in int_cmp() function
32 sort_list (&l, int_cmp); in main()
34 sort_list (&l, int_cmp); in main()
43 sort_list (&l, int_cmp); in main()
/third_party/openssl/test/
Dlhash_test.c43 static int int_cmp(const int *p, const int *q) in int_cmp() function
94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp); in test_int_lhash()
190 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp); in test_stress()