Lines Matching refs:bucket
75 unsigned int bucket; member
83 int bucket = 0; in which_bucket() local
86 return bucket; in which_bucket()
88 return bucket + 1; in which_bucket()
90 return bucket + 2; in which_bucket()
92 return bucket + 3; in which_bucket()
94 return bucket + 4; in which_bucket()
95 return bucket + 5; in which_bucket()
256 data->bucket = which_bucket(data->next_timer_ns); in menu_select()
261 data->correction_factor[data->bucket], in menu_select()
274 data->bucket = BUCKETS - 1; in menu_select()
477 new_factor = data->correction_factor[data->bucket]; in menu_update()
499 data->correction_factor[data->bucket] = new_factor; in menu_update()