Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/
Dtrc_printable_elem.cpp61 int numHexChars = valTotalBitSize / 4; in getValStr() local
62 numHexChars += ((valTotalBitSize % 4) > 0) ? 1 : 0; in getValStr()
66 if (validChars < numHexChars) in getValStr()
68 int QM = numHexChars - validChars; in getValStr()