Searched refs:sun_other_endian (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/util-linux/
H A Dfdisk_sun.c22 #define SUN_SSWAP16(x) (sun_other_endian ? fdisk_swap16(x) : (uint16_t)(x))
23 #define SUN_SSWAP32(x) (sun_other_endian ? fdisk_swap32(x) : (uint32_t)(x))
30 static smallint sun_other_endian; variable
104 sun_other_endian = 0;
107 sun_other_endian = (sunlabel->magic == SUN_LABEL_MAGIC_SWAPPED);
241 sun_other_endian = BB_LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/util-linux/
H A Dfdisk_sun.c22 #define SUN_SSWAP16(x) (sun_other_endian ? fdisk_swap16(x) : (uint16_t)(x))
23 #define SUN_SSWAP32(x) (sun_other_endian ? fdisk_swap32(x) : (uint32_t)(x))
30 static smallint sun_other_endian; variable
104 sun_other_endian = 0;
107 sun_other_endian = (sunlabel->magic == SUN_LABEL_MAGIC_SWAPPED);
241 sun_other_endian = BB_LITTLE_ENDIAN;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/util-linux/
H A Dfdisk_sun.c22 #define SUN_SSWAP16(x) (sun_other_endian ? fdisk_swap16(x) : (uint16_t)(x))
23 #define SUN_SSWAP32(x) (sun_other_endian ? fdisk_swap32(x) : (uint32_t)(x))
30 static smallint sun_other_endian; variable
104 sun_other_endian = 0;
107 sun_other_endian = (sunlabel->magic == SUN_LABEL_MAGIC_SWAPPED);
241 sun_other_endian = BB_LITTLE_ENDIAN;

Completed in 80 milliseconds