• Home
  • Raw
  • Download

Lines Matching refs:col

26 	int col, mas, safe_mas, unsafe_mas;  in uwb_rsv_fill_column_alloc()  local
31 for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) { in uwb_rsv_fill_column_alloc()
37 if (bm[col * UWB_MAS_PER_ZONE + mas] == 0) { in uwb_rsv_fill_column_alloc()
48 bm[col * UWB_MAS_PER_ZONE + mas] = c; in uwb_rsv_fill_column_alloc()
56 int mas, col, rows; in uwb_rsv_fill_row_alloc() local
72 for (col = 0; col < UWB_NUM_ZONES; col++) { in uwb_rsv_fill_row_alloc()
73 if (bm[col * UWB_NUM_ZONES + mas] != UWB_RSV_MAS_NOT_AVAIL) { in uwb_rsv_fill_row_alloc()
74 bm[col * UWB_NUM_ZONES + mas] = c; in uwb_rsv_fill_row_alloc()
143 int deep, set, col, start_col_deep, col_start_set; in uwb_rsv_find_best_column_set() local
160 for (col = start_col; col < UWB_NUM_ZONES; col += interval) { in uwb_rsv_find_best_column_set()
162 if (ci[col].max_avail_safe >= num_safe_mas && in uwb_rsv_find_best_column_set()
163 ci[col].max_avail_unsafe >= n_mas) { in uwb_rsv_find_best_column_set()
164 if (ci[col].highest_mas[n_mas] > max_mas_in_set) in uwb_rsv_find_best_column_set()
165 max_mas_in_set = ci[col].highest_mas[n_mas]; in uwb_rsv_find_best_column_set()
208 int col, mas; in get_row_descriptors() local
213 for (col = 1; col < UWB_NUM_ZONES; col++) { in get_row_descriptors()
214 if (bm[col * UWB_NUM_ZONES + mas] == UWB_RSV_MAS_NOT_AVAIL) { in get_row_descriptors()
264 int col; in get_column_descriptors() local
266 for (col = 1; col < UWB_NUM_ZONES; col++) { in get_column_descriptors()
267 uwb_rsv_fill_column_info(bm, col, &ci[col]); in get_column_descriptors()