Home
last modified time | relevance | path

Searched refs:betoh16 (Results 1 – 25 of 70) sorted by relevance

123

/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dmachendian.h30 # if defined(be16toh) && !defined(betoh16)
32 # define betoh16(x) be16toh(x) macro
48 # define betoh16(x) (x) macro
53 # define betoh16(x) swap16(x) macro
H A Dtype.h79 #undef betoh16
88 # define betoh16(x) (x) macro
93 # define betoh16(x) swap16(x) macro
98 #define htobe16(x) betoh16(x)
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/include/android-base/
H A Dendian.h39 #define betoh16(x) be16toh(x) macro
68 #define betoh16(x) __builtin_bswap16(x) macro
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/include/android-base/
H A Dendian.h46 #define betoh16(x) be16toh(x) macro
83 #define betoh16(x) __builtin_bswap16(x) macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A Dendian.h169 __uint16_t betoh16(__uint16_t);
194 #define betoh16 __swap16 macro
240 #define betoh16(x) (x) macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A Dendian.h169 __uint16_t betoh16(__uint16_t);
194 #define betoh16 __swap16 macro
240 #define betoh16(x) (x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dendian.h64 #define betoh16(x) __bswap16(x) macro
71 #define betoh16(x) (uint16_t)(x) macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dendian.h43 #define betoh16(x) __bswap16(x) macro
62 #define betoh16(x) (uint16_t)(x) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dendian.h43 #define betoh16(x) __bswap16(x) macro
62 #define betoh16(x) (uint16_t)(x) macro
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dbyteorder.h318 #ifndef betoh16
319 #define betoh16 ___my_swab16 macro
375 #ifndef betoh16
376 #define betoh16(x) (x) macro
/dports/devel/flatcc/flatcc-0.6.0/include/flatcc/portable/
H A Dpendian.h104 #if !defined(be16toh) && defined(betoh16)
105 #define be16toh betoh16
/dports/sysutils/dateutils/dateutils-0.4.1/lib/
H A Dboops.h137 # if defined betoh16
138 # define be16toh betoh16
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dbyteorder64.h56 # define be16toh(x) betoh16(x)
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/
H A Dendian_test.cpp50 ASSERT_EQ(le16, betoh16(be16)); in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/
H A Dendian_test.cpp50 ASSERT_EQ(le16, betoh16(be16)); in TEST()
/dports/net/mosh/mosh-1.3.2/src/crypto/
H A Dbyteorder.h49 #define be16toh betoh16
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/
H A Dportable_endian.hpp52 # define be16toh betoh16

123