Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_endian.h92 __STATIC __INLINE uint32_t co_htonl(uint32_t hostlong) in co_htonl() argument
95 return hostlong; in co_htonl()
97 return co_bswap32(hostlong); in co_htonl()
177 __STATIC __INLINE uint32_t co_htobl(uint32_t hostlong) in co_htobl() argument
180 return hostlong; in co_htobl()
182 return co_bswap32(hostlong); in co_htobl()
/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_net.c30 uint32_t nghttp2_htonl(uint32_t hostlong) in nghttp2_htonl() argument
34 *p++ = hostlong >> 24; in nghttp2_htonl()
35 *p++ = (hostlong >> 16) & 0xffu; in nghttp2_htonl()
36 *p++ = (hostlong >> 8) & 0xffu; in nghttp2_htonl()
37 *p = hostlong & 0xffu; in nghttp2_htonl()
A Dnghttp2_net.h54 STIN uint32_t nghttp2_htonl(uint32_t hostlong);

Completed in 3 milliseconds