Lines Matching refs:pairs
78 : pairs(), fTable(base)
126 // pairs is an instance member, and table is on the stack.
127 // set 'pairs' based on table.getAlias(). This will range check it.
129 pairs = LEReferenceToArrayOf<PairInfo>(fTable, // based on overall table
137 fprintf(stderr, "coverage: %0.4x nPairs: %d pairs %p\n", coverage, nPairs, pairs.getAlias());
142 fprintf(stderr, "coverage: %0.4x nPairs: %d pairs 0x%x\n", coverage, nPairs, pairs);
158 const PairInfo& p = pairs[i, success];
195 if (LE_SUCCESS(success) && !pairs.isEmpty()) {
208 const PairInfo *p = pairs.getAlias(0, success);
210 LEReferenceTo<PairInfo> tpRef(pairs, success, rangeShift); // ((char*)pairs) + rangeShift
226 tpRef = LEReferenceTo<PairInfo>(pairs, success, p, probe); // (char*)p + probe
231 fprintf(stdout, " %.3d (%0.8x)\n", ((char*)tp - (char*)pairs)/KERN_PAIRINFO_SIZE, tkey);