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

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.h 94 struct bstuff struct
101 typedef struct bstuff bstuff; typedef in typeref:struct:bstuff
113 bstuff *b_q; /* b that currently occupies this hash */
124 void findhash(bstuff **tabb, hstuff **tabh, ub4 *alen, ub4 *blen, ub4 *salt,
perfect.c 155 bstuff *tabb, /* output, list of keys with b for (a,b) */
164 memset((void *)tabb, 0, (size_t)(sizeof(bstuff)*blen));
314 bstuff *tabb, /* stuff indexed by b */
355 bstuff *tabb, /* array of lists of keys with the same b */
376 bstuff *tabb,
386 bstuff *pb;
453 bstuff *tabb, /* stuff indexed by b */
459 bstuff *item, /* &tabb[b] for the b to be mapped */
477 bstuff *myb = tabq[q].b_q; /* the b for this node */
485 bstuff *childb = (bstuff *)0; /* the b that this i maps to *
    [all...]
genperf.c 77 bstuff *tab, /* table indexed by b */
157 bstuff *tab; /* table indexed by b */

Completed in 60 milliseconds