Lines Matching defs:c_begin
8649 u16 cycle, c_begin, c_end, store_index;
8710 c_begin = 1;
8712 c_begin = le16_to_cpu(pcysta_le32->cycles) - slot_pair + 1;
8716 for (cycle = c_begin; cycle <= c_end; cycle++) {
8777 u16 cycle, c_begin, c_end, store_index;
8837 c_begin = 1;
8839 c_begin = cycle - slot_pair + 1;
8848 for (cycle = c_begin; cycle <= c_end; cycle++) {
8907 u16 cycle, c_begin, c_end, store_index;
8969 c_begin = 1;
8971 c_begin = cycle - slot_pair + 1;
8980 for (cycle = c_begin; cycle <= c_end; cycle++) {
9039 u16 cycle, c_begin, c_end, store_index;
9097 c_begin = 1;
9099 c_begin = cycle - slot_pair + 1;
9108 if (c_begin > c_end)
9111 for (cycle = c_begin; cycle <= c_end; cycle++) {
9168 u16 cycle, c_begin, c_end, s_id;
9235 c_begin = 1;
9237 c_begin = le16_to_cpu(pcysta->cycles) - slot_pair + 1;
9246 if (c_begin > c_end)
9249 for (cycle = c_begin; cycle <= c_end; cycle++) {