Searched refs:mDstUpperLimit (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DEfiCompress.c248 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable
315 mDstUpperLimit = mDst + *DstSize;
337 if (mDst < mDstUpperLimit) {
381 if (mDst < mDstUpperLimit) {
385 if (mDst < mDstUpperLimit) {
389 if (mDst < mDstUpperLimit) {
393 if (mDst < mDstUpperLimit) {
1301 if (mDst < mDstUpperLimit) {
1311 if (mDst < mDstUpperLimit) {
H A DTianoCompress.c257 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable
325 mDstUpperLimit = mDst +*DstSize;
345 if (mDst < mDstUpperLimit) {
387 if (mDst < mDstUpperLimit) {
391 if (mDst < mDstUpperLimit) {
395 if (mDst < mDstUpperLimit) {
399 if (mDst < mDstUpperLimit) {
1437 if (mDst < mDstUpperLimit) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DCompress.c81 STATIC UINT8 *mDstUpperLimit; variable
166 if (mDst < mDstUpperLimit) {
170 if (mDst < mDstUpperLimit) {
174 if (mDst < mDstUpperLimit) {
178 if (mDst < mDstUpperLimit) {
891 if (mDst < mDstUpperLimit) {
901 if (mDst < mDstUpperLimit) {
1374 mDstUpperLimit = mDst +*DstSize;
1394 if (mDst < mDstUpperLimit) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c75 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit; variable
144 mDstUpperLimit = mDst +*DstSize;
166 if (mDst < mDstUpperLimit) {
209 if (mDst < mDstUpperLimit) {
213 if (mDst < mDstUpperLimit) {
217 if (mDst < mDstUpperLimit) {
221 if (mDst < mDstUpperLimit) {
1261 if (mDst < mDstUpperLimit) {

Completed in 54 milliseconds