Home
last modified time | relevance | path

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

123

/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dtype.h80 #undef betoh32
89 # define betoh32(x) (x) macro
94 # define betoh32(x) swap32(x) macro
99 #define htobe32(x) betoh32(x)
H A Dmachendian.h33 # define betoh32(x) be32toh(x) macro
49 # define betoh32(x) (x) macro
54 # define betoh32(x) swap32(x) macro
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/include/android-base/
H A Dendian.h40 #define betoh32(x) be32toh(x) macro
69 #define betoh32(x) __builtin_bswap32(x) macro
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/include/android-base/
H A Dendian.h47 #define betoh32(x) be32toh(x) macro
84 #define betoh32(x) __builtin_bswap32(x) macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A Dendian.h168 __uint32_t betoh32(__uint32_t);
195 #define betoh32 __swap32 macro
241 #define betoh32(x) (x) macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A Dendian.h168 __uint32_t betoh32(__uint32_t);
195 #define betoh32 __swap32 macro
241 #define betoh32(x) (x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/
H A Dendian.h65 #define betoh32(x) __bswap32(x) macro
72 #define betoh32(x) (uint32_t)(x) macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/
H A Dendian.h46 #define betoh32(x) __bswap32(x) macro
65 #define betoh32(x) (uint32_t)(x) macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dendian.h46 #define betoh32(x) __bswap32(x) macro
65 #define betoh32(x) (uint32_t)(x) macro
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dbyteorder.h321 #ifndef betoh32
322 #define betoh32 ___my_swab32 macro
378 #ifndef betoh32
379 #define betoh32(x) (x) macro
/dports/sysutils/dateutils/dateutils-0.4.1/lib/
H A Dboops.h200 # if defined betoh32
201 # define be32toh betoh32
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/
H A Dbyteorder64.h57 # define be32toh(x) betoh32(x)
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/
H A Dendian_test.cpp51 ASSERT_EQ(le32, betoh32(be32)); in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/
H A Dendian_test.cpp51 ASSERT_EQ(le32, betoh32(be32)); in TEST()
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/lazperf/
H A Dportable_endian.hpp55 # define be32toh betoh32
/dports/graphics/qgis/qgis-3.22.3/external/laz-perf/
H A Dportable_endian.hpp55 # define be32toh betoh32
/dports/www/nginx-full/mod_zip-cfd0be4/
H A Dngx_http_zip_endian.h49 # define be32toh betoh32

123