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

  /external/bluetooth/glib/glib/
garray.c 145 g_array_prepend_vals (GArray *farray, function
662 g_array_prepend_vals ((GArray*) array, (guint8*)data, len);
galias.h 26 extern __typeof (g_array_prepend_vals) IA__g_array_prepend_vals __attribute((visibility("hidden")));
27 #define g_array_prepend_vals IA__g_array_prepend_vals macro
    [all...]
galiasdef.c 29 #undef g_array_prepend_vals macro
30 extern __typeof (g_array_prepend_vals) g_array_prepend_vals __attribute((alias("IA__g_array_prepend_vals"), visibility("default")));
    [all...]

Completed in 16 milliseconds