Searched refs:lower_mask (Results 1 – 2 of 2) sorted by relevance
194 uint64_t lower_mask = 0; in ctr_init_ctx() local203 lower_mask = UINT64_MAX; in ctr_init_ctx()206 lower_mask = (1ULL << count) - 1; in ctr_init_ctx()208 ctr_ctx->ctr_lower_mask = htonll(lower_mask); in ctr_init_ctx()
2241 const u16 lower_mask = ((u16)1 << (bits - 1)) - 1; in FSE_decode_header() local2244 if ((val & lower_mask) < threshold) { in FSE_decode_header()2246 val = val & lower_mask; in FSE_decode_header()2247 } else if (val > lower_mask) { in FSE_decode_header()