Searched refs:endian_test (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/mod/
H A Dmk_elfconfig.c11 union { short s; char c[2]; } endian_test; local
48 endian_test.s = 0x0102;
49 if (memcmp(endian_test.c, "\x01\x02", 2) == 0)
51 else if (memcmp(endian_test.c, "\x02\x01", 2) == 0)
/linux-master/arch/arm/kernel/
H A Dsetup.c155 static union { char c[4]; unsigned long l; } endian_test __initdata = { { 'l', '?', '?', 'b' } };
156 #define ENDIANNESS ((char)endian_test.l)

Completed in 255 milliseconds