Searched refs:bytewise (Results 1 – 1 of 1) sorted by relevance
1805 unsigned char *bytewise = (unsigned char *)&pattern; in host_is_big_endian() local1806 if (bytewise[0] == 0xfe) return 1; in host_is_big_endian()