Searched defs:Guid1 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLib/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibMmx/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibOptDxe/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibOptPei/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibRepStr/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryLib/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryLib/
H A DMemLibGuid.c64 This function compares Guid1 to Guid2. If the GUIDs are identical then TRUE is returned.
67 If Guid1 is NULL, then ASSERT().
70 @param Guid1 A pointer to a 128 bit GUID.
73 @retval TRUE Guid1 and Guid2 are identical.
74 @retval FALSE Guid1 and Guid2 are not identical.
80 IN CONST GUID *Guid1,
89 LowPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1);
91 HighPartOfGuid1 = ReadUnaligned64 ((CONST UINT64*) Guid1 + 1);
79 CompareGuid( IN CONST GUID *Guid1, IN CONST GUID *Guid2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBinderFuncs.c79 IN EFI_GUID *Guid1,
83 return CompareGuid (Guid1, Guid2) ? FALSE : TRUE;
78 CommonLibBinderCompareGuid( IN EFI_GUID *Guid1, IN EFI_GUID *Guid2 ) argument
H A DCommonLib.c117 IN EFI_GUID *Guid1,
128 Guid1 - guid to compare
132 = 0 if Guid1 == Guid2
133 != 0 if Guid1 != Guid2
144 g1 = (INT32 *) Guid1;
116 CompareGuid( IN EFI_GUID *Guid1, IN EFI_GUID *Guid2 ) argument

Completed in 49 milliseconds