• Home
  • Raw
  • Download

Lines Matching refs:parse_index

875     uint8_t                 parse_index = 0;  in phFriNfc_ISO15693_H_ProcessCheckNdef()  local
883 parse_index = (uint8_t)(parse_index + recv_length); in phFriNfc_ISO15693_H_ProcessCheckNdef()
902 parse_index = ps_iso_15693_con->ndef_tlv_type_byte; in phFriNfc_ISO15693_H_ProcessCheckNdef()
907 while ((parse_index < recv_length) in phFriNfc_ISO15693_H_ProcessCheckNdef()
923 switch (*(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
929 ps_iso_15693_con->ndef_tlv_type_byte = parse_index; in phFriNfc_ISO15693_H_ProcessCheckNdef()
971 if (0 == *(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
981 *(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
994 *(p_recv_buf + parse_index); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1007 (*(p_recv_buf + parse_index) << in phFriNfc_ISO15693_H_ProcessCheckNdef()
1019 *(p_recv_buf + parse_index)); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1036 ps_iso_15693_con->current_block, parse_index) in phFriNfc_ISO15693_H_ProcessCheckNdef()
1052 parse_index + ps_iso_15693_con->actual_ndef_size); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1058 if (parse_index + ps_iso_15693_con->actual_ndef_size >= in phFriNfc_ISO15693_H_ProcessCheckNdef()
1061 parse_index = (uint8_t)recv_length; in phFriNfc_ISO15693_H_ProcessCheckNdef()
1065 parse_index = (uint8_t)(parse_index + in phFriNfc_ISO15693_H_ProcessCheckNdef()
1076 parse_index); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1081 parse_index = (uint8_t)(parse_index + remaining_length); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1087 parse_index = (uint8_t)(parse_index + remaining_length); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1093 parse_index = (uint8_t)(parse_index + in phFriNfc_ISO15693_H_ProcessCheckNdef()
1112 if (0 == *(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
1123 *(p_recv_buf + parse_index)) in phFriNfc_ISO15693_H_ProcessCheckNdef()
1139 *(p_recv_buf + parse_index); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1153 (*(p_recv_buf + parse_index) << in phFriNfc_ISO15693_H_ProcessCheckNdef()
1165 *(p_recv_buf + parse_index)); in phFriNfc_ISO15693_H_ProcessCheckNdef()
1186 (((parse_index + 1) % ISO15693_BYTES_PER_BLOCK) ? in phFriNfc_ISO15693_H_ProcessCheckNdef()
1188 ps_iso_15693_con->current_block + 1), ((parse_index + 1) % in phFriNfc_ISO15693_H_ProcessCheckNdef()
1222 parse_index = (uint8_t)(parse_index + 1); in phFriNfc_ISO15693_H_ProcessCheckNdef()