Lines Matching defs:dominant
264 int step = 256, pos = 0, dominant = 0, any = 0;
316 if (bits[i+pos] != dominant)
330 while (((pos + interloper) < x) && (bits[pos + interloper] == dominant))
343 dominant = !dominant;
361 int n_zeros = 0, step = 256, dominant = 0;
386 bits[x++] = dominant;
388 if (!dominant)
400 bits[x++] = dominant;
402 bits[x++] = !dominant;
404 if (!dominant)
415 dominant = !dominant;