Searched refs:lshift (Results 1 – 1 of 1) sorted by relevance
78 const unsigned int lshift = BITS_PER_WORD - rshift; in trng_pack_entropy() local180 if (lshift != BITS_PER_WORD) { in trng_pack_entropy()182 << lshift; in trng_pack_entropy()193 if (bits_to_discard < (BITS_PER_WORD - lshift)) { in trng_pack_entropy()208 (~0ULL << ((BITS_PER_WORD - lshift) % BITS_PER_WORD)); in trng_pack_entropy()209 bits_to_discard -= (BITS_PER_WORD - lshift); in trng_pack_entropy()