readBit          1277 lib/devices/swf.c     tag->readBit = 0;
readBit          1291 lib/devices/swf.c     tag->pos = tag->readBit = 0;
readBit          1362 lib/modules/swftools.c 	      tag->pos = tag->readBit = 0;
readBit           323 lib/pdf/xpdf/JBIG2Stream.cc   Guint readBit();
readBit           357 lib/pdf/xpdf/JBIG2Stream.cc       prefix = (prefix << 1) | readBit();
readBit          2314 lib/pdf/xpdf/JBIG2Stream.cc 	    ri = (int)huffDecoder->readBit();
readBit          2447 lib/pdf/xpdf/Stream.cc       if ((bit = readBit()) == 9999) {
readBit          2463 lib/pdf/xpdf/Stream.cc 	if ((bit = readBit()) == EOF) {
readBit          2489 lib/pdf/xpdf/Stream.cc 	  if ((bit = readBit()) == EOF) {
readBit          2503 lib/pdf/xpdf/Stream.cc 	if ((bit = readBit()) == EOF) {
readBit          2512 lib/pdf/xpdf/Stream.cc 	  if ((bit = readBit()) == EOF) {
readBit          2534 lib/pdf/xpdf/Stream.cc 	  if ((bit = readBit()) == EOF) {
readBit          2856 lib/pdf/xpdf/Stream.cc     if ((bit = readBit()) == EOF)
readBit          2878 lib/pdf/xpdf/Stream.cc     if ((bit = readBit()) == EOF)
readBit           637 lib/pdf/xpdf/Stream.h   int readBit();
readBit           207 lib/rfxswf.c     if (!t->readBit) t->readBit = 0x80;
readBit           221 lib/rfxswf.c       if (t->data[t->pos]&t->readBit) res|=1;
readBit           222 lib/rfxswf.c       t->readBit>>=1;
readBit           224 lib/rfxswf.c       if (!t->readBit)
readBit           225 lib/rfxswf.c       { if (nbits) t->readBit = 0x80;
readBit           481 lib/rfxswf.c       t.readBit = 0;
readBit          1143 lib/rfxswf.c     t->readBit = 0;
readBit          1150 lib/rfxswf.c       tag->len = tag->pos = tag->readBit = tag->writeBit = 0;
readBit           126 lib/rfxswf.h     U8            readBit;        // for Bit-Manipulating Functions [read]
readBit           131 lib/rfxswf.h   #define swf_ResetReadBits(tag)   if (tag->readBit)  { tag->pos++; tag->readBit = 0; }
readBit           149 src/swfbbox.c  #define swf_ResetReadBits(tag)   if (tag->readBit)  { tag->pos++; tag->readBit = 0; }
readBit           194 src/swfbbox.c  	tag->pos = 0;tag->readBit = 0;
readBit           200 src/swfbbox.c  	tag->pos = 0;tag->readBit = 0;
readBit           210 src/swfbbox.c      tag->pos = 0;tag->readBit = 0;
readBit           499 src/swfbbox.c  	    tag->pos = tag->readBit = 0;
readBit           628 src/swfcombine.c 		tag->readBit = 0;
readBit           646 src/swfcombine.c 		if (tag->readBit)  { tag->pos++; tag->readBit = 0; } //swf_ResetReadBits(tag);
readBit           660 src/swfcombine.c 		if (tag->readBit)  { tag->pos++; tag->readBit = 0; } //swf_ResetReadBits(tag);
readBit           495 src/swfdump.c      if (tag->readBit)  
readBit           497 src/swfdump.c        tag->readBit = 0; 
readBit           864 src/swfdump.c      tag->readBit = 0;