Lines Matching refs:p1
20 sort (gconstpointer p1, gconstpointer p2)
24 a = GPOINTER_TO_INT (p1);
47 gpointer p1, p2;
49 p1 = g_slist_nth_data (slist, i);
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
53 DEBUG_MSG (("slist_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
71 gpointer p1, p2;
73 p1 = g_slist_nth_data (slist, i);
76 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
77 DEBUG_MSG (("slist_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
94 gpointer p1, p2;
96 p1 = g_slist_nth_data (slist, i);
99 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
100 DEBUG_MSG (("slist_insert_sorted #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
120 gpointer p1, p2;
122 p1 = g_slist_nth_data (slist, i);
125 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
126 DEBUG_MSG (("slist_insert_sorted_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));