Searched refs:codeCountOEM (Results 1 – 1 of 1) sorted by relevance
268 inline bool validCode(uint32_t codeCount, uint32_t codeCountOEM, uint32_t code) { in validCode() argument269 return (code < codeCount) || (code >= kOEMCodeBase && (code - kOEMCodeBase) < codeCountOEM); in validCode()