Lines Matching defs:end
365 int end, end2;
372 end = m->num_syms >> 1;
375 helper = m->freqs[end] * c->range;
377 val = end;
380 end2 = end;
383 end = (end2 + val) >> 1;
384 } while (end != val);
398 int start, end;
409 end = start = m->secondary[ssym + 1] + 1;
410 while (end > val + 1) {
411 ssym = (end + val) >> 1;
413 end = start;
416 end = (end + val) >> 1;