IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42953


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

fix typos in comments and psMD5.h protect block define

Location:
branches/eam_branches/ipp-20250626/psLib/src/math
Files:
2 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/// @}
  • branches/eam_branches/ipp-20250626/psLib/src/math/psMD5.h

    r11248 r42953  
    88
    99#ifndef PS_MD5_H
    10 #define PS_MD5_h
     10#define PS_MD5_H
    1111
    1212/// @addtogroup MathOps Mathematical Operations
Note: See TracChangeset for help on using the changeset viewer.