Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c707 static void CopyMatrix(WORD* pwBufSrc, WORD* pwBufTgt, BYTE ucLen ) in CopyMatrix() argument
712 pwBufTgt[i] = pwBufSrc[i]; in CopyMatrix()