VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c

    r48674 r58466  
    3434  then a pointer to the matching byte in the target buffer is returned.  If no match is found,
    3535  then NULL is returned.  If Length is 0, then NULL is returned.
    36  
     36
    3737  If Length > 0 and Buffer is NULL, then ASSERT().
    3838  If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
     
    5858  ASSERT (Buffer != NULL);
    5959  ASSERT ((Length - 1) <= (MAX_ADDRESS - (UINTN)Buffer));
    60  
     60
    6161  return (VOID*)InternalMemScanMem8 (Buffer, Length, Value);
    6262}
    6363
    6464/**
    65   Scans a target buffer for a UINTN sized value, and returns a pointer to the matching 
     65  Scans a target buffer for a UINTN sized value, and returns a pointer to the matching
    6666  UINTN sized value in the target buffer.
    6767
     
    7070  then a pointer to the matching byte in the target buffer is returned.  If no match is found,
    7171  then NULL is returned.  If Length is 0, then NULL is returned.
    72  
     72
    7373  If Length > 0 and Buffer is NULL, then ASSERT().
    7474  If Buffer is not aligned on a UINTN boundary, then ASSERT().
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette