Home
last modified time | relevance | path

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

/hardware/nxp/nfc/halimpl/utils/
DphNxpConfig.cpp104 unsigned long numValue() const { return m_numValue; } in numValue() function in CNfcParam
254 unsigned long numValue = 0; in readConfig() local
303 numValue = getDigitValue(c, base); in readConfig()
318 numValue = 0; in readConfig()
324 numValue = getDigitValue(c, base); in readConfig()
334 numValue *= base; in readConfig()
335 numValue += getDigitValue(c, base); in readConfig()
348 numValue = numValue >> (n * 8); in readConfig()
349 unsigned char c = (numValue)&0xFF; in readConfig()
355 numValue = 0; in readConfig()
[all …]