Searched refs:entryCountOEM (Results 1 – 1 of 1) sorted by relevance
118 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>120 const EntryType (&tableOEM)[entryCountOEM], uint32_t code) { in tableLookup() argument123 } else if (code >= kOEMCodeBase && (code - kOEMCodeBase) < entryCountOEM) { in tableLookup()