Searched refs:conv64le (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/xz/src/liblzma/check/
H A Dcheck.c159 check->buffer.u64[0] = conv64le(check->state.crc64);
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_integer.h113 # define conv64le(num) LE_64(num) macro
163 # ifndef conv64le
164 # define conv64le(num) bswap64(num) macro
182 # ifndef conv64le
183 # define conv64le(num) ((uint64_t)(num)) macro
567 return conv64le(num);
577 #define aligned_write64le(buf, num) aligned_write64ne((buf), conv64le(num))
/freebsd-11-stable/contrib/xz/src/xz/
H A Dlist.c570 "%016" PRIx64, conv64le(buf.u64[0]));

Completed in 96 milliseconds