Searched refs:num_shifts (Results 1 – 1 of 1) sorted by relevance
695 int bighint, count1, hi, lo, num_shifts; in blst_leaf_alloc() local698 num_shifts = fls(count1); in blst_leaf_alloc()700 while ((mask & (mask + 1)) != 0 && num_shifts > 0) { in blst_leaf_alloc()711 num_shifts--; in blst_leaf_alloc()712 mask |= mask >> ((count1 >> num_shifts) + 1) / 2; in blst_leaf_alloc()714 bighint = count1 >> num_shifts; in blst_leaf_alloc()