/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
genperf.c | 113 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], scramble[tab[i+9].val_b], [all...] |
perfect.c | 398 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 */ [all...] |
perfect.h | 96 ub2 val_b; /* hash=a^tabb[b].val_b */ member in struct:bstuff
|
/external/chromium_org/chrome/browser/chromeos/options/ |
network_property_ui_data_unittest.cc | 45 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/ |
collperf.cpp | 271 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/ |
collperf.cpp | 271 int val_b = 0; local 273 while (*key_b != 0) {val_b += val_b*37 + *key_b++;} 274 return val_a - val_b;
|
/external/clang/unittests/Format/ |
FormatTest.cpp | 785 " VAL_B\n" [all...] |