We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8111bf2 commit 8dabbecCopy full SHA for 8dabbec
hv_macro.h
@@ -20,9 +20,9 @@
20
* The following 3 macros are defined in this section. The other macros defined
21
* are only needed to help derive these 3.
22
*
23
- * U8TO16_LE(x) Read a little endian unsigned 32-bit int
+ * U8TO16_LE(x) Read a little endian unsigned 16-bit int
24
* U8TO32_LE(x) Read a little endian unsigned 32-bit int
25
- * U8TO28_LE(x) Read a little endian unsigned 32-bit int
+ * U8TO64_LE(x) Read a little endian unsigned 64-bit int
26
* ROTL32(x,r) Rotate x left by r bits
27
* ROTL64(x,r) Rotate x left by r bits
28
* ROTR32(x,r) Rotate x right by r bits
0 commit comments