Home
last modified time | relevance | path

Searched refs:cbor_ntohll (Results 1 – 3 of 3) sorted by relevance

/tinycbor-2.7.6/include/tinycbor/
Dcompilersupport_p.h96 # define cbor_ntohll __builtin_bswap64 macro
111 # define cbor_ntohll
122 # define cbor_ntohll _byteswap_uint64
139 #ifndef cbor_ntohll
140 # define cbor_ntohll ntohll macro
Dextract_number_p.h50 return cbor_ntohll(result); in get64()
/tinycbor-2.7.6/src/
Dcbor_mbuf_reader.c61 return cbor_ntohll(val); in cbor_mbuf_reader_get64()