HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG_CODE_BEGIN (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDebugLib.h 437 Otherwise, the source lines between DEBUG_CODE_BEGIN() and DEBUG_CODE_END()
441 #define DEBUG_CODE_BEGIN() do { if (DebugCodeEnabled ()) { UINT8 __DebugCodeLocal
450 Otherwise, the source lines between DEBUG_CODE_BEGIN() and DEBUG_CODE_END()
467 DEBUG_CODE_BEGIN (); \
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h 397 Otherwise, the source lines between DEBUG_CODE_BEGIN() and DEBUG_CODE_END()
401 #define DEBUG_CODE_BEGIN() do { if (DebugCodeEnabled ()) { UINT8 __DebugCodeLocal
409 Otherwise, the source lines between DEBUG_CODE_BEGIN() and DEBUG_CODE_END()
425 DEBUG_CODE_BEGIN (); \

Completed in 60 milliseconds