Searched refs:popcountl (Results 1 - 3 of 3) sorted by relevance

/seL4-l4v-10.1.1/seL4/src/arch/arm/smp/
H A Dipi.c32 totalCoreBarrier = popcountl(mask);
/seL4-l4v-10.1.1/seL4/include/
H A Dutil.h142 CONST popcountl(unsigned long mask) function
156 #define POPCOUNTL(x) popcountl(x)
/seL4-l4v-10.1.1/seL4/src/arch/x86/smp/
H A Dipi.c32 totalCoreBarrier = popcountl(mask);

Completed in 42 milliseconds