Searched refs:hash_bytes (Results 1 – 2 of 2) sorted by relevance
300 const uint32_t hash_bytes in lz_encoder_prepare() local302 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()
175 uint32_t hash_bytes : 1; member