Home | History | Annotate | Download | only in include

Lines Matching refs:uSize

37  * \param uSize [in] size of memory
55 * \param uSize [in] the size to be set
58 VO_U32 cmnMemSet (VO_S32 uID, VO_PTR pBuff, VO_U8 uValue, VO_U32 uSize);
65 * \param uSize [in] the size to be copied
68 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
74 * \param uSize [in] the size to be checked
77 VO_U32 cmnMemCheck (VO_S32 uID, VO_PTR pBuffer, VO_U32 uSize);
84 * \param uSize [in] the size to be compared
87 VO_S32 cmnMemCompare (VO_S32 uID, VO_PTR pBuffer1, VO_PTR pBuffer2, VO_U32 uSize);
94 * \param uSize [in] the size to be moved
97 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);