Searched refs:xhash (Results 1 – 1 of 1) sorted by relevance
84 static unsigned long *xhash = NULL; variable91 # define tbit(f, i, t) (((t *) xhash)[(f)] & \93 # define tbis(f, i, t) (((t *) xhash)[(f)] |= \125 static char xhash[HSHSIZ / BITS_PER_BYTE]; variable283 if (!bit(xhash, hashval1)) in doexec()688 xfree(xhash); in dohash()689 xhash = xcalloc(hashlength * hashwidth, 1); in dohash()754 bis(xhash, hashval); in dohash()771 xfree(xhash); in dounhash()772 xhash = NULL; in dounhash()[all …]