Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmk_elfconfig.c10 union { short s; char c[2]; } endian_test; in main() local
47 endian_test.s = 0x0102; in main()
48 if (memcmp(endian_test.c, "\x01\x02", 2) == 0) in main()
50 else if (memcmp(endian_test.c, "\x02\x01", 2) == 0) in main()