Home
last modified time | relevance | path

Searched defs:be64toh (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/cpp-api/websocket/
H A DWSBuffer.cc36 #define be64toh(x) OSSwapBigToHostInt64(x) macro
39 #define be64toh(x) ntohll(x) macro
41 #define be64toh(x) (x) macro
48 #define be64toh(x) __bswap64(x) macro
50 #define be64toh(x) (x) macro
/dports/sysutils/burp/burp-2.4.0/src/
H A Dburp.h110 #define be64toh(x) OSSwapBigToHostInt64(x) macro
118 #define be64toh(x) BE_64(x) macro
128 #define be64toh(x) __builtin_bswap64(x) macro
133 #define be64toh(x) (x) macro
146 #define be64toh(x) (x) macro
156 #define be64toh(x) bswap_64 (x) macro
161 #define be64toh(x) (x) macro
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dburp.h110 #define be64toh(x) OSSwapBigToHostInt64(x) macro
118 #define be64toh(x) BE_64(x) macro
128 #define be64toh(x) __builtin_bswap64(x) macro
133 #define be64toh(x) (x) macro
146 #define be64toh(x) (x) macro
156 #define be64toh(x) bswap_64 (x) macro
161 #define be64toh(x) (x) macro
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdendian.h53 #define be64toh(x) (x) macro
59 #define be64toh(x) __bswap_64 (x) macro
76 #define be64toh(x) (x) macro
84 #define be64toh(x) BSWAP_64(x) macro
98 #define be64toh(x) (x) macro
105 #define be64toh(x) OSSwapInt64(x) macro
116 #define be64toh(x) _byteswap_uint64(x) macro
124 #define be64toh(x) (x) macro
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdendian.h53 #define be64toh(x) (x) macro
59 #define be64toh(x) __bswap_64 (x) macro
76 #define be64toh(x) (x) macro
84 #define be64toh(x) BSWAP_64(x) macro
98 #define be64toh(x) (x) macro
105 #define be64toh(x) OSSwapInt64(x) macro
116 #define be64toh(x) _byteswap_uint64(x) macro
124 #define be64toh(x) (x) macro
/dports/net/kcat/kcat-1.7.0/
H A Drdendian.h53 #define be64toh(x) (x) macro
59 #define be64toh(x) __bswap_64 (x) macro
76 #define be64toh(x) (x) macro
84 #define be64toh(x) BSWAP_64(x) macro
98 #define be64toh(x) (x) macro
105 #define be64toh(x) OSSwapInt64(x) macro
116 #define be64toh(x) _byteswap_uint64(x) macro
124 #define be64toh(x) (x) macro
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdendian.h53 #define be64toh(x) (x) macro
59 #define be64toh(x) __bswap_64 (x) macro
76 #define be64toh(x) (x) macro
84 #define be64toh(x) BSWAP_64(x) macro
98 #define be64toh(x) (x) macro
105 #define be64toh(x) OSSwapInt64(x) macro
116 #define be64toh(x) _byteswap_uint64(x) macro
124 #define be64toh(x) (x) macro
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/
H A Dendian-shim.h24 # define be64toh(x) ntohll(x) macro
45 #define be64toh(x) OSSwapBigToHostInt64(x) macro
59 # define be64toh(x) __bswap_64(x) macro
61 # define be64toh(x) (x) macro
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DEndian.h37 inline uint64_t be64toh(uint64_t x) { in be64toh() function
46 inline uint64_t be64toh(uint64_t x) { in be64toh() function
/dports/net/mosh/mosh-1.3.2/src/crypto/
H A Dbyteorder.h48 #define be64toh betoh64 macro
55 # define be64toh OSSwapBigToHostInt64 macro
91 inline uint64_t be64toh( uint64_t x ) { in be64toh() function
/dports/benchmarks/iperf3/iperf-3.10.1/src/
H A Dportable_endian.h31 # define be64toh(x) betoh64(x) macro
39 # define be64toh(x) (x) macro
60 # define be64toh(x) OSSwapBigToHostInt64(x) macro
84 # define be64toh(x) ntohll(x) macro
106 # define be64toh(x) ntohll(x) macro
124 # define be64toh(x) (x) macro
171 #define be64toh(n) NTOHLL(n) macro
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/libhfs/
H A Dbyteorder.h34 #define be64toh(x) OSSwapBigToHostInt64(x) macro
55 static inline uint64_t be64toh(uint64_t x) { in be64toh() function
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/
H A Dportable_endian.hpp36 # define be64toh OSSwapBigToHostInt64 macro
58 # define be64toh betoh64 macro
79 # define be64toh ntohll macro
97 # define be64toh(x) (x) macro
/dports/graphics/qgis/qgis-3.22.3/external/laz-perf/
H A Dportable_endian.hpp36 # define be64toh OSSwapBigToHostInt64 macro
58 # define be64toh betoh64 macro
79 # define be64toh ntohll macro
97 # define be64toh(x) (x) macro
/dports/www/nginx-full/mod_zip-cfd0be4/
H A Dngx_http_zip_endian.h30 # define be64toh OSSwapBigToHostInt64 macro
52 # define be64toh betoh64 macro
74 # define be64toh ntohll macro
92 # define be64toh(x) (x) macro
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEndianness.h53 # define be64toh(x) _byteswap_uint64(x) macro
59 # define be64toh(x) __builtin_bswap64(x) macro
65 # define be64toh(x) __orthanc_bswap64(x) macro
111 # define be64toh(x) OSSwapBigToHostInt64(x) macro
179 # define be64toh(x) __orthanc_bswap64(x) macro
192 # define be64toh(x) x macro
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEndianness.h53 # define be64toh(x) _byteswap_uint64(x) macro
59 # define be64toh(x) __builtin_bswap64(x) macro
65 # define be64toh(x) __orthanc_bswap64(x) macro
111 # define be64toh(x) OSSwapBigToHostInt64(x) macro
179 # define be64toh(x) __orthanc_bswap64(x) macro
192 # define be64toh(x) x macro
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/
H A DEndianness.h53 # define be64toh(x) _byteswap_uint64(x) macro
59 # define be64toh(x) __builtin_bswap64(x) macro
65 # define be64toh(x) __orthanc_bswap64(x) macro
111 # define be64toh(x) OSSwapBigToHostInt64(x) macro
179 # define be64toh(x) __orthanc_bswap64(x) macro
192 # define be64toh(x) x macro
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/
H A DEndianness.h53 # define be64toh(x) _byteswap_uint64(x) macro
59 # define be64toh(x) __builtin_bswap64(x) macro
65 # define be64toh(x) __orthanc_bswap64(x) macro
111 # define be64toh(x) OSSwapBigToHostInt64(x) macro
179 # define be64toh(x) __orthanc_bswap64(x) macro
192 # define be64toh(x) x macro
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/
H A DEndianness.h53 # define be64toh(x) _byteswap_uint64(x) macro
59 # define be64toh(x) __builtin_bswap64(x) macro
65 # define be64toh(x) __orthanc_bswap64(x) macro
111 # define be64toh(x) OSSwapBigToHostInt64(x) macro
179 # define be64toh(x) __orthanc_bswap64(x) macro
192 # define be64toh(x) x macro
/dports/devel/py-thriftpy2/thriftpy2-0.4.14/thriftpy2/protocol/cybin/
H A Dendian_port.h11 #define be64toh(x) OSSwapBigToHostInt64(x) macro
39 #define be64toh(x) bswap_64(x) macro
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/
H A Dendian_port.h11 #define be64toh(x) OSSwapBigToHostInt64(x) macro
39 #define be64toh(x) bswap_64(x) macro
/dports/security/n2n/n2n-2.8/include/
H A Dportable_endian.h51 # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t… macro
66 # define be64toh(x) (x) macro
89 # define be64toh(x) OSSwapBigToHostInt64(x) macro
120 # define be64toh(x) betoh64(x) macro
139 # define be64toh(x) _byteswap_uint64(x) macro
158 # define be64toh(x) (x) macro
188 # define be64toh(x) BE_64(x) macro
192 # define be64toh(x) (x) macro
/dports/security/py-bcrypt/bcrypt-3.2.0/src/_csrc/
H A Dportable_endian.h47 # define be64toh(x) (((uint64_t)ntohl(((uint32_t)(((uint64_t)(x)) >> 32)))) | (((uint64_t… macro
62 # define be64toh(x) (x) macro
85 # define be64toh(x) OSSwapBigToHostInt64(x) macro
116 # define be64toh(x) betoh64(x) macro
135 # define be64toh(x) _byteswap_uint64(x) macro
154 # define be64toh(x) (x) macro
184 # define be64toh(x) BE_64(x) macro
188 # define be64toh(x) (x) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/tools/
H A Delf-entry.c16 # define be64toh(x) bswap_64(x) macro
21 # define be64toh(x) (x) macro

12345678910>>...12