Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/common/
Dentropy_common.c41 static U32 FSE_ctz(U32 val) in FSE_ctz() function
105 int repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()
116 repeats = FSE_ctz(~bitStream | 0x80000000) >> 1; in FSE_readNCount_body()