Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h1119 q7_t * pDst,
1151 q15_t * pDst,
1165 q15_t * pDst,
1197 q31_t * pDst,
1211 q31_t * pDst,
1241 float32_t * pDst,
1312 q15_t * pDst,
1345 q15_t * pDst,
1361 q31_t * pDst,
1376 q31_t * pDst,
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/
Ddsp_pcm_gain.h34 int ReadData( char *pDst, int Size );
36 int processAudio( int *pDst, int *pSrc, int Size );
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_preview.c1287 void memset16(void *pDst, uint16_t value, int count) in memset16() argument
1289 uint16_t *ptr = pDst; in memset16()