Home
last modified time | relevance | path

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

/external/fec/
Dvtest27.c44 unsigned char xordata[MAXBYTES]; local
134 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
143 printf("%02x",xordata[i]);
Dvtest29.c44 unsigned char xordata[MAXBYTES]; local
134 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
143 printf("%02x",xordata[i]);
Dvtest39.c44 unsigned char xordata[MAXBYTES]; local
135 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
144 printf("%02x",xordata[i]);
Dvtest615.c46 unsigned char xordata[MAXBYTES]; local
140 int e = Bitcnt[xordata[i] = data[i] ^ bits[i]];
149 printf("%02x",xordata[i]);