Home
last modified time | relevance | path

Searched defs:search_hashChain (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c622 typedef enum { search_hashChain, search_binaryTree } searchMethod_e; enumerator
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c1443 typedef enum { search_hashChain=0, search_binaryTree=1, search_rowHash=2 } searchMethod_e; enumerator