Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/opencsd/decoder/source/
Dtrc_printable_elem.cpp61 int numHexChars = valTotalBitSize / 4; in getValStr() local
62 numHexChars += ((valTotalBitSize % 4) > 0) ? 1 : 0; in getValStr()
66 int QM = numHexChars - validChars; in getValStr()