Searched defs:myb (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dperfect.c477 bstuff *myb = tabq[q].b_q; /* the b for this node */ local
478 ub4 i; /* possible value for myb->val_b */
486 key *mykey; /* for walking through myb's keys */
488 for (mykey = myb->list_b; mykey; mykey=mykey->nextb_k)
511 if (mykey) continue; /* myb with i has multiple collisions */
516 tabq[tail].newval_q = (ub2)i; /* how to make parent (myb) use this hash */
517 tabq[tail].oldval_q = myb->val_b; /* need this for rollback */
/external/skia/bench/
H A DMatrixBench.cpp109 init9(myb);
121 const float* b = myb;
136 float myb [9]; member in class:FloatConcatMatrixBench
152 init9(myb);
164 const float* b = myb;
179 float myb [9]; member in class:FloatDoubleConcatMatrixBench
190 init9(myb);
202 const double* b = myb;
217 double myb [9]; member in class:DoubleConcatMatrixBench

Completed in 124 milliseconds