Home
last modified time | relevance | path

Searched refs:g_nearest_pow (Results 1 – 4 of 4) sorted by relevance

/third_party/glib/gio/
Dgmemoryoutputstream.c600 g_nearest_pow (gsize num) in g_nearest_pow() function
643 new_size = g_nearest_pow (priv->pos + count); in g_memory_output_stream_write()
Dgdbusmessage.c216 g_nearest_pow (gsize num) in g_nearest_pow() function
271 new_size = g_nearest_pow (mbuf->pos + count); in g_memory_buffer_write()
/third_party/glib/glib/
Dgarray.c162 static guint g_nearest_pow (guint num) G_GNUC_CONST;
952 g_nearest_pow (guint num) in g_nearest_pow() function
985 want_alloc = g_nearest_pow (want_alloc); in g_array_maybe_expand()
1502 array->alloc = g_nearest_pow (array->len + len); in g_ptr_array_maybe_expand()
/third_party/glib/
DNEWS1472 - #83 Optimisation for g_nearest_pow() in garray.c