Old O'Reilly X books
Pat Kane
pekane52 at gmail.com
Thu Aug 26 05:43:53 PDT 2010
BTW, while trying to grep my dead trees I noticed that the current X server
contains some HAKMEM code, in ./mi/micmap.c I see this hack:
...
count = (visuals >> 1) & 033333333333;
count = visuals - count - ((count >> 1) & 033333333333);
count = (((count + (count >> 3)) & 030707070707) % 077); /* HAKMEM 169 */
...
On Thu, Aug 26, 2010 at 7:32 AM, Pat Kane <pekane52 at gmail.com> wrote:
> The only interesting dead trees that I have to trade is an old
> xerox copy of HAKMEM (AI Memo 239)
More information about the xorg-devel
mailing list