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

  /src/external/gpl3/gcc/dist/libgcc/
libgcc2.c 814 const UQItype __popcount_tab[256] =
861 ret += __popcount_tab[(x >> i) & 0xff];
892 ret += __popcount_tab[(x >> i) & 0xff];
791 const UQItype __popcount_tab[256] = variable
  /src/external/gpl3/gcc.old/dist/libgcc/
libgcc2.c 814 const UQItype __popcount_tab[256] =
861 ret += __popcount_tab[(x >> i) & 0xff];
892 ret += __popcount_tab[(x >> i) & 0xff];
791 const UQItype __popcount_tab[256] = variable

Completed in 22 milliseconds