Searched refs:__z_log2q (Results 1 – 1 of 1) sorted by relevance
690 #define __z_log2q(x) (64 - __builtin_clzll(x) - 1) macro691 #define __z_log2(x) (sizeof(__typeof__(x)) > 4 ? __z_log2q(x) : __z_log2d(x))