Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 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 Dec 4 2013 14:33:13 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004