Lines Matching refs:blkCnt
72 uint32_t blkCnt; /* Loop counter */ in arm_offset_f32() local
78 blkCnt = blockSize >> 2U; in arm_offset_f32()
79 while (blkCnt > 0U) in arm_offset_f32()
93 blkCnt--; in arm_offset_f32()
97 blkCnt = blockSize & 0x3; in arm_offset_f32()
99 if (blkCnt > 0U) in arm_offset_f32()
101 mve_pred16_t p0 = vctp32q(blkCnt); in arm_offset_f32()
116 uint32_t blkCnt; /* Loop counter */ in arm_offset_f32() local
123 blkCnt = blockSize >> 2U; in arm_offset_f32()
125 while (blkCnt > 0U) in arm_offset_f32()
139 blkCnt--; in arm_offset_f32()
143 blkCnt = blockSize & 0x3; in arm_offset_f32()
149 blkCnt = blockSize >> 2U; in arm_offset_f32()
151 while (blkCnt > 0U) in arm_offset_f32()
165 blkCnt--; in arm_offset_f32()
169 blkCnt = blockSize % 0x4U; in arm_offset_f32()
174 blkCnt = blockSize; in arm_offset_f32()
179 while (blkCnt > 0U) in arm_offset_f32()
187 blkCnt--; in arm_offset_f32()