Searched refs:blkCnt (Results 1 – 4 of 4) sorted by relevance
81 uint32_t blkCnt; /* loop counter */ in arm_q7_to_q15_reordered_no_shift() local90 blkCnt = blockSize >> 2u; in arm_q7_to_q15_reordered_no_shift()94 while (blkCnt > 0u) in arm_q7_to_q15_reordered_no_shift()115 blkCnt--; in arm_q7_to_q15_reordered_no_shift()120 blkCnt = blockSize % 0x4u; in arm_q7_to_q15_reordered_no_shift()127 blkCnt = blockSize; in arm_q7_to_q15_reordered_no_shift()131 while (blkCnt > 0u) in arm_q7_to_q15_reordered_no_shift()138 blkCnt--; in arm_q7_to_q15_reordered_no_shift()
62 uint32_t blkCnt; /* loop counter */ in arm_q7_to_q15_no_shift() local72 blkCnt = blockSize >> 2u; in arm_q7_to_q15_no_shift()76 while (blkCnt > 0u) in arm_q7_to_q15_no_shift()104 blkCnt--; in arm_q7_to_q15_no_shift()109 blkCnt = blockSize % 0x4u; in arm_q7_to_q15_no_shift()116 blkCnt = blockSize; in arm_q7_to_q15_no_shift()120 while (blkCnt > 0u) in arm_q7_to_q15_no_shift()127 blkCnt--; in arm_q7_to_q15_no_shift()
64 uint32_t blkCnt; /* loop counters */ in arm_nn_mult_q7() local72 blkCnt = blockSize >> 2U; in arm_nn_mult_q7()76 while (blkCnt > 0U) in arm_nn_mult_q7()89 blkCnt--; in arm_nn_mult_q7()94 blkCnt = blockSize % 0x4U; in arm_nn_mult_q7()101 blkCnt = blockSize; in arm_nn_mult_q7()106 while (blkCnt > 0U) in arm_nn_mult_q7()113 blkCnt--; in arm_nn_mult_q7()
65 uint32_t blkCnt; /* loop counters */ in arm_nn_mult_q15() local75 blkCnt = blockSize >> 2U; in arm_nn_mult_q15()79 while (blkCnt > 0U) in arm_nn_mult_q15()116 blkCnt--; in arm_nn_mult_q15()121 blkCnt = blockSize % 0x4U; in arm_nn_mult_q15()128 blkCnt = blockSize; in arm_nn_mult_q15()133 while (blkCnt > 0U) in arm_nn_mult_q15()140 blkCnt--; in arm_nn_mult_q15()