Lines Matching +full:clear +full:- +full:bit
18 Copyright (c) 2006 - 2020, Intel Corporation. All rights reserved.<BR>
19 SPDX-License-Identifier: BSD-2-Clause-Patent
98 Macro that converts a Boolean expression to a Null-terminated ASCII string.
100 The default is to use the C pre-processor stringizing operator '#' to add
121 If any bit in ErrorLevel is also set in DebugPrintErrorLevelLib function
145 If any bit in ErrorLevel is also set in DebugPrintErrorLevelLib function
170 If any bit in ErrorLevel is also set in DebugPrintErrorLevelLib function
194 to the debug output device. If DEBUG_PROPERTY_ASSERT_BREAKPOINT_ENABLED bit of
196 DEBUG_PROPERTY_ASSERT_DEADLOOP_ENABLED bit of PcdDebugProperyMask is set then
225 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
243 This function returns TRUE if the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of
246 @retval TRUE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is set.
247 @retval FALSE The DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit of PcdDebugProperyMask is clear.
259 This function returns TRUE if the DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of
262 @retval TRUE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of PcdDebugProperyMask is set.
263 @retval FALSE The DEBUG_PROPERTY_DEBUG_PRINT_ENABLED bit of PcdDebugProperyMask is clear.
275 This function returns TRUE if the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of
278 @retval TRUE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is set.
279 @retval FALSE The DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is clear.
291 This function returns TRUE if the DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of
294 @retval TRUE The DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of PcdDebugProperyMask is set.
295 @retval FALSE The DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of PcdDebugProperyMask is clear.
305 Returns TRUE if any one of the bit is set both in ErrorLevel and PcdFixedDebugPrintErrorLevel.
307 This function compares the bit mask of ErrorLevel and PcdFixedDebugPrintErrorLevel.
394 bit of PcdDebugProperyMask is set, then this macro evaluates the Boolean
425 bit of PcdDebugProperyMask is set, then this macro passes Expression to
453 bit of PcdDebugProperyMask is set, then this macro evaluates the EFI_STATUS
484 bit of PcdDebugProperyMask is set, then this macro evaluates the
516 If MDEPKG_NDEBUG is defined or the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit
517 of PcdDebugProperyMask is clear, then return.
541 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \
545 if (!EFI_ERROR (gBS->HandleProtocol (Handle, (EFI_GUID *)Guid, &Instance))) { \
558 If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is set,
572 If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is set,
585 If the DEBUG_PROPERTY_DEBUG_CODE_ENABLED bit of PcdDebugProperyMask is set,
596 The macro that calls DebugClearMemory() to clear a buffer to a default value.
598 If the DEBUG_PROPERTY_CLEAR_MEMORY_ENABLED bit of PcdDebugProperyMask is set,
620 If MDEPKG_NDEBUG is defined or the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit
621 of PcdDebugProperyMask is clear, then this macro computes the offset, in bytes,
630 If MDEPKG_NDEBUG is not defined and the DEBUG_PROPERTY_DEBUG_ASSERT_ENABLED bit
655 @param TestSignature The 32-bit signature value to match.
660 (DebugAssertEnabled () && (BASE_CR (Record, TYPE, Field)->Signature != TestSignature)) ? \
662 (BASE_CR (Record, TYPE, Field)->Signature != TestSignature) ? \
667 (BASE_CR (Record, TYPE, Field)->Signature != TestSignature) ? \