Lines Matching refs:blkCnt
64 uint32_t blkCnt; in arm_fill_f32() local
65 blkCnt = blockSize >> 2U; in arm_fill_f32()
68 while (blkCnt > 0U) in arm_fill_f32()
77 blkCnt --; in arm_fill_f32()
80 blkCnt = blockSize & 3; in arm_fill_f32()
82 while (blkCnt > 0U) in arm_fill_f32()
90 blkCnt--; in arm_fill_f32()
101 uint32_t blkCnt; /* loop counter */ in arm_fill_f32() local
106 blkCnt = blockSize >> 2U; in arm_fill_f32()
110 while (blkCnt > 0U) in arm_fill_f32()
118 blkCnt--; in arm_fill_f32()
123 blkCnt = blockSize & 3; in arm_fill_f32()
125 while (blkCnt > 0U) in arm_fill_f32()
132 blkCnt--; in arm_fill_f32()
141 uint32_t blkCnt; /* Loop counter */ in arm_fill_f32() local
146 blkCnt = blockSize >> 2U; in arm_fill_f32()
148 while (blkCnt > 0U) in arm_fill_f32()
159 blkCnt--; in arm_fill_f32()
163 blkCnt = blockSize % 0x4U; in arm_fill_f32()
168 blkCnt = blockSize; in arm_fill_f32()
172 while (blkCnt > 0U) in arm_fill_f32()
180 blkCnt--; in arm_fill_f32()