Home
last modified time | relevance | path

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

/dragonfly/contrib/xz/src/common/
H A Dtuklib_integer.h356 # define write16le(buf, num) write16ne(buf, conv16le(num)) macro
374 write16le(uint8_t *buf, uint16_t num) in write16le() function