Home
last modified time | relevance | path

Searched refs:matLoop (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c397 uint8_t matLoop; in arm_dct4_q31() local
415 matLoop = (uint8_t)(((S->N - 1U) >> 8U) + 1U); in arm_dct4_q31()
421 while ((matLoop--) != 0U) in arm_dct4_q31()
452 matLoop = (uint8_t)(((S->N - 1U) >> 7U) + 1U); in arm_dct4_q31()
460 while ((matLoop--) != 0U) in arm_dct4_q31()
618 uint8_t matLoop; in arm_dct4_q15() local
636 matLoop = (uint8_t)(((S->N - 1U) >> 8U) + 1U); in arm_dct4_q15()
642 while ((matLoop--) != 0U) in arm_dct4_q15()
677 matLoop = (uint8_t)(((S->N - 1U) >> 7U) + 1U); in arm_dct4_q15()
685 while ((matLoop--) != 0U) in arm_dct4_q15()