Searched refs:entryId (Results 1 – 4 of 4) sorted by relevance
10 entryId = 0x0000ffff & intId21 if entryId <= attrEntryId:
60 static bool less_entry_id(const std::pair<uint16_t, ApiVersion>& p, uint16_t entryId) { in less_entry_id() argument61 return p.first < entryId; in less_entry_id()
4479 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel() local4480 if (entryId <= 0x021c) { in getPublicAttributeSdkLevel()4482 } else if (entryId <= 0x021d) { in getPublicAttributeSdkLevel()4484 } else if (entryId <= 0x0269) { in getPublicAttributeSdkLevel()4486 } else if (entryId <= 0x028d) { in getPublicAttributeSdkLevel()4488 } else if (entryId <= 0x02ad) { in getPublicAttributeSdkLevel()4490 } else if (entryId <= 0x02b3) { in getPublicAttributeSdkLevel()4492 } else if (entryId <= 0x02b5) { in getPublicAttributeSdkLevel()4494 } else if (entryId <= 0x02bd) { in getPublicAttributeSdkLevel()4496 } else if (entryId <= 0x02cb) { in getPublicAttributeSdkLevel()[all …]
324 status_t lookup(uint16_t entryId, uint16_t* outEntryId) const { in lookup() argument328 if (entryId < offset) { in lookup()333 entryId -= offset; in lookup()335 if (entryId >= entryCount) { in lookup()343 uint32_t mappedEntry = dtohl(entries[entryId]); in lookup()7555 size_t entryId; in print() local7561 entryId = dtohs(entry->idx); in print()7565 entryId = entryIndex; in print()7574 | (0x0000ffff & (entryId)); in print()