Home | History | Annotate | Download | only in nav

Lines Matching refs:bitcount

1465 // from http://infolab.stanford.edu/~manku/bitcount/bitcount.html
1470 int bitcount (unsigned int n)
1858 bitcount(stateTwoLetter[firstLetter] & ((1 << secondLetter) - 1));