Searched refs:lastSeen (Results 1 – 1 of 1) sorted by relevance
7359 uint32_t lastSeen = 0xffffffff; in IdmapMatchingResources() local7362 assert(lastSeen == 0xffffffff || lastSeen < ei->first); in IdmapMatchingResources()7363 mEntryPadding[ei->first] = (lastSeen == 0xffffffff) ? 0 : ei->first - lastSeen - 1; in IdmapMatchingResources()7364 lastSeen = ei->first; in IdmapMatchingResources()