From: Chris Ahlstrom <OFeem1987@teleworm.us>
Newsgroups: soc.culture.jewish,can.politics,alt.fan.rush-limbaugh
Subject: Re: 2 questions for those who insist there was a so-called
Date: Tue, 7 Jan 2025 16:11:21 -0500
Organization: None
Susan Cohen wrote this post while blinking in Morse code:
> <snip>
Vile idiot. PLONK!
--
#define BITCOUNT(x) (((BX_(x)+(BX_(x)>>4)) & 0x0F0F0F0F) % 255)
#define BX_(x) ((x) - (((x)>>1)&0x77777777) \
- (((x)>>2)&0x33333333) \
- (((x)>>3)&0x11111111))
-- really weird C code to count the number of bits in a word