Home
last modified time | relevance | path

Searched defs:betoh32 (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/pktstat/pktstat-46935839b/
H A Dmachendian.h33 # define betoh32(x) be32toh(x) macro
49 # define betoh32(x) (x) macro
54 # define betoh32(x) swap32(x) macro
H A Dtype.h89 # define betoh32(x) (x) macro
94 # 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/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/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A Dendian.h195 #define betoh32 __swap32 macro
241 #define betoh32(x) (x) macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A Dendian.h195 #define betoh32 __swap32 macro
241 #define betoh32(x) (x) macro
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/
H A Dendian.h57 #define betoh32(x) BE_32(x) macro
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c93 #define betoh32(x) (x) macro
104 #define betoh32(x) swap32(x) macro
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dbyteorder.h322 #define betoh32 ___my_swab32 macro
379 #define betoh32(x) (x) macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bnxreg.h255 #define betoh32(x) be32toh(x) macro