Searched refs:lastSeen (Results 1 – 1 of 1) sorted by relevance
7081 uint32_t lastSeen = 0xffffffff; in IdmapMatchingResources() local7084 assert(lastSeen == 0xffffffff || lastSeen < ei->first); in IdmapMatchingResources()7085 mEntryPadding[ei->first] = (lastSeen == 0xffffffff) ? 0 : ei->first - lastSeen - 1; in IdmapMatchingResources()7086 lastSeen = ei->first; in IdmapMatchingResources()