Home
last modified time | relevance | path

Searched refs:G_BSEARCH_ARRAY_ALIGN_POWER2 (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgbsearcharray.h42 G_BSEARCH_ARRAY_ALIGN_POWER2 = 1 << 0, /* align memory to power2 sizes */ enumerator
130 if (bconfig->flags & G_BSEARCH_ARRAY_ALIGN_POWER2) in g_bsearch_array_create()
204 if (G_UNLIKELY (bconfig->flags & G_BSEARCH_ARRAY_ALIGN_POWER2)) in g_bsearch_array_grow()
276 if (G_UNLIKELY (bconfig->flags & G_BSEARCH_ARRAY_ALIGN_POWER2)) in g_bsearch_array_remove()
/third_party/glib/gobject/
Dgvalue.c133 G_BSEARCH_ARRAY_ALIGN_POWER2,
Dgsignal.c310 G_BSEARCH_ARRAY_ALIGN_POWER2,