Searched refs:g_nearest_pow (Results 1 – 4 of 4) sorted by relevance
600 g_nearest_pow (gsize num) in g_nearest_pow() function643 new_size = g_nearest_pow (priv->pos + count); in g_memory_output_stream_write()
216 g_nearest_pow (gsize num) in g_nearest_pow() function271 new_size = g_nearest_pow (mbuf->pos + count); in g_memory_buffer_write()
162 static guint g_nearest_pow (guint num) G_GNUC_CONST;952 g_nearest_pow (guint num) in g_nearest_pow() function985 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()
1472 - #83 Optimisation for g_nearest_pow() in garray.c