]> mj.ucw.cz Git - libucw.git/commit
Bitarray: Counting of bits and other fixes
authorPavel Charvat <pchar@ucw.cz>
Sat, 17 Nov 2012 17:40:13 +0000 (18:40 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 17 Nov 2012 17:59:16 +0000 (18:59 +0100)
commitdd4af9ab4aa5e39ff3db44466b07b0c119b8aa21
tree029b0c3ced99799998844de350074f158d22ebf2
parentc9fb656c941e56824590c15a5159a5ce8596a938
Bitarray: Counting of bits and other fixes

  o  Added bit_array_count_bits().
  o  Padding after the last significant bit is guaranteed to be 0.
  o  BIT_ARRAY_FISH_BITS_... is not destructive any longer.
ucw/Makefile
ucw/bit-count.c [new file with mode: 0644]
ucw/bitarray.h
ucw/bitops.t