av_popcount64_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_popcount64_c
(
ulong x
)

Meta