Searched refs:pvSrc (Results 1 – 4 of 4) sorted by relevance
/external/fastrpc/src/ |
D | std_SwapBytes.c | 64 const void *pvSrc, int nSrcSize, in STD_COPY_SWAP() argument 68 byte* pbSrc = (byte*)pvSrc; in STD_COPY_SWAP() 167 if (nSrcSize - (pbSrc - (byte*)pvSrc) >= nSize) { in STD_COPY_SWAP() 185 const void *pvSrc, int nSrcSize, in STD_COPY() argument 190 xMoveBytes(pvDest, pvSrc, cb); in STD_COPY()
|
D | BufBound.c | 204 const void *pvSrc, int nSrcSize, in BufBound_WriteLE() argument 211 (void)std_CopyLE(pcDest, nLen, pvSrc, nSrcSize, pszFields); in BufBound_WriteLE() 216 const void *pvSrc, int nSrcSize, in BufBound_WriteBE() argument 223 (void)std_CopyBE(pcDest, nLen, pvSrc, nSrcSize, pszFields); in BufBound_WriteBE()
|
/external/fastrpc/inc/ |
D | AEEBufBound.h | 69 const void *pvSrc, int nSrcSize, 72 const void *pvSrc, int nSrcSize,
|
D | AEEstd.h | 166 const void *pvSrc, int nSrcSize, 170 const void *pvSrc, int nSrcSize,
|