Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c460 static U32 HUF_getIndex(U32 const count) { in HUF_getIndex() function
562 U32 lowerRank = HUF_getIndex(count[n]); in HUF_sort()
577 U32 const r = HUF_getIndex(c) + 1; in HUF_sort()