Lines Matching refs:cnt
23 int cnt; in fcb_elem_crc8() local
40 cnt = fcb_get_len(_fcb, tmp_str, &len); in fcb_elem_crc8()
41 if (cnt < 0) { in fcb_elem_crc8()
42 return cnt; in fcb_elem_crc8()
44 loc->fe_data_off = loc->fe_elem_off + fcb_len_in_flash(_fcb, cnt); in fcb_elem_crc8()
48 crc8 = crc8_ccitt(crc8, tmp_str, cnt); in fcb_elem_crc8()
77 int cnt; in fcb_elem_endmarker_fixed() local
90 cnt = fcb_get_len(_fcb, tmp_str, &len); in fcb_elem_endmarker_fixed()
91 if (cnt < 0) { in fcb_elem_endmarker_fixed()
92 return cnt; in fcb_elem_endmarker_fixed()
94 loc->fe_data_off = loc->fe_elem_off + fcb_len_in_flash(_fcb, cnt); in fcb_elem_endmarker_fixed()