Searched refs:bytewise (Results 1 – 2 of 2) sorted by relevance
36 PERR pixel error (sum across bytes of bytewise abs(i8v8 a - i8v8 b))38 cmpbytes bytewise cmpeq of i8v8 a and i8v8 b (not part of MVI extensions)
1805 unsigned char *bytewise = (unsigned char *)&pattern; in host_is_big_endian() local1806 if (bytewise[0] == 0xfe) return 1; in host_is_big_endian()