av_popcount_c

Count number of bits set to one in x @param x value to count bits of @return the number of bits set to one in x

extern (C) @nogc nothrow
int
av_popcount_c
(
uint x
)

Meta