HomeSort by relevance Sort by last modified time
    Searched refs:popcount8 (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
bitops.c 118 static unsigned int popcount8(unsigned int w) function
141 res += popcount8(*cp++);
153 res += popcount8(*cp++);
  /external/clang/test/Sema/
constant-builtins-2.c 140 char popcount8[__builtin_popcountll(0LL) == 0 ? 1 : -1]; variable

Completed in 184 milliseconds