mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-26 07:19:10 +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"
|
- 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:
|
- 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
|
.. code:: c
|
||||||
|
|
||||||
_number = 0 if _value > 0x00ff
|
_number = 0 if _value > 0x00ff
|
||||||
_value >>=8
|
_value >>=8
|
||||||
_number = 8;
|
_number = 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user