Home
last modified time | relevance | path

Searched defs:htonll (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/ntlmclient/
H A Dcompat.h27 # define htonll htobe64 macro
31 # define htonll htobe64 macro
35 # define htonll htobe64 macro
44 # define htonll(x) (x) macro
46 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/deps/ntlmclient/
H A Dcompat.h27 # define htonll htobe64 macro
31 # define htonll htobe64 macro
35 # define htonll htobe64 macro
44 # define htonll(x) (x) macro
46 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
/dports/devel/gitui/gitui-0.10.1/cargo-crates/libgit2-sys-0.12.12+1.0.1/libgit2/deps/ntlmclient/
H A Dcompat.h27 # define htonll htobe64 macro
31 # define htonll htobe64 macro
35 # define htonll htobe64 macro
44 # define htonll(x) (x) macro
46 # define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl((uint64_t)(x) >> 32)) macro
/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dstorage.h74 # define htonll(_x_) NXSwapHostLongLongToBig(_x_) macro
77 #define htonll(_x_) bswap64(_x_) macro
79 # define htonll(_x_) __bswap_64(_x_) macro
88 # define htonll(_x_) _x_ macro
108 #define htonll(x) bswap64(x) macro
110 #define htonll(x) __bswap_64(x) macro
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dbyteorder.h60 # define htonll(x) (x) macro
72 # define htonll(i) __builtin_bswap64(i) macro
76 # define htonll(x) htobe64(x) macro
84 # define htonll(x) _htonll(x) macro
/dports/net/jicmp6/jicmp6-1.2.3/
H A DICMPv6Socket.h172 # define htonll(_x_) OSSwapHostToBigInt64(_x_) macro
174 # define htonll(_x_) NXSwapHostLongLongToBig(_x_) macro
176 # define htonll(_x_) (_x_) macro
178 # define htonll(_x_) BSWAP_64(_x_) macro
180 # define htonll(_x_) __bswap_64(_x_) macro
182 # define htonll(_x_) bswap_64(_x_) macro
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dbyteorder64.h59 # define htonll(x) (x) macro
63 # define htonll(x) htobe64(x) macro
70 # define htonll(x) _htonll(x) macro
/dports/net/jicmp/jicmp-1.4.4/
H A DIcmpSocket.h180 # define htonll(_x_) OSSwapHostToBigInt64(_x_) macro
182 # define htonll(_x_) NXSwapHostLongLongToBig(_x_) macro
184 # define htonll(_x_) (_x_) macro
186 # define htonll(_x_) BSWAP_64(_x_) macro
188 # define htonll(_x_) __bswap_64(_x_) macro
190 # define htonll(_x_) bswap_64(_x_) macro
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dbyteorder64.h64 # define htonll(x) (x) macro
68 # define htonll(x) htobe64(x) macro
75 # define htonll(x) _htonll(x) macro
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/devel/thrift/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
85 #define htonll(n) _byteswap_uint64(n) macro
88 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/
H A DXS.xs33 # define htonll(n) (n) macro
57 # define htonll(n) bswap_64(n) macro
60 # define htonll(n) ( (((uint64_t)htonl(n)) << 32) + htonl(n >> 32) ) macro
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
84 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/ext/
H A Dendian.h68 #define htonll(n) (n) macro
81 #define htonll(n) bswap_64(n) macro
84 #define htonll(n) ((((unsigned long long)htonl(n)) << 32) + htonl(n >> 32)) macro
/dports/comms/soapyremote/SoapyRemote-soapy-remote-0.5.2/common/
H A DSoapySocketDefs.in.hpp86 #define htonll(x) __builtin_bswap64(x) macro
88 #define htonll(x) (x) macro
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/platforms/linux/
H A DLinux.hpp29 #define htonll(x) bswap_64(x) macro
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/platforms/darwin/
H A DDarwin.hpp29 #define htonll(x) __DARWIN_OSSwapInt64(x) macro
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/Util/
H A Dstrip-nonlinetable-debuginfo-localvars.ll29 !8 = !{i32 2, !"Debug Info Version", i32 3}
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/detail/
H A Ddescriptor_ops.hpp30 namespace asio {
/dports/devel/git-svn/git-2.34.1/compat/
H A Dbswap.h100 #define htonll(x) bswap64(x) macro
140 # define htonll(n) (n) macro
143 # define htonll(n) default_bswap64(n) macro

12345678910>>...14