Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DLegacyUtils.h61 const int kOEMCodeBase = 10000; variable
204 return (code < codeCount) || (code >= kOEMCodeBase && (code - kOEMCodeBase) < codeCountOEM); in validCode()
/packages/modules/NeuralNetworks/common/
DLegacyUtils.cpp123 } else if (code >= kOEMCodeBase && (code - kOEMCodeBase) < entryCountOEM) { in tableLookup()
124 return tableOEM[code - kOEMCodeBase]; in tableLookup()