Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
pfmlib_comp_i386.h File Reference

Go to the source code of this file.

Functions

static unsigned long pfmlib_popcnt (unsigned long v)
 

Function Documentation

static unsigned long pfmlib_popcnt ( unsigned long  v)
inlinestatic

Definition at line 40 of file pfmlib_comp_i386.h.

{
unsigned long sum = 0;
for(; v ; v >>=1) {
if (v & 0x1) sum++;
}
return sum;
}

Generated at Wed Jan 30 2013 17:13:43 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004