Lines Matching refs:b2_phase
525 uint32 b2_phase = 0; in Process() local
533 b2_phase = dstCol % b2_count; in Process()
545 x -= b2 [b2_phase]; in Process()
547 if (++b2_phase == b2_count) in Process()
549 b2_phase = 0; in Process()
676 uint32 b2_phase = 0; in Process() local
684 b2_phase = dstCol % b2_count; in Process()
705 x -= b2 [b2_phase]; in Process()
707 if (++b2_phase == b2_count) in Process()
709 b2_phase = 0; in Process()
738 x -= b2 [b2_phase]; in Process()
740 if (++b2_phase == b2_count) in Process()
742 b2_phase = 0; in Process()
775 uint32 b2_phase = 0; in Process() local
783 b2_phase = dstCol % b2_count; in Process()
809 x -= b2 [b2_phase]; in Process()
811 if (++b2_phase == b2_count) in Process()
813 b2_phase = 0; in Process()
842 x -= b2 [b2_phase]; in Process()
844 if (++b2_phase == b2_count) in Process()
846 b2_phase = 0; in Process()
888 x -= b2 [b2_phase]; in Process()
890 if (++b2_phase == b2_count) in Process()
892 b2_phase = 0; in Process()
925 x -= b2 [b2_phase]; in Process()
927 if (++b2_phase == b2_count) in Process()
929 b2_phase = 0; in Process()