Home
last modified time | relevance | path

Searched defs:log2_64 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/
H A Dlib.h64 static inline int log2_64(u64 x) { return sizeof(x) * 8 - clz64(x) - 1; } in log2_64() function
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dlibpayload.h449 static inline int log2_64(u64 x) { return sizeof(x) * 8 - clz64(x) - 1; } in log2_64() function