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

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.c168 int is_big_endian_host; local
176 is_big_endian_host = 1;
177 p = (char *)&is_big_endian_host;
179 if (is_big_endian_target == is_big_endian_host)

Completed in 91 milliseconds