Changeset 7526578 in rtems-docs for porting/porting.rst


Ignore:
Timestamp:
01/16/16 23:28:08 (8 years ago)
Author:
Amar Takhar <amar@…>
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)
Message:

Fix markup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • porting/porting.rst

    rca49bfd r7526578  
    15131513
    15141514- 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
    15151516  .. code:: c
     1517
    15161518      _number = 0 if _value > 0x00ff
    15171519      _value >>=8
Note: See TracChangeset for help on using the changeset viewer.