Lines Matching refs:compress_bits
3125 static uint64_t compress_bits(uint64_t x, int n) in compress_bits() function
3211 l = compress_bits(n[0] >> odd, esz); in HELPER()
3212 h = compress_bits(m[0] >> odd, esz); in HELPER()
3225 l = compress_bits(l >> odd, esz); in HELPER()
3226 h = compress_bits(h >> odd, esz); in HELPER()
3240 l = compress_bits(l >> odd, esz); in HELPER()
3241 h = compress_bits(h >> odd, esz); in HELPER()
3247 l = compress_bits(l >> odd, esz); in HELPER()
3248 h = compress_bits(h >> odd, esz); in HELPER()
3253 l = compress_bits(l >> odd, esz); in HELPER()
3254 h = compress_bits(h >> odd, esz); in HELPER()
3262 l = compress_bits(l >> odd, esz); in HELPER()
3263 h = compress_bits(h >> odd, esz); in HELPER()