HomeSort by relevance Sort by last modified time
    Searched refs:compare_int (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
SortTest.cpp 7 int compare_int(const void* a, const void* b) { function
38 SkQSort(array, count, sizeof(int), compare_int);
  /external/bluetooth/glib/tests/
queue-test.c 138 compare_int (gconstpointer a, gconstpointer b, gpointer data) function
353 g_queue_sort (q, compare_int, NULL);
482 g_queue_sort (q, compare_int, NULL);
563 g_queue_sort (q, compare_int, NULL);
565 g_queue_insert_sorted (q, GINT_TO_POINTER (max + 1), compare_int, NULL);
568 g_queue_insert_sorted (q, GINT_TO_POINTER (min - 1), compare_int, NULL);
896 g_queue_sort (q, compare_int, NULL);
899 g_queue_sort (q2, compare_int, NULL);

Completed in 942 milliseconds