Home
last modified time | relevance | path

Searched refs:WITHIN_LIMIT (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DDp.h41 #define WITHIN_LIMIT( C, L) ( ((L) == 0) || ((C) < (L)) ) macro
DDpTrace.c193 while ( WITHIN_LIMIT(Count, Limit) && in DumpAllTrace()
334 while ( WITHIN_LIMIT(Count, Limit) && in DumpRawTrace()
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DDp.h41 #define WITHIN_LIMIT( C, L) ( ((L) == 0) || ((C) < (L)) ) macro
DDpTrace.c193 while ( WITHIN_LIMIT(Count, Limit) && in DumpAllTrace()
333 while ( WITHIN_LIMIT(Count, Limit) && in DumpRawTrace()