ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.77 by root, Mon Jan 20 13:41:18 2020 UTC vs.
Revision 1.78 by root, Mon Jan 20 20:40:06 2020 UTC

694 694
695=item uint32_t ecb_bswap32 (uint32_t x) 695=item uint32_t ecb_bswap32 (uint32_t x)
696 696
697=item uint64_t ecb_bswap64 (uint64_t x) 697=item uint64_t ecb_bswap64 (uint64_t x)
698 698
699=item T ecb_bswap (T x)
700
699These functions return the value of the 16-bit (32-bit, 64-bit) value 701These functions return the value of the 16-bit (32-bit, 64-bit) value
700C<x> after reversing the order of bytes (0x11223344 becomes 0x44332211 in 702C<x> after reversing the order of bytes (0x11223344 becomes 0x44332211 in
701C<ecb_bswap32>). 703C<ecb_bswap32>).
702 704
703The overloaded C++ C<ecb_bswap> function supports C<uint8_t>, C<uint16_t>, 705The overloaded C++ C<ecb_bswap> function supports C<uint8_t>, C<uint16_t>,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines