Searched refs:hash_bytes (Results 1 – 3 of 3) sorted by relevance
299 const uint32_t hash_bytes in lz_encoder_prepare() local301 assert(hash_bytes <= mf->nice_len); in lz_encoder_prepare()306 if (hash_bytes == 2) { in lz_encoder_prepare()320 if (hash_bytes == 3) in lz_encoder_prepare()330 if (hash_bytes > 2) in lz_encoder_prepare()332 if (hash_bytes > 3) in lz_encoder_prepare()
90 hash_bytes(krb5_context context, const void *ptr, size_t len) in hash_bytes() function242 str = hash_bytes(context, p, len); in trace_format()
175 uint32_t hash_bytes : 1; member