Home
last modified time | relevance | path

Searched defs:pOutput (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_fir_f16.c71 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
Darm_fir_q31.c218 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
Darm_fir_q7.c59 #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
Darm_fir_q15.c64 #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
Darm_fir_f32.c173 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/
DmcuxClCss_Internal.h79 #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/
DmcuxClCss_KeyManagement.c79 static mcuxClCss_Status_Protected_t handleKeyExportError(uint8_t *pOutput, size_t key_length, mcuxC… in handleKeyExportError()