Home
last modified time | relevance | path

Searched refs:conv64le (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h127 # define conv64le(num) LE_64(num) macro
177 # ifndef conv64le
178 # define conv64le(num) byteswap64(num) macro
196 # ifndef conv64le
197 # define conv64le(num) ((uint64_t)(num)) macro
447 return conv64le(num); in read64le()
460 #define write64le(buf, num) write64ne(buf, conv64le(num))
778 return conv64le(num); in aligned_read64le()
788 #define aligned_write64le(buf, num) aligned_write64ne((buf), conv64le(num))
/freebsd/contrib/xz/src/xz/
H A Dlist.c639 "%016" PRIx64, conv64le(buf.u64[0])); in parse_check_value()