diff options
Diffstat (limited to '')
| -rw-r--r-- | README | 4 | ||||
| -rw-r--r-- | libj2.7 | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -305,8 +305,8 @@ DESCRIPTION Count cleared bits. libj2_parity_j2u(3) - Calculate the parity of the set bits (check whether the number - of set bits is odd). + Calculate the parity of the set (or equaivalently the cleared) + bits (check whether the number of set bits is odd). libj2_fls_j2u(3) Find the most significant set bit. @@ -703,8 +703,8 @@ Count set bits. Count cleared bits. .TP .BR libj2_parity_j2u (3) -Calculate the parity of the set bits (check whether the number -of set bits is odd). +Calculate the parity of the set (or equaivalently the cleared) +bits (check whether the number of set bits is odd). .TP .BR libj2_fls_j2u (3) Find the most significant set bit. |
