Searched refs:entryId (Results 1 – 4 of 4) sorted by relevance
10 entryId = 0x0000ffff & intId21 if entryId <= attrEntryId:
58 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { in less_entry_id() argument59 return p.first < entryId; in less_entry_id()
4482 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local4483 if (entryId <= 0x021c) { in getPublicAttributeSdkLevel()4485 } else if (entryId <= 0x021d) { in getPublicAttributeSdkLevel()4487 } else if (entryId <= 0x0269) { in getPublicAttributeSdkLevel()4489 } else if (entryId <= 0x028d) { in getPublicAttributeSdkLevel()4491 } else if (entryId <= 0x02ad) { in getPublicAttributeSdkLevel()4493 } else if (entryId <= 0x02b3) { in getPublicAttributeSdkLevel()4495 } else if (entryId <= 0x02b5) { in getPublicAttributeSdkLevel()4497 } else if (entryId <= 0x02bd) { in getPublicAttributeSdkLevel()4499 } else if (entryId <= 0x02cb) { in getPublicAttributeSdkLevel()[all …]
322 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup() argument326 if (entryId < offset) { in lookup()331 entryId -= offset; in lookup()333 if (entryId >= entryCount) { in lookup()341 uint32_t mappedEntry = dtohl(entries[entryId]); in lookup()7211 size_t entryId; in print() local7217 entryId = dtohs(entry->idx); in print()7221 entryId = entryIndex; in print()7230 | (0x0000ffff & (entryId)); in print()