mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-05 03:25:46 +08:00
Fix markup
This commit is contained in:
parent
ca49bfd73b
commit
7526578599
@ -1512,7 +1512,9 @@ in software:
|
||||
- a "binary search using if’s"
|
||||
|
||||
- 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:
|
||||
|
||||
.. code:: c
|
||||
|
||||
_number = 0 if _value > 0x00ff
|
||||
_value >>=8
|
||||
_number = 8;
|
||||
|
Loading…
x
Reference in New Issue
Block a user