Searched refs:val_b (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c113 fprintf(f, "%3ld,", scramble[tab[i].val_b]);
117 scramble[tab[i+0].val_b], scramble[tab[i+1].val_b],
118 scramble[tab[i+2].val_b], scramble[tab[i+3].val_b],
119 scramble[tab[i+4].val_b], scramble[tab[i+5].val_b],
120 scramble[tab[i+6].val_b], scramble[tab[i+7].val_b],
121 scramble[tab[i+8].val_b], scrambl
[all...]
H A Dperfect.c398 stabb = scramble[pb->val_b];
408 /* change pb->val_b, which will change the hashes of all parent siblings */
409 pb->val_b = (rollback ? tabq[child].oldval_q : tabq[child].newval_q);
412 stabb = scramble[pb->val_b];
438 parent can have all its hashes changed (by some new val_b) with
478 ub4 i; /* possible value for myb->val_b */
517 tabq[tail].oldval_q = myb->val_b; /* need this for rollback */
654 if ((*tabb)[i].val_b != 0) break; /* assumes permute(0) == 0 */
1035 for (i=0; i<blen; ++i) fprintf(f, "%3d,", scramble[tab[i].val_b]);
1041 scramble[tab[i+0].val_b], scrambl
[all...]
H A Dperfect.h96 ub2 val_b; /* hash=a^tabb[b].val_b */ member in struct:bstuff
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_property_ui_data_unittest.cc45 base::StringValue val_b("b");
50 onc.Set("b", val_b.DeepCopy());
82 CheckProperty(prop, &val_b, false, true);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp271 int val_b = 0; local
273 while (*key_b != 0) {val_b += val_b*37 + *key_b++;}
274 return val_a - val_b;
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp271 int val_b = 0; local
273 while (*key_b != 0) {val_b += val_b*37 + *key_b++;}
274 return val_a - val_b;

Completed in 151 milliseconds