Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h93 # define conv32le(num) LE_32(num) macro
156 # define conv32le(num) bswap32(num) macro
175 # define conv32le(num) ((uint32_t)(num)) macro