Home
last modified time | relevance | path

Searched refs:ctz32 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/xz/src/liblzma/common/
H A Dmemcmplen.h129 len += ctz32(x); in lzma_memcmplen()
H A Dindex.c263 up = ctz32(tree->count) + 2; in index_tree_append()
/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h903 ctz32(uint32_t n) in ctz32() function
951 #define bsf32 ctz32
/freebsd/contrib/xz/src/xz/
H A Dcoder.c326 = (unsigned)ctz32(missing_chains_mask); in coder_set_compression_settings()