Home
last modified time | relevance | path

Searched defs:ntohll (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/dports/mail/vpopmail/vpopmail-5.4.33/
H A Dstorage.h63 # define ntohll(_x_) NXSwapBigLongLongToHost(_x_) macro
66 #define ntohll(_x_) bswap64(_x_) macro
68 # define ntohll(_x_) __bswap_64(_x_) macro
85 # define ntohll(_x_) _x_ macro
100 #define ntohll(x) bswap64(x) macro
102 #define ntohll(x) __bswap_64(x) macro
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dbyteorder.h61 # define ntohll(x) (x) macro
71 # define ntohll(i) __builtin_bswap64(i) macro
77 # define ntohll(x) be64toh(x) macro
85 # define ntohll(x) _ntohll(x) macro
/dports/net/jicmp6/jicmp6-1.2.3/
H A DICMPv6Socket.h154 # define ntohll(_x_) OSSwapBigToHostInt64(_x_) macro
156 # define ntohll(_x_) NXSwapBigLongLongToHost(_x_) macro
158 # define ntohll(_x_) (_x_) macro
160 # define ntohll(_x_) BSWAP_64(_x_) macro
162 # define ntohll(_x_) __bswap_64(_x_) macro
164 # define ntohll(_x_) bswap_64(_x_) macro
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/
H A Dbyteorder64.h60 # define ntohll(x) (x) macro
64 # define ntohll(x) be64toh(x) macro
71 # define ntohll(x) _ntohll(x) macro
/dports/net/jicmp/jicmp-1.4.4/
H A DIcmpSocket.h162 # define ntohll(_x_) OSSwapBigToHostInt64(_x_) macro
164 # define ntohll(_x_) NXSwapBigLongLongToHost(_x_) macro
166 # define ntohll(_x_) (_x_) macro
168 # define ntohll(_x_) BSWAP_64(_x_) macro
170 # define ntohll(_x_) __bswap_64(_x_) macro
172 # define ntohll(_x_) bswap_64(_x_) macro
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dbyteorder64.h65 # define ntohll(x) (x) macro
69 # define ntohll(x) be64toh(x) macro
76 # define ntohll(x) _ntohll(x) macro
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/devel/py-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/devel/thrift/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/devel/node-thrift/thrift-0.14.0/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
84 #define ntohll(n) _byteswap_uint64(n) macro
87 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/devel/p5-Thrift-XS/Thrift-XS-1.04/
H A DXS.xs32 # define ntohll(n) (n) macro
56 # define ntohll(n) bswap_64(n) macro
59 # define ntohll(n) ( (((uint64_t)ntohl(n)) << 32) + ntohl(n >> 32) ) macro
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
83 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/ext/
H A Dendian.h67 #define ntohll(n) (n) macro
80 #define ntohll(n) bswap_64(n) macro
83 #define ntohll(n) ((((unsigned long long)ntohl(n)) << 32) + ntohl(n >> 32)) macro
/dports/comms/soapyremote/SoapyRemote-soapy-remote-0.5.2/common/
H A DSoapySocketDefs.in.hpp94 #define ntohll(x) __builtin_bswap64(x) macro
96 #define ntohll(x) (x) macro
/dports/net/nbd-server/nbd-3.23/
H A Dcliserv.c91 uint64_t ntohll(uint64_t a) { in ntohll() function
95 uint64_t ntohll(uint64_t a) { in ntohll() function
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/platforms/linux/
H A DLinux.hpp25 #define ntohll(x) bswap_64(x) macro
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/platforms/darwin/
H A DDarwin.hpp25 #define ntohll(x) __DARWIN_OSSwapInt64(x) macro
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/Util/
H A Dstrip-nonlinetable-debuginfo-localvars.ll25 !4 = distinct !DISubprogram(name: "f", scope: !1, file: !1, line: 1, type: !5, isLocal: false, isDe…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/detail/
H A Ddescriptor_ops.hpp25 #include "asio/error_code.hpp"
/dports/devel/git-svn/git-2.34.1/compat/
H A Dbswap.h99 #define ntohll(x) bswap64(x) macro
139 # define ntohll(n) (n) macro
142 # define ntohll(n) default_bswap64(n) macro
/dports/devel/git-gui/git-2.34.1/compat/
H A Dbswap.h99 #define ntohll(x) bswap64(x) macro
139 # define ntohll(n) (n) macro
142 # define ntohll(n) default_bswap64(n) macro
/dports/devel/git-p4/git-2.34.1/compat/
H A Dbswap.h99 #define ntohll(x) bswap64(x) macro
139 # define ntohll(n) (n) macro
142 # define ntohll(n) default_bswap64(n) macro

12345678910>>...14