Searched defs:pOutput (Results 1 – 7 of 7) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_f16.c | 71 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_1_4_mve() local 161 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_5_8_mve() local 251 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16() local
|
D | arm_fir_q31.c | 218 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_1_4_mve() local 460 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_29_32_mve() local 660 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31() local
|
D | arm_fir_q7.c | 59 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 200 q7_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q7() local
|
D | arm_fir_q15.c | 64 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 209 q15_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q15() local
|
D | arm_fir_f32.c | 173 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32_1_4_mve() local 372 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/inc/internal/ |
D | mcuxClCss_Internal.h | 79 #define MCUXCLCSS_SETCSSOUTPUT(pOutput, outputSize) \ argument 86 #define MCUXCLCSS_SETCSSOUTPUT_FIXEDSIZE(pOutput) \ argument
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/src/comps/mcuxClCss/src/ |
D | mcuxClCss_KeyManagement.c | 79 static mcuxClCss_Status_Protected_t handleKeyExportError(uint8_t *pOutput, size_t key_length, mcuxC… in handleKeyExportError()
|