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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h1063 bstuff *childb = (bstuff *)0; /* the b that this i maps to */ local
1078 if (childb)
1080 if (childb != hitb) break; /* hit at most one child b */
1084 childb = hitb; /* remember this as childb */
1085 if (childb->water_b == highwater) break; /* already explored */
1091 /* add childb to the queue of reachable things */
1092 if (childb) childb->water_b = highwater;
1093 tabq[tail].b_q = childb;
[all...]

Completed in 136 milliseconds