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