HomeSort by: relevance | last modified time | path
    Searched defs:popcount_table (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sbitmap.cc 380 static const unsigned char popcount_table[] = variable
400 ret += popcount_table[(a >> i) & 0xff];
sbitmap.cc 380 static const unsigned char popcount_table[] = variable
400 ret += popcount_table[(a >> i) & 0xff];
  /src/external/gpl3/gcc.old/dist/gcc/
sbitmap.cc 380 static const unsigned char popcount_table[] = variable
400 ret += popcount_table[(a >> i) & 0xff];
sbitmap.cc 380 static const unsigned char popcount_table[] = variable
400 ret += popcount_table[(a >> i) & 0xff];

Completed in 52 milliseconds