Searched refs:SWAP_BE32 (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_unxz.c40 #define get_unaligned_be32(buf) ({ uint32_t v; move_from_unaligned32(v, buf); SWAP_BE32(v); })
42 #define put_unaligned_be32(val, buf) move_to_unaligned16(buf, SWAP_BE32(val))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_unxz.c40 #define get_unaligned_be32(buf) ({ uint32_t v; move_from_unaligned32(v, buf); SWAP_BE32(v); })
42 #define put_unaligned_be32(val, buf) move_to_unaligned16(buf, SWAP_BE32(val))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_unxz.c40 #define get_unaligned_be32(buf) ({ uint32_t v; move_from_unaligned32(v, buf); SWAP_BE32(v); })
42 #define put_unaligned_be32(val, buf) move_to_unaligned16(buf, SWAP_BE32(val))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/include/
H A Dplatform.h185 # define SWAP_BE32(x) (x) macro
192 # define SWAP_BE32(x) bswap_32(x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/include/
H A Dplatform.h185 # define SWAP_BE32(x) (x) macro
192 # define SWAP_BE32(x) bswap_32(x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/include/
H A Dplatform.h185 # define SWAP_BE32(x) (x) macro
192 # define SWAP_BE32(x) bswap_32(x) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/modutils/
H A Dmodutils.c104 } else if (*(uint32_t*)image != SWAP_BE32(0x7f454C46)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/modutils/
H A Dmodutils.c104 } else if (*(uint32_t*)image != SWAP_BE32(0x7f454C46)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/modutils/
H A Dmodutils.c104 } else if (*(uint32_t*)image != SWAP_BE32(0x7f454C46)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/runit/
H A Drunsv.c227 status.time_nsec_be32 = SWAP_BE32(s->start.tv_nsec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/runit/
H A Drunsv.c227 status.time_nsec_be32 = SWAP_BE32(s->start.tv_nsec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/runit/
H A Drunsv.c227 status.time_nsec_be32 = SWAP_BE32(s->start.tv_nsec);

Completed in 102 milliseconds