Home
last modified time | relevance | path

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

/freebsd-src/contrib/xz/src/common/
H A Dtuklib_integer.h69 # define byteswap16(num) __builtin_bswap16(num) macro
77 # define byteswap16(num) bswap_16(num) macro
89 # define byteswap16( global() macro
97 # define byteswap16( global() macro
126 # define byteswap16( global() macro
/freebsd-src/contrib/bearssl/src/symcipher/
H A Dpoly1305_i15.c114 byteswap16(unsigned char *buf) in byteswap16() function