Lines Matching defs:phase
361 unsigned int phase = *data_block_state;
373 data_blocks = 5 + ((phase & 1) ^
374 (phase == 0 || phase >= 40));
377 data_blocks = 11 * (sfc >> 1) + (phase == 0);
378 if (++phase >= (80 >> (sfc >> 1)))
379 phase = 0;
380 *data_block_state = phase;
406 unsigned int phase = *syt_offset_state;
407 unsigned int index = phase % 13;
411 phase == 146);
412 if (++phase >= 147)
413 phase = 0;
414 *syt_offset_state = phase;