]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseMemoryLibSse2/Ia32/ScanMem16.asm
1. Change 0 == Length style to Length == 0
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibSse2 / Ia32 / ScanMem16.asm
index 7071942ede08ecc9d7fa81e5be3e3136e8500e72..6ad09996eb6bfeab5a7f7d238bd114430a47efc6 100644 (file)
 ;\r
 ; Notes:\r
 ;\r
-;   The following BaseMemoryLib instances share the same version of this file:\r
+;   The following BaseMemoryLib instances contain the same copy of this file:\r
 ;\r
 ;       BaseMemoryLibRepStr\r
 ;       BaseMemoryLibMmx\r
 ;       BaseMemoryLibSse2\r
+;       BaseMemoryLibOptDxe\r
+;       BaseMemoryLibOptPei\r
 ;\r
 ;------------------------------------------------------------------------------\r
 \r
     .model  flat,C\r
     .code\r
 \r
+;------------------------------------------------------------------------------\r
+; CONST VOID *\r
+; EFIAPI\r
+; InternalMemScanMem16 (\r
+;   IN      CONST VOID                *Buffer,\r
+;   IN      UINTN                     Length,\r
+;   IN      UINT16                    Value\r
+;   );\r
+;------------------------------------------------------------------------------\r
 InternalMemScanMem16    PROC    USES    edi\r
     mov     ecx, [esp + 12]\r
     mov     edi, [esp + 8]\r