Searched refs:ctz32 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dmemcmplen.h101 len += ctz32(x);
H A Dindex.c263 up = ctz32(tree->count) + 2;
/freebsd-13-stable/contrib/xz/src/common/
H A Dtuklib_integer.h31 /// - Count trailing zeros: ctz32(num)
32 /// - Bit scan forward (simply an alias for ctz32()): bsf32(num)
692 ctz32(uint32_t n) function
740 #define bsf32 ctz32

Completed in 174 milliseconds