Searched defs:G_BSEARCH_UPPER_POWER2 (Results 1 – 1 of 1) sorted by relevance
120 #define G_BSEARCH_UPPER_POWER2(n) (n) macro122 #define G_BSEARCH_UPPER_POWER2(n) ((n) ? 1 << g_bit_storage ((n) - 1) : 0) macro