H A D | byte_order.h | 182 # define be32_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument 183 # define le32_copy(to, index, from, length) rhash_swap_copy_str_to_u32((to), (index), (from), (leng… argument 184 # define be64_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument 185 # define le64_copy(to, index, from, length) rhash_swap_copy_str_to_u64((to), (index), (from), (leng… argument 186 # define me64_to_be_str(to, from, length) memcpy((to), (from), (length)) argument 187 # define me64_to_le_str(to, from, length) rhash_swap_copy_u64_to_str((to), (from), (length)) argument 195 # define be32_copy(to, index, from, length) rhash_swap_copy_str_to_u32((to), (index), (from), (leng… argument 196 # define le32_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument 198 # define le64_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) argument 199 # define me64_to_be_str(to, from, length) rhash_swap_copy_u64_to_str((to), (from), (length)) argument [all …]
|