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

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

756=item uint_fast64_t ecb_le_u64_to_host (uint_fast64_t v) 756=item uint_fast64_t ecb_le_u64_to_host (uint_fast64_t v)
757 757
758Convert an unsigned 16, 32 or 64 bit value from big or little endian to host byte order. 758Convert an unsigned 16, 32 or 64 bit value from big or little endian to host byte order.
759 759
760The naming convention is C<ecb_>(C<be>|C<le>)C<_u>C<16|32|64>C<_to_host>, 760The naming convention is C<ecb_>(C<be>|C<le>)C<_u>C<16|32|64>C<_to_host>,
761where be and le stand for big endian and little endian, respectively. 761where C<be> and C<le> stand for big endian and little endian, respectively.
762 762
763=item uint_fast16_t ecb_host_to_be_u16 (uint_fast16_t v) 763=item uint_fast16_t ecb_host_to_be_u16 (uint_fast16_t v)
764 764
765=item uint_fast32_t ecb_host_to_be_u32 (uint_fast32_t v) 765=item uint_fast32_t ecb_host_to_be_u32 (uint_fast32_t v)
766 766

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines