Searched refs:hash_t (Results 1 – 5 of 5) sorted by relevance
116 } hash_t; typedef154 hash_t* enc_hashtab; /* kept separate for small machines */789 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t)); in LZWSetupEncode()873 register hash_t *hp; in LZWEncode()1068 register hash_t *hp = &sp->enc_hashtab[HSIZE-1]; in cl_hash()
116 } hash_t; typedef154 hash_t* enc_hashtab; /* kept separate for small machines */782 sp->enc_hashtab = (hash_t*) _TIFFmalloc(HSIZE*sizeof (hash_t)); in LZWSetupEncode()864 register hash_t *hp; in LZWEncode()1057 register hash_t *hp = &sp->enc_hashtab[HSIZE-1]; in cl_hash()
567 typedef uint64 hash_t; typedef in cv::ocl::ProgramSource577 hash_t hash() const;
2600 typedef ProgramSource::hash_t hash_t; typedef2604 HashKey(hash_t _a, hash_t _b) : a(_a), b(_b) {} in HashKey()2608 hash_t a, b;3716 ProgramSource::hash_t h;3765 ProgramSource::hash_t ProgramSource::hash() const in hash()
455 uint8_t hash_t; /* type of hash */