Lines Matching defs:high
62 int high;
139 * ends up as env->high in that case.
141 env->level = (env->high + env->low + !env->invert) / 2;
143 if (env->high == env->low + 1) {
176 /* Adjust low/high depending on the latch content... */
180 env->high = env->level;
196 * When invert is active, start with high=max+1 and low=0
199 * start with high=max and low=-1 when invert is not active
200 * since we will end up with the high value in that case.
206 env->high = env->dac_max + env->invert;