Home
last modified time | relevance | path

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

/external/coreboot/src/include/
Dlib.h63 static inline int clz64(u64 x) { return x ? __builtin_clzll(x) : sizeof(x) * 8; } in clz64() function
/external/coreboot/payloads/libpayload/include/
Dlibpayload.h444 static inline int clz64(u64 x) in clz64() function