Searched refs:sun_other_endian (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk_sun.c8 #define SUN_SSWAP16(x) (sun_other_endian ? fdisk_swap16(x) : (uint16_t)(x))
9 #define SUN_SSWAP32(x) (sun_other_endian ? fdisk_swap32(x) : (uint32_t)(x))
29 static int sun_other_endian; variable
102 sun_other_endian = 0;
105 sun_other_endian = (sunlabel->magic == SUN_LABEL_MAGIC_SWAPPED);
240 sun_other_endian = BB_LITTLE_ENDIAN;

Completed in 94 milliseconds