Searched refs:post_shift (Results 1 – 3 of 3) sorted by relevance
3265 int lgup, post_shift; in choose_multiplier() local3315 for (post_shift = lgup; post_shift > 0; post_shift--) in choose_multiplier()3328 *post_shift_ptr = post_shift; in choose_multiplier()4016 int pre_shift, post_shift; in expand_divmod() local4057 &ml, &post_shift, &dummy); in expand_divmod()4067 &ml, &post_shift, &dummy); in expand_divmod()4109 || post_shift >= BITS_PER_WORD) in expand_divmod()4145 int lgup, post_shift; in expand_divmod() local4235 if (post_shift >= BITS_PER_WORD in expand_divmod()4270 if (post_shift >= BITS_PER_WORD in expand_divmod()[all …]
107 int lgup, post_shift;