Home | History | Annotate | Download | only in coders

Lines Matching defs:bit

118     bit,
168 bit=0;
172 if (bit == 0)
178 bit++;
179 if (bit == 8)
180 bit=0;
304 bit,
334 bit=0;
347 bit++;
348 if (bit == 8)
351 bit=0;
356 if (bit != 0)
357 (void) WriteBlobByte(image,(unsigned char) (byte >> (8-bit)));