Searched refs:__const_bitcount8 (Results 1 – 2 of 2) sorted by relevance
42 #define __const_bitcount8(x) ( \ macro53 __const_bitcount8(x) + \54 __const_bitcount8((x) >> 8))
61 #define HWEIGHT8(x) (__const_bitcount8((uint8_t)(x)))