Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDbitmap.c532 static unsigned char popcount_table[] = variable
552 ret += popcount_table[(a >> i) & 0xff]; in bitmap_popcount()