HomeSort by relevance Sort by last modified time
    Searched refs:mDstUpperLimit (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiCompress.c 240 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
307 mDstUpperLimit = mDst + *DstSize;
329 if (mDst < mDstUpperLimit) {
373 if (mDst < mDstUpperLimit) {
377 if (mDst < mDstUpperLimit) {
381 if (mDst < mDstUpperLimit) {
385 if (mDst < mDstUpperLimit) {
1300 if (mDst < mDstUpperLimit) {
1310 if (mDst < mDstUpperLimit) {
TianoCompress.c 249 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
317 mDstUpperLimit = mDst +*DstSize;
337 if (mDst < mDstUpperLimit) {
379 if (mDst < mDstUpperLimit) {
383 if (mDst < mDstUpperLimit) {
387 if (mDst < mDstUpperLimit) {
391 if (mDst < mDstUpperLimit) {
1436 if (mDst < mDstUpperLimit) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiCompress.c 250 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
317 mDstUpperLimit = mDst + *DstSize;
339 if (mDst < mDstUpperLimit) {
383 if (mDst < mDstUpperLimit) {
387 if (mDst < mDstUpperLimit) {
391 if (mDst < mDstUpperLimit) {
395 if (mDst < mDstUpperLimit) {
1303 if (mDst < mDstUpperLimit) {
1313 if (mDst < mDstUpperLimit) {
TianoCompress.c 268 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
337 mDstUpperLimit = mDst + *DstSize;
357 if (mDst < mDstUpperLimit) {
399 if (mDst < mDstUpperLimit) {
403 if (mDst < mDstUpperLimit) {
407 if (mDst < mDstUpperLimit) {
411 if (mDst < mDstUpperLimit) {
1449 if (mDst < mDstUpperLimit) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Compress.c 80 STATIC UINT8 *mDstUpperLimit;
163 if (mDst < mDstUpperLimit) {
167 if (mDst < mDstUpperLimit) {
171 if (mDst < mDstUpperLimit) {
175 if (mDst < mDstUpperLimit) {
872 if (mDst < mDstUpperLimit) {
882 if (mDst < mDstUpperLimit) {
1344 mDstUpperLimit = mDst +*DstSize;
1364 if (mDst < mDstUpperLimit) {
  /external/vboot_reference/utility/
eficompress.c 260 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
327 mDstUpperLimit = mDst + *DstSize;
349 if (mDst < mDstUpperLimit) {
393 if (mDst < mDstUpperLimit) {
397 if (mDst < mDstUpperLimit) {
401 if (mDst < mDstUpperLimit) {
405 if (mDst < mDstUpperLimit) {
1313 if (mDst < mDstUpperLimit) {
1323 if (mDst < mDstUpperLimit) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 68 STATIC UINT8 *mSrc, *mDst, *mSrcUpperLimit, *mDstUpperLimit;
137 mDstUpperLimit = mDst +*DstSize;
159 if (mDst < mDstUpperLimit) {
202 if (mDst < mDstUpperLimit) {
206 if (mDst < mDstUpperLimit) {
210 if (mDst < mDstUpperLimit) {
214 if (mDst < mDstUpperLimit) {
1263 if (mDst < mDstUpperLimit) {
    [all...]

Completed in 315 milliseconds