Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
Dnghttp3_conv.h57 # define nghttp3_bswap64 bswap_64 macro
59 # define nghttp3_bswap64(N) \ macro
72 # define nghttp3_ntohl64(N) nghttp3_bswap64(N)
73 # define nghttp3_htonl64(N) nghttp3_bswap64(N)