X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FLowBitSet64.c;h=2bc8bc3910e03954b6ea1293297e49b50b9af6d1;hb=de4f7f52f2003b854a754e3815f0a0c1c611118f;hp=bef8390d74e8727e0ddcf00703e1936d27c511d6;hpb=e1f414b6a7d8a0424e0e01f655b09a4612b4d0e8;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/LowBitSet64.c b/MdePkg/Library/BaseLib/LowBitSet64.c index bef8390d74..2bc8bc3910 100644 --- a/MdePkg/Library/BaseLib/LowBitSet64.c +++ b/MdePkg/Library/BaseLib/LowBitSet64.c @@ -1,21 +1,19 @@ /** @file Math worker functions. - Copyright (c) 2006, Intel Corporation
- All rights reserved. This program and the accompanying materials + Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
+ This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php + http://opensource.org/licenses/bsd-license.php. THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. **/ -// -// Include common header file for this module. -// -#include "CommonHeader.h" + + #include "BaseLibInternals.h" @@ -28,8 +26,9 @@ @param Operand The 64-bit operand to evaluate. - @return Position of the lowest bit set in Operand if found. - @retval -1 Operand is zero. + @retval 0..63 The lowest bit set in Operand was found. + @retval -1 Operand is zero. + **/ INTN