Re: [PATCH] i386: fix TSC clock source calibration error

2007-10-19 Thread Charles R Harris
On Tue, 2007-10-16 at 10:50 -0400, Dave Johnson wrote: > > range of tsc_khz # of boots % of boots > - -- -- > < 1999750 0 0.000% > 1999750 - 1999800 21 3.048% > 1999800 - 1999850 166 24.128% > 1999850 - 100

Re: [PATCH] i386: fix TSC clock source calibration error

2007-10-19 Thread Charles R Harris
On Tue, 2007-10-16 at 10:50 -0400, Dave Johnson wrote: range of tsc_khz # of boots % of boots - -- -- 1999750 0 0.000% 1999750 - 1999800 21 3.048% 1999800 - 1999850 166 24.128% 1999850 - 100

Re: [patch 1/13] Qsort

2005-01-23 Thread Charles R Harris
Here are semi-templated versions of quicksort and heapsort, just for completeness. The quicksort uses the median of three. Chuck void quicksort0( *pl, *pr) { vp, SWAP_temp; *stack[100], **sptr = stack, *pm, *pi, *pj, *pt; for(;;) { while ((pr

Re: [patch 1/13] Qsort

2005-01-23 Thread Charles R Harris
Here are semi-templated versions of quicksort and heapsort, just for completeness. The quicksort uses the median of three. Chuck void quicksort0typename(typename *pl, typename *pr) { typename vp, SWAP_temp; typename *stack[100], **sptr = stack, *pm, *pi, *pj, *pt;