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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h815 ub2 val_b; /* hash=a^tabb[b].val_b */ member in struct:objc_opt::bstuff
977 stabb = scramble[pb->val_b];
987 /* change pb->val_b, which will change the hashes of all parent siblings */
988 pb->val_b = (rollback ? tabq[child].oldval_q : tabq[child].newval_q);
991 stabb = scramble[pb->val_b];
1017 parent can have all its hashes changed (by some new val_b) with
1056 ub4 i; /* possible value for myb->val_b */
1095 tabq[tail].oldval_q = myb->val_b; /* need this for rollback */
1363 result.tab[i] = tab[i].val_b;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/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 102 milliseconds