Home
last modified time | relevance | path

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

/external/tesseract/ccutil/
Dhashfn.cpp37 uinT32 hcode; //current hash code in hash() local
44 hcode = 0; in hash()
52 hcode ^= keybits & mask; //key new key in hash()
56 return hcode; //initial hash in hash()