Searched defs:weight (Results 1 - 1 of 1) sorted by relevance

/system/core/include/cutils/
H A Dbitops.h81 int weight = 0; local
84 weight += __builtin_popcount(bitmask[i]);
85 return weight;

Completed in 57 milliseconds