Searched refs:mDst (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Compress.c | 78 STATIC UINT8 *mDst; variable 163 if (mDst < mDstUpperLimit) { in PutDword() 164 *mDst++ = (UINT8) (((UINT8) (Data)) & 0xff); in PutDword() 167 if (mDst < mDstUpperLimit) { in PutDword() 168 *mDst++ = (UINT8) (((UINT8) (Data >> 0x08)) & 0xff); in PutDword() 171 if (mDst < mDstUpperLimit) { in PutDword() 172 *mDst++ = (UINT8) (((UINT8) (Data >> 0x10)) & 0xff); in PutDword() 175 if (mDst < mDstUpperLimit) { in PutDword() 176 *mDst++ = (UINT8) (((UINT8) (Data >> 0x18)) & 0xff); in PutDword() 872 if (mDst < mDstUpperLimit) { in PutBits() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
D | EfiCompress.c | 250 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable 316 mDst = DstBuffer; in EfiCompress() 317 mDstUpperLimit = mDst + *DstSize; in EfiCompress() 339 if (mDst < mDstUpperLimit) { in EfiCompress() 340 *mDst++ = 0; in EfiCompress() 346 mDst = DstBuffer; in EfiCompress() 383 if (mDst < mDstUpperLimit) { in PutDword() 384 *mDst++ = (UINT8)(((UINT8)(Data )) & 0xff); in PutDword() 387 if (mDst < mDstUpperLimit) { in PutDword() 388 *mDst++ = (UINT8)(((UINT8)(Data >> 0x08)) & 0xff); in PutDword() [all …]
|
D | TianoCompress.c | 268 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable 336 mDst = DstBuffer; in TianoCompress() 337 mDstUpperLimit = mDst + *DstSize; in TianoCompress() 357 if (mDst < mDstUpperLimit) { in TianoCompress() 358 *mDst++ = 0; in TianoCompress() 363 mDst = DstBuffer; in TianoCompress() 399 if (mDst < mDstUpperLimit) { in PutDword() 400 *mDst++ = (UINT8) (((UINT8) (Data)) & 0xff); in PutDword() 403 if (mDst < mDstUpperLimit) { in PutDword() 404 *mDst++ = (UINT8) (((UINT8) (Data >> 0x08)) & 0xff); in PutDword() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | EfiCompress.c | 240 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable 306 mDst = DstBuffer; in EfiCompress() 307 mDstUpperLimit = mDst + *DstSize; in EfiCompress() 329 if (mDst < mDstUpperLimit) { in EfiCompress() 330 *mDst++ = 0; in EfiCompress() 336 mDst = DstBuffer; in EfiCompress() 373 if (mDst < mDstUpperLimit) { in PutDword() 374 *mDst++ = (UINT8)(((UINT8)(Data )) & 0xff); in PutDword() 377 if (mDst < mDstUpperLimit) { in PutDword() 378 *mDst++ = (UINT8)(((UINT8)(Data >> 0x08)) & 0xff); in PutDword() [all …]
|
D | TianoCompress.c | 249 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable 316 mDst = DstBuffer; in TianoCompress() 317 mDstUpperLimit = mDst +*DstSize; in TianoCompress() 337 if (mDst < mDstUpperLimit) { in TianoCompress() 338 *mDst++ = 0; in TianoCompress() 343 mDst = DstBuffer; in TianoCompress() 379 if (mDst < mDstUpperLimit) { in PutDword() 380 *mDst++ = (UINT8) (((UINT8) (Data)) & 0xff); in PutDword() 383 if (mDst < mDstUpperLimit) { in PutDword() 384 *mDst++ = (UINT8) (((UINT8) (Data >> 0x08)) & 0xff); in PutDword() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 68 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable 136 mDst = DstBuffer; in TianoCompress() 137 mDstUpperLimit = mDst +*DstSize; in TianoCompress() 159 if (mDst < mDstUpperLimit) { in TianoCompress() 160 *mDst++ = 0; in TianoCompress() 166 mDst = DstBuffer; in TianoCompress() 202 if (mDst < mDstUpperLimit) { in PutDword() 203 *mDst++ = (UINT8) (((UINT8) (Data)) & 0xff); in PutDword() 206 if (mDst < mDstUpperLimit) { in PutDword() 207 *mDst++ = (UINT8) (((UINT8) (Data >> 0x08)) & 0xff); in PutDword() [all …]
|