Go to the documentation of this file.
34 #ifndef _UTIL_PARITY_H_
35 #define _UTIL_PARITY_H_
47 #define parity_even_bit(val) \
51 "mov __tmp_reg__,%0" "\n\t" \
53 "eor %0,__tmp_reg__" "\n\t" \
54 "mov __tmp_reg__,%0" "\n\t" \
57 "eor %0,__tmp_reg__" \
59 : "0" ((unsigned char)(val)) \
62 (((__t + 1) >> 1) & 1); \
Automatically generated by Doxygen 1.8.7 on Tue Jul 8 2014. Dash Docset conversion by Matt Kane