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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h816 key *list_b; /* tabb[i].list_b is list of keys with b==i */ member in struct:objc_opt::bstuff
817 ub4 listlen_b; /* length of list_b */
912 for (otherkey=tabb[mykey->b_k].list_b;
924 mykey->nextb_k = tabb[mykey->b_k].list_b;
925 tabb[mykey->b_k].list_b = mykey;
978 for (mykey=pb->list_b; mykey; mykey=mykey->nextb_k)
992 for (mykey=pb->list_b; mykey; mykey=mykey->nextb_k)
1066 for (mykey = myb->list_b; mykey; mykey=mykey->nextb_k)

Completed in 140 milliseconds