Searched refs:max_moves (Results 1 – 1 of 1) sorted by relevance
649 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local663 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; in schedule_SMEM()726 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size; in schedule_SMEM()792 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local806 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; in schedule_VMEM()900 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size; in schedule_VMEM()964 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local973 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; in schedule_position_export()