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

  /external/bluetooth/glib/glib/
garray.h 66 #define g_array_prepend_val(a,v) g_array_prepend_vals (a, &(v), 1) macro
  /external/bluetooth/glib/tests/
testglib.c 1021 g_array_prepend_val (garray, i);
    [all...]

Completed in 19 milliseconds