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

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c39 uint32_t checksum; member in struct:data_header_t
130 uint32_t checksum; local
145 checksum = inv_checksum(data, len);
146 if (checksum != hd->checksum)
157 checksum = inv_checksum(data, hd->size);
158 if (checksum != hd->checksum)
190 hd->checksum = inv_checksum(cur, ds.hd[kk].size);
200 hd->checksum
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c39 uint32_t checksum; member in struct:data_header_t
130 uint32_t checksum; local
145 checksum = inv_checksum(data, len);
146 if (checksum != hd->checksum)
157 checksum = inv_checksum(data, hd->size);
158 if (checksum != hd->checksum)
190 hd->checksum = inv_checksum(cur, ds.hd[kk].size);
200 hd->checksum
[all...]
/hardware/intel/bootstub/
H A Dsfi.h35 u8 checksum; member in struct:sfi_table_header
H A Dbootparam.h234 __u8 checksum; member in struct:edd_device_params
/hardware/bsp/intel/peripheral/libupm/src/pn532/
H A Dpn532.cxx1502 preamble and required frame details (checksum, len, etc.)
1524 uint8_t checksum = PN532_PREAMBLE + PN532_PREAMBLE + PN532_STARTCODE2; local
1533 checksum += PN532_HOSTTOPN532;
1538 checksum += cmd[i];
1541 buf[offset++] = ~checksum;
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp86 uint8_t checksum = 0; local
92 checksum ^= *pNmea++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp86 uint8_t checksum = 0; local
92 checksum ^= *pNmea++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp86 uint8_t checksum = 0; local
92 checksum ^= *pNmea++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp82 uint8_t checksum = 0; local
88 checksum ^= *pNmea++;
92 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp86 uint8_t checksum = 0; local
92 checksum ^= *pNmea++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_nmea.cpp86 uint8_t checksum = 0; local
92 checksum ^= *pNmea++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dexamples.mk116 decode_to_md5.DESCRIPTION = Frame by frame MD5 checksum

Completed in 937 milliseconds