Searched defs:be64_copy (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/tools/mkisofs/schilytools/libmdigest/ |
H A D | byte_order.h | 184 # define be64_copy(to, index, from, length) memcpy((to) + (index), (from), (length)) macro 197 # define be64_copy(to, index, from, length) rhash_swap_copy_str_to_u64((to), (index), (from), (leng… macro
|