Searched refs:csum (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/chromiumos-platform-ec/
H A Dcomm-lpc.cpp57 int csum = 0; local
78 csum += *d;
83 csum += *d;
86 rq.checksum = (uint8_t)(-csum);
108 csum = 0;
112 csum += *dout;
131 csum += *dout;
135 if ((uint8_t)csum) {

Completed in 15 milliseconds