Lines Matching defs:high
249 * settings are several *hundred* percent too high and vary from
662 signed char *now, signed char *high, u_long *zc)
671 now[channel] = (now[channel]+high[channel])/2;
675 if( low[channel]+1 >= high[channel] )
680 high[channel]=now[channel];
685 if(low[channel]+1>=high[channel])
705 high[channel]=now[channel];
715 if( low[channel]+1 >= high[channel] )
723 now[channel] = (now[channel]+high[channel])/2;
727 if( low[channel]+1 >= high[channel] )
760 signed char high[3] = { 31, 31, 31 };
877 adj = cano_GetNewOffset(dev, dwSum, 0, low, now, high, zCount);
878 adj |= cano_GetNewOffset(dev, dwSum, 1, low, now, high, zCount);
879 adj |= cano_GetNewOffset(dev, dwSum, 2, low, now, high, zCount);
882 (int)low[0],(int)now[0],(int)high[0]);
884 (int)low[1],(int)now[1],(int)high[1]);
886 (int)low[2],(int)now[2],(int)high[2]);
906 adj = cano_GetNewOffset(dev, dwSum, 0, low, now, high, zCount);
912 (int)low[0],(int)now[0],(int)high[0]);