Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c300 const uint32_t hash_bytes in lz_encoder_prepare() local
302 assert(hash_bytes <= mf->nice_len); in lz_encoder_prepare()
307 if (hash_bytes == 2) { in lz_encoder_prepare()
321 if (hash_bytes == 3) in lz_encoder_prepare()
331 if (hash_bytes > 2) in lz_encoder_prepare()
333 if (hash_bytes > 3) in lz_encoder_prepare()
/freebsd-14.2/sys/dev/safexcel/
H A Dsafexcel_var.h175 uint32_t hash_bytes : 1; member