Searched refs:CSUM (Results 1 – 3 of 3) sorted by relevance
241 typedef uint16_t CSUM; /* checksum used by some structures stored in non-volatile memory */ typedef253 CSUM data_csum; ///< checksum of the data portion appended after the header254 CSUM hdr_csum; ///< checksum of the preceding header bytes777 CSUM csum; ///< checksum of the remaining bytes831 CSUM csum; ///< Checksum of the remaining bytes851 CSUM csum; ///< checksum of the remaining bytes */867 CSUM csum; ///< checksum of the remaining bytes917 CSUM csum; ///< checksum of the remaining bytes943 CSUM csum; ///< checksum of the remaining bytes984 CSUM mbg_csum (unsigned char *, unsigned int);
90 ascii_msgp->csum = (CSUM) get_lsb_short(bufpp); in get_mbg_ascii_msg()300 cfghp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_cfgh()323 utcp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_utc()429 ephp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_eph()474 almp->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_alm()499 ionop->csum = (CSUM) get_lsb_short(buffpp); in get_mbg_iono()
157 CSUM169 return (CSUM) sum; in mbg_csum() 181 headerp->data_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header() 182 headerp->hdr_csum = (CSUM) get_lsb_short(bufpp); in get_mbg_header() 599 CSUM calc_csum; /* used to compare the incoming csums */ in gps_input()