commit | 1bab46dca1c0e4f804bf5f5790ab12d6c0e9a28e | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Fri Aug 14 17:16:16 2015 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 05 20:15:25 2016 -0500 |
tree | 94a552246cf25658e4b66d52e78e8dcabc1109fa | |
parent | 910970ed0f6d5c090d582ce6510f3e3923d00e67 [diff] |
ffs: rename find_[first|last]_set to find_[lsb|msb]_set The new names reflect better what the functions do: they find the first bit set starting from the least or most significant bit, i.e. they find the least or most significant bit set, in a 32-bit word. Change-Id: I6f0ee4b543f6f37c2f08f7067e14e039c92a6f6a Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>