Searched refs:hash2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXpm/dist/src/
H A Dhashtab.c67 * hash2 = temporary for hashcode.
81 if(hash2 = hash & 0xf0000000) hash ^= (hash2 >> 24) ^ hash2;
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimLcIm.c337 unsigned int len, hash, hash2; local in function:_XimCachedFileName
350 hash2 = strToHash (encoding);
355 XIM_CACHE_VERSION, (unsigned int)sizeof (DefTree), hash, hash2);
358 XIM_CACHE_VERSION, (unsigned int)sizeof (DefTree), hash, hash2);

Completed in 3 milliseconds