Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_lzw.c116 } hash_t; typedef
154 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()
/external/opencv3/3rdparty/libtiff/
Dtif_lzw.c116 } hash_t; typedef
154 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()
/external/opencv3/modules/core/include/opencv2/core/
Docl.hpp567 typedef uint64 hash_t; typedef in cv::ocl::ProgramSource
577 hash_t hash() const;
/external/opencv3/modules/core/src/
Docl.cpp2600 typedef ProgramSource::hash_t hash_t; typedef
2604 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()
/external/tcpdump/
Dprint-isakmp.c455 uint8_t hash_t; /* type of hash */