Home
last modified time | relevance | path

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

/src/contrib/bearssl/src/symcipher/
H A Dpoly1305_i15.c114 byteswap16(unsigned char *buf) in byteswap16() function
173 byteswap16(pkey); in br_poly1305_i15_run()
199 byteswap16(pkey + 16); in br_poly1305_i15_run()
213 byteswap16(tag); in br_poly1305_i15_run()
/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
90 # define byteswap16(num) swap16(num) macro
94 # define byteswap16(num) bswap16(num) macro
103 # define byteswap16(num) BSWAP_16(num) macro
131 #ifndef byteswap16
132 # define byteswap16(n) (uint16_t)( \ macro
172 # define conv16le(num) byteswap16(num)
182 # define conv16be(num) byteswap16(num)