summaryrefslogtreecommitdiffstats
path: root/test/unit/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove BITMAP_USE_TREE."Jason Evans2017-04-191-0/+16
* Remove BITMAP_USE_TREE.Jason Evans2017-03-271-16/+0
* Fix bitmap_ffu() to work with 3+ levels.Jason Evans2017-03-271-0/+27
* Fix BITMAP_USE_TREE version of bitmap_ffu().Jason Evans2017-03-261-5/+35
* Implement bitmap_ffu(), which finds the first unset bit.Jason Evans2017-03-251-12/+47
* Replace tabs following #define with spaces.Jason Evans2017-01-211-7/+7
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-3/+3
* Update brace style.Jason Evans2017-01-211-30/+21
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-2/+0
* Implement BITMAP_INFO_INITIALIZER(nbits).Jason Evans2016-05-131-109/+296
* Refactor out signed/unsigned comparisons.Jason Evans2016-03-151-2/+2
* Miscellaneous bitmap refactoring.Jason Evans2016-02-261-9/+13
* Avoid function prototype incompatibilities.Jason Evans2015-07-101-4/+4
* Implement compile-time bitmap size computation.Jason Evans2014-09-281-11/+5
* Refactor tests.Jason Evans2013-12-091-33/+47
* Refactor to support more varied testing.Jason Evans2013-12-041-0/+151