IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2026, 3:55:34 PM (6 months ago)
Author:
eugene
Message:

fix typos in comments and psMD5.h protect block define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20250626/psLib/src/math/psConstants.h

    r21183 r42953  
    6767
    6868// These defines for bitwise opertaions are necessary to yield results of the proper size (use instead of ~)
    69 #define PS_NOT_U8(A)(UINT8_MAX-(A)) // Perform bitwise NOT on A which is of type U8
    70 #define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitwaise NOT on A which is of type U16
    71 #define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U8
    72 #define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitwaise NOT on A which is of type U16
     69#define PS_NOT_U8(A)(UINT8_MAX-(A))   // Perform bitwise NOT on A which is of type U8
     70#define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitwise NOT on A which is of type U16
     71#define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U32
     72#define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitwise NOT on A which is of type U64
    7373
    7474/// @}
Note: See TracChangeset for help on using the changeset viewer.