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

  /external/bluetooth/glib/glib/
garray.c 69 static gint g_nearest_pow (gint num) G_GNUC_CONST;
317 g_nearest_pow (gint num) function
336 want_alloc = g_nearest_pow (want_alloc);
412 array->alloc = g_nearest_pow (array->len + len);
  /external/bluetooth/glib/gio/
gmemoryoutputstream.c 358 g_nearest_pow (gint num) function
390 new_size = g_nearest_pow (priv->pos + count);

Completed in 147 milliseconds