Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanotool/
Dnanopacket.cpp122 crc_ = 0; in Reset()
180 && DeserializeWord(&crc_, buffer[i])) { in Parse()
199 if (computed_crc != crc_) { in ValidateCrc()
Dnanopacket.h107 uint32_t crc_; variable