Home
last modified time | relevance | path

Searched refs:firstchar (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtif_lzw.c125 unsigned char firstchar; /* first token of string */ member
244 sp->dec_codetab[code].firstchar = (unsigned char)code; in LZWSetupDecode()
484 free_entp->firstchar = free_entp->next->firstchar; in LZWDecode()
487 codep->firstchar : free_entp->firstchar; in LZWDecode()
708 free_entp->firstchar = free_entp->next->firstchar; in LZWDecodeCompat()
711 codep->firstchar : free_entp->firstchar; in LZWDecodeCompat()
/libtiff-4.0.7/archive/tools/
H A Dgif2tiff.c439 static unsigned char firstchar; in process() local
459 firstchar = oldcode = code; in process()
469 *stackp++ = firstchar; in process()
477 *stackp++ = firstchar = suffix[code]; in process()
479 suffix[avail] = firstchar; in process()