Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/arch/x86_64/math/
Dbitcount.h44 static __always_inline int __clzll(unsigned long long x) in __clzll() function
/DragonOS-0.1.2/kernel/src/common/
Didr.h54 #define __mostbit_id(x) ((x) ? (63 - __clzll(x)) : -1)
/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c600 return (unsigned)__clzll((U64)val) >> 3; in LZ4_NbCommonBytes()