Changeset 42953
- Timestamp:
- Jan 11, 2026, 3:55:34 PM (4 months ago)
- Location:
- branches/eam_branches/ipp-20250626/psLib/src/math
- Files:
-
- 2 edited
-
psConstants.h (modified) (1 diff)
-
psMD5.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20250626/psLib/src/math/psConstants.h
r21183 r42953 67 67 68 68 // 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 U870 #define PS_NOT_U16(A)(UINT16_MAX-(A)) // Perform bitw aise NOT on A which is of type U1671 #define PS_NOT_U32(A)(UINT32_MAX-(A)) // Perform bitwise NOT on A which is of type U 872 #define PS_NOT_U64(A)(UINT64_MAX-(A)) // Perform bitw aise NOT on A which is of type U1669 #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 73 73 74 74 /// @} -
branches/eam_branches/ipp-20250626/psLib/src/math/psMD5.h
r11248 r42953 8 8 9 9 #ifndef PS_MD5_H 10 #define PS_MD5_ h10 #define PS_MD5_H 11 11 12 12 /// @addtogroup MathOps Mathematical Operations
Note:
See TracChangeset
for help on using the changeset viewer.
