Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DUtils.h51 const int kOEMCodeBase = 10000; variable
367 return (code < codeCount) || (code >= kOEMCodeBase && (code - kOEMCodeBase) < codeCountOEM);
/frameworks/ml/nn/common/
DUtils.cpp184 } else if (code >= kOEMCodeBase && (code - kOEMCodeBase) < entryCountOEM) { in tableLookup()
185 return tableOEM[code - kOEMCodeBase]; in tableLookup()