aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bits/bitrev_test.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16tests/bits: Make sure all 'inline' are also staticSylvain Munaut1-17/+43
Not doing so seems to break the BSD build Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2014-06-16core: Add generic LE/BE load/store uint type convertors and use them in msgbMax1-1/+217
Submitted-by: Max <max.suraev@fairwaves.co> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-09-01add functions for bit-reversalHarald Welte1-0/+36
Sometimes we need stuff like reversing every bit in each byte (but not the byte-order).