show/hide this revision's text 2 added some links

Seems unlikely, since sizeof() is in bytes, and you want bits.

http://en.wikipedia.org/wiki/Sizeof

building on the bit counting answer, you can use.

http://www-graphics.stanford.edu/~seander/bithacks.html

show/hide this revision's text 1

Seems unlikely, since sizeof() is in bytes, and you want bits.