Lines Matching full:mdst
78 STATIC UINT8 *mDst;
163 if (mDst < mDstUpperLimit) {
164 *mDst++ = (UINT8) (((UINT8) (Data)) & 0xff);
167 if (mDst < mDstUpperLimit) {
168 *mDst++ = (UINT8) (((UINT8) (Data >> 0x08)) & 0xff);
171 if (mDst < mDstUpperLimit) {
172 *mDst++ = (UINT8) (((UINT8) (Data >> 0x10)) & 0xff);
175 if (mDst < mDstUpperLimit) {
176 *mDst++ = (UINT8) (((UINT8) (Data >> 0x18)) & 0xff);
872 if (mDst < mDstUpperLimit) {
873 *mDst++ = Temp;
882 if (mDst < mDstUpperLimit) {
883 *mDst++ = Temp;
1343 mDst = DstBuffer;
1344 mDstUpperLimit = mDst +*DstSize;
1364 if (mDst < mDstUpperLimit) {
1365 *mDst++ = 0;
1370 mDst = DstBuffer;