Searched refs:cbor_ntohs (Results 1 – 4 of 4) sorted by relevance
101 # define cbor_ntohs _bswap16 macro104 # define cbor_ntohs __builtin_bswap16107 # define cbor_ntohs(x) (((uint16_t)x >> 8) | ((uint16_t)x << 8))108 # define cbor_htons cbor_ntohs115 # define cbor_ntohs126 # define cbor_ntohs _byteswap_ushort129 #ifndef cbor_ntohs131 # define cbor_ntohs ntohs macro
36 return cbor_ntohs(result); in get16()
41 return cbor_ntohs(val); in cbor_mbuf_reader_get16()
251 val = cbor_ntohs(val16); in generic_dump_base64()