Home
last modified time | relevance | path

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

/external/cn-cbor/src/
Dcn-encoder.c22 #define hton32p(p) (htonl(*(uint32_t*)(p))) macro
25 uint64_t ret = hton32p(p); in hton64p()
27 ret |= hton32p(p+4); in hton64p()
105 be32 = hton32p(&be32); in _write_positive()
153 be32 = hton32p((const uint8_t*)&u32.u); in _write_double()