Changeset 879d7745 in mainline for uspace/lib/softint/generic/bits.c
- Timestamp:
- 2013-11-19T07:37:30Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18dc93c
- Parents:
- 3b04143
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/generic/bits.c
r3b04143 r879d7745 27 27 */ 28 28 29 /** @addtogroup libc29 /** @addtogroup softint 30 30 * @{ 31 31 */ 32 32 33 #include <bit ops.h>33 #include <bits.h> 34 34 35 /** Compute number of set bits in a number. */ 35 36 int __popcountsi2(int a) 36 37 { … … 44 45 } 45 46 47 /** Compute number of set bits in a number. */ 46 48 int __popcountdi2(long a) 47 49 {
Note:
See TracChangeset
for help on using the changeset viewer.