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

  /src/common/lib/libc/string/
popcount64.c 1 /* $NetBSD: popcount64.c,v 1.8 2015/05/29 19:39:41 matt Exp $ */
35 __RCSID("$NetBSD: popcount64.c,v 1.8 2015/05/29 19:39:41 matt Exp $");
46 #ifndef popcount64 // might be defined to use a __builtin
58 popcount64(uint64_t v) function in typeref:typename:unsigned int
65 popcount64(uint64_t v) function in typeref:typename:unsigned int
81 __strong_alias(popcountl, popcount64)
85 __strong_alias(popcountll, popcount64)
88 #endif /* !popcount64 */
  /src/sys/lib/libkern/
libkern.h 490 #define popcount64 __builtin_popcountll macro
496 unsigned int popcount64(uint64_t) __constfunc;

Completed in 133 milliseconds