Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/arch/x86_64/math/
Dbitcount.h9 static __always_inline int __clz(uint32_t x) in __clz() function
/DragonOS-0.1.5/kernel/src/libs/
Dlz4.c774 return (unsigned)__clz((U32)val) >> 3; in LZ4_NbCommonBytes()