Home
last modified time | relevance | path

Searched refs:entryCountOEM (Results 1 – 1 of 1) sorted by relevance

/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp145 template <typename EntryType, uint32_t entryCount, uint32_t entryCountOEM>
147 const EntryType (&tableOEM)[entryCountOEM], uint32_t code) { in tableLookup() argument
150 } else if (code >= kOEMCodeBase && (code - kOEMCodeBase) < entryCountOEM) { in tableLookup()