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

  /external/skia/bench/
MatrixBench.cpp 109 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
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 477 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 */
    [all...]

Completed in 215 milliseconds