Searched refs:__const_bitcount16 (Results 1 – 2 of 2) sorted by relevance
52 #define __const_bitcount16(x) ( \ macro57 __const_bitcount16(x) + \58 __const_bitcount16((x) >> 16))
62 #define HWEIGHT16(x) (__const_bitcount16((uint16_t)(x)))