Searched refs:PairInfo (Results 1 – 2 of 2) sorted by relevance
21 struct PairInfo { struct117 pairs = (const PairInfo*)((char*)table + KERN_SUBTABLE_0_HEADER_SIZE); in KernTable()135 const PairInfo* p = pairs; in KernTable()137 for (i = 0; i < nPairs; ++i, p = (const PairInfo*)((char*)p+KERN_PAIRINFO_SIZE)) { in KernTable()186 const PairInfo* p = pairs; in process()187 const PairInfo* tp = (const PairInfo*)((char*)p + rangeShift); in process()201 tp = (const PairInfo*)((char*)p + probe); in process()
22 struct PairInfo;34 const PairInfo* pairs;