Lines Matching refs:blkCnt
72 uint32_t blkCnt; /* loop counters */ in arm_power_f32() local
79 blkCnt = blockSize >> 2U; in arm_power_f32()
80 while (blkCnt > 0U) in arm_power_f32()
88 blkCnt --; in arm_power_f32()
96 blkCnt = blockSize & 0x3; in arm_power_f32()
97 while (blkCnt > 0U) in arm_power_f32()
106 blkCnt--; in arm_power_f32()
120 uint32_t blkCnt; /* loop counter */ in arm_power_f32() local
126 blkCnt = blockSize >> 2U; in arm_power_f32()
130 while (blkCnt > 0U) in arm_power_f32()
139 blkCnt--; in arm_power_f32()
146 blkCnt = blockSize % 0x4U; in arm_power_f32()
148 while (blkCnt > 0U) in arm_power_f32()
156 blkCnt--; in arm_power_f32()
168 uint32_t blkCnt; /* Loop counter */ in arm_power_f32() local
175 blkCnt = blockSize >> 2U; in arm_power_f32()
177 while (blkCnt > 0U) in arm_power_f32()
195 blkCnt--; in arm_power_f32()
199 blkCnt = blockSize % 0x4U; in arm_power_f32()
204 blkCnt = blockSize; in arm_power_f32()
208 while (blkCnt > 0U) in arm_power_f32()
217 blkCnt--; in arm_power_f32()