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

/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_integer.h107 # define conv16le(num) LE_16(num) macro
157 # ifndef conv16le
158 # define conv16le(num) bswap16(num) macro
176 # ifndef conv16le
177 # define conv16le(num) ((uint16_t)(num)) macro
306 return conv16le(num);
356 # define write16le(buf, num) write16ne(buf, conv16le(num))
535 return conv16le(num);
573 #define aligned_write16le(buf, num) aligned_write16ne((buf), conv16le(num))

Completed in 48 milliseconds