Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_lzw.c114 } hash_t; typedef
153 hash_t* enc_hashtab; /* kept separate for small machines */
822 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t)); in LZWSetupEncode()
906 register hash_t *hp; in LZWEncode()
1122 register hash_t *hp = &sp->enc_hashtab[HSIZE-1]; in cl_hash()