HomeSort by: relevance | last modified time | path
    Searched refs:htonll (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/tmux/dist/compat/
htonll.c 23 htonll(uint64_t v) function
imsg-buffer.c 40 #define htobe64 htonll
  /src/external/cddl/osnet/sys/sys/
byteorder.h 85 #define htonll(x) BMASK_64(x) macro
88 #define htonll(x) BSWAP_64(x) macro
  /src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h 75 # define htobe64(x) htonll(x)
  /src/external/bsd/tmux/dist/
compat.h 351 /* htonll.c */
352 #undef htonll macro
353 uint64_t htonll(uint64_t);
  /src/external/bsd/dhcpcd/dist/src/
auth.c 54 #define htonll macro
58 #ifndef htonll
60 #define htonll(x) \ macro
64 #define htonll(x) (x) macro
66 #endif /* htonll */
659 rdm = htonll(rdm);
  /src/external/bsd/tmux/usr.bin/tmux/
Makefile 157 SRCS+= htonll.c

Completed in 71 milliseconds