Lines Matching refs:hash
58 unsigned hash;
96 int i = ((struct v_vector *)a)->hash -
97 ((struct v_vector *)b)->hash;
241 int ret = l->hash - r->hash;
251 * 2. sort file[1] with hash as primary and serial as sec. key
266 long hash;
273 hash = 5831;
282 hash = ((hash << 5) + hash) + (tok & 0xff);
292 v[i][file[i].len].hash = hash & INT_MAX;
298 hash = 5831; //next line
312 if ((i == file[1].len) || (v[1][i].hash != v[1][i+1].hash)) e[i].last = 1;