HomeSort by relevance Sort by last modified time
    Searched defs:g_array_sort_with_data (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
garray.c 300 g_array_sort_with_data (GArray *farray, function
715 g_array_sort_with_data ((GArray *) array, compare_func, user_data);
galias.h 47 extern __typeof (g_array_sort_with_data) IA__g_array_sort_with_data __attribute((visibility("hidden")));
48 #define g_array_sort_with_data IA__g_array_sort_with_data macro
    [all...]
galiasdef.c 50 #undef g_array_sort_with_data macro
51 extern __typeof (g_array_sort_with_data) g_array_sort_with_data __attribute((alias("IA__g_array_sort_with_data"), visibility("default")));
    [all...]

Completed in 64 milliseconds