summaryrefslogtreecommitdiffstats
path: root/src/bitfield/8byte.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-29Remove function declaration for deleted function.Christopher Peplin1-9/+0
2013-12-29Add get_byte and get_nibble to 8byte function set.Christopher Peplin1-1/+26
2013-12-29Document all bitfield functions.Christopher Peplin1-2/+6
2013-12-29Check if a value will fit in bitfield before setting.Christopher Peplin1-1/+4
2013-12-29Standardize on snake_case naming as this is a C library.Christopher Peplin1-14/+15
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin1-0/+74