Searched refs:SIZE (Results 1 – 7 of 7) sorted by relevance
29 #define FFTINIT(EXT,SIZE) \ argument30 S->bitRevLength = arm_cfft_sR_##EXT##_len##SIZE.bitRevLength; \31 S->pBitRevTable = arm_cfft_sR_##EXT##_len##SIZE.pBitRevTable; \32 S->pTwiddle = arm_cfft_sR_##EXT##_len##SIZE.pTwiddle;
123 #define NBOOT_RCS_ARRAY(NAME, SIZE) NAME[SIZE] __attribute__((section(".rcs." #NAME))) __USED argument