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