Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/MemLibGuid.c
- Timestamp:
- Oct 29, 2015 4:30:44 AM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
- Property svn:mergeinfo changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/MemLibGuid.c
r48674 r58466 3 3 4 4 The following BaseMemoryLib instances contain the same copy of this file: 5 5 6 6 BaseMemoryLib 7 7 BaseMemoryLibMmx … … 31 31 This function copies the contents of the 128-bit GUID specified by SourceGuid to 32 32 DestinationGuid, and returns DestinationGuid. 33 33 34 34 If DestinationGuid is NULL, then ASSERT(). 35 35 If SourceGuid is NULL, then ASSERT(). … … 64 64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned. 65 65 If there are any bit differences in the two GUIDs, then FALSE is returned. 66 66 67 67 If Guid1 is NULL, then ASSERT(). 68 68 If Guid2 is NULL, then ASSERT(). … … 104 104 GUID in the target buffer is returned. If no match is found, then NULL is returned. 105 105 If Length is 0, then NULL is returned. 106 106 107 107 If Length > 0 and Buffer is NULL, then ASSERT(). 108 108 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
Note:
See TracChangeset
for help on using the changeset viewer.