Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/19/01 14:54
Read: times


 
#15056 - RE: Counting bits
The Brian Kernighan approach isn't mentioned: it involves clearing the lowest set bit automatically, so the loop time is related to the number of set bits(n), not the number of bits (8).

http://www.keil.com/support/docs/194.htm


and for parity here is how to get it for a byte in C (using Keil):
http://www.keil.com/support/docs/1620.htm

to do a 16 bit word you add the parity bits of the 2 individual bytes.


List of 8 messages in thread
TopicAuthorDate
Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      
RE: Counting bits            01/01/70 00:00      

Back to Subject List