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

  /src/common/lib/libc/string/
popcount32.c 1 /* $NetBSD: popcount32.c,v 1.5 2015/05/29 19:39:41 matt Exp $ */
35 __RCSID("$NetBSD: popcount32.c,v 1.5 2015/05/29 19:39:41 matt Exp $");
46 #ifndef popcount32 // might be a builtin
57 popcount32(uint32_t v) function in typeref:typename:unsigned int
75 __strong_alias(popcount, popcount32)
79 __strong_alias(popcountl, popcount32)
82 #endif /* !popcount32 */
  /src/sys/lib/libkern/
libkern.h 489 #define popcount32 __builtin_popcount macro
495 unsigned int popcount32(uint32_t) __constfunc;

Completed in 11 milliseconds