Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dutil.h690 #define __z_log2q(x) (64 - __builtin_clzll(x) - 1) macro
691 #define __z_log2(x) (sizeof(__typeof__(x)) > 4 ? __z_log2q(x) : __z_log2d(x))