Home
last modified time | relevance | path

Searched defs:conv16le (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h90 # define conv16le(num) LE_16(num) macro
153 # define conv16le(num) bswap16(num) macro
172 # define conv16le(num) ((uint16_t)(num)) macro