HomeSort by relevance Sort by last modified time
    Searched full:crc_len (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc_i2c.c 38 #define CRC_LEN 2
208 totalBtyesToRead = pBuffer[FW_DNLD_LEN_OFFSET] + FW_DNLD_HEADER_LEN + CRC_LEN;
  /external/fio/
verify.c 211 unsigned int crc_len; member in struct:vcont
315 hexdump(vc->good_crc, vc->crc_len);
317 hexdump(vc->bad_crc, vc->crc_len);
432 vc->crc_len = sizeof(hash);
457 vc->crc_len = sizeof(vh->sha512);
483 vc->crc_len = sizeof(vh->sha256);
509 vc->crc_len = sizeof(vh->sha1);
530 vc->crc_len = 1;
551 vc->crc_len = 2;
572 vc->crc_len = 8
    [all...]

Completed in 118 milliseconds