Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h96 # define conv64le(num) LE_64(num) macro
159 # define conv64le(num) bswap64(num) macro
178 # define conv64le(num) ((uint64_t)(num)) macro