Changeset 7526578 in rtems-docs for porting/porting.rst
- Timestamp:
- 01/16/16 23:28:08 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 6733466
- Parents:
- ca49bfd
- git-author:
- Amar Takhar <amar@…> (01/16/16 23:28:08)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
porting/porting.rst
rca49bfd r7526578 1513 1513 1514 1514 - the following algorithm based upon a 16 entry lookup table. In this pseudo-code, bit_set_table[16] has values which indicate the first bit set: 1515 1515 1516 .. code:: c 1517 1516 1518 _number = 0 if _value > 0x00ff 1517 1519 _value >>=8
Note: See TracChangeset
for help on using the changeset viewer.