summaryrefslogtreecommitdiff
path: root/cpukit/score/src/log2table.c (follow)
AgeCommit message (Collapse)Author
2019-04-04doxygen: Rename Score* groups in RTEMSScore*Sebastian Huber
Update #3706
2016-06-08score: Delete CPU_USE_GENERIC_BITFIELD_DATASebastian Huber
Rename __log2table into _Bitfield_Leading_zeros since it acually returns the count of leading zeros of an 8-bit integer. The value for zero is a bit odd. Provide it unconditionally.
2014-04-01score: Move __log2table to separate fileSebastian Huber