Home | History | Annotate | Download | only in tests

Lines Matching refs:p1

20 sort (gconstpointer p1, gconstpointer p2)
24 a = GPOINTER_TO_INT (p1);
47 gpointer p1, p2;
49 p1 = g_list_nth_data (list, i);
52 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
53 DEBUG_MSG (("list_sort #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
73 gpointer p1, p2;
75 p1 = g_list_nth_data (list, i);
78 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
79 DEBUG_MSG (("list_sort_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
98 gpointer p1, p2;
100 p1 = g_list_nth_data (list, i);
103 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
104 DEBUG_MSG (("list_insert_sorted #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));
126 gpointer p1, p2;
128 p1 = g_list_nth_data (list, i);
131 g_assert (GPOINTER_TO_INT (p1) <= GPOINTER_TO_INT (p2));
132 DEBUG_MSG (("list_insert_sorted_with_data #%3.3d ---> %d", i, GPOINTER_TO_INT (p1)));