HomeSort by relevance Sort by last modified time
    Searched refs:tabh (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 377 hstuff *tabh,
402 if (mykey == tabh[hash].key_h)
404 tabh[hash].key_h = (key *)0;
420 else if (tabh[hash].key_h)
423 apply(tabb, tabh, tabq, blen, scramble, tail, TRUE);
426 tabh[hash].key_h = mykey;
454 hstuff *tabh, /* which key is associated with which hash, indexed by hash */
494 childkey = tabh[hash].key_h;
524 if (apply(tabb, tabh, tabq, blen, scramble, tail, FALSE))
538 hstuff *tabh,
591 hstuff *tabh; local
    [all...]
genperf.c 158 hstuff *tabh; /* table indexed by hash value */ local
197 findhash(&tab, &tabh, &alen, &blen, &salt, &final,
210 if (tabh[i].key_h) {
212 if (strcmp(kw->name, tabh[i].key_h->name_k) == 0)
217 tabh[i].key_h->name_k);
246 free(tabh);
perfect.h 106 key *key_h; /* tabh[i].key_h is the key with a hash of i */
124 void findhash(bstuff **tabb, hstuff **tabh, ub4 *alen, ub4 *blen, ub4 *salt,

Completed in 335 milliseconds