Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Draw_data_decoder.cpp42 double tmpd; in FloatingNumberDecoded() local
43 … if (memcpy_s(reinterpret_cast<uint8_t*>(&tmpd), valByteCnt, rawData + pos, valByteCnt) != EOK) { in FloatingNumberDecoded()
46 dest = tmpd; in FloatingNumberDecoded()