Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/common/
H A Dtuklib_integer.h124 # define conv32le(num) LE_32(num) macro
174 # ifndef conv32le
175 # define conv32le(num) byteswap32(num) macro
193 # ifndef conv32le
194 # define conv32le(num) ((uint32_t)(num)) macro
431 return conv32le(num); in read32le()
459 #define write32le(buf, num) write32ne(buf, conv32le(num))
762 return conv32le(num); in aligned_read32le()
786 #define aligned_write32le(buf, num) aligned_write32ne((buf), conv32le(num))
/freebsd/contrib/xz/src/xz/
H A Dlist.c636 "%08" PRIx32, conv32le(buf.u32[0])); in parse_check_value()