Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_printable_elem.cpp59 int numHexChars = valTotalBitSize / 4; in getValStr() local
60 numHexChars += ((valTotalBitSize % 4) > 0) ? 1 : 0; in getValStr()
64 if (validChars < numHexChars) in getValStr()
66 int QM = numHexChars - validChars; in getValStr()