Searched refs:bytes_locked_per_bit (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c661 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = (UINT8) tags_pow (2, ((p_t2t->tlv_value[2] & 0xF0) >> 4));
922 p_t2t->lock_tlv[p_t2t->num_lock_tlvs].bytes_locked_per_bit = bytes_locked_per_lock_bit;
2152 UINT8 bytes_locked_per_bit; local
2183 bytes_locked_per_bit = p_t2t->lock_tlv[p_t2t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_per_bit;
2188 if (((bytes_locked_per_bit * num_bits) + byte_count) <= lower_offset)
2191 byte_count += bytes_locked_per_bit * num_bits;
2199 byte_count += bytes_locked_per_bit;
2221 bytes_locked_per_bit = p_t2t->lock_tlv[p_t2t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_per_bit;
[all...]
H A Drw_t1t_ndef.c1116 p_t1t->lock_tlv[p_t1t->num_lock_tlvs].bytes_locked_per_bit = (UINT8) tags_pow (2, ((tlv_value[2] & 0xF0) >> 4));
2017 UINT8 bytes_locked_per_bit; local
2032 bytes_locked_per_bit = p_t1t->lock_tlv[p_t1t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_per_bit;
2038 if (bytes_locked_per_bit * num_bits + byte_count <= lower_offset)
2040 byte_count += bytes_locked_per_bit * num_bits;
2049 byte_count += bytes_locked_per_bit;
2070 bytes_locked_per_bit = p_t1t->lock_tlv[p_t1t->lockbyte[num_dynamic_locks].tlv_index].bytes_locked_per_bit;
2077 if ((bytes_locked_per_bit * (num_bit
[all...]
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h103 UINT8 bytes_locked_per_bit; /* No. of tag bytes gets locked by a bit in this byte */ member in struct:__anon24362
276 UINT8 bytes_locked_per_bit; /* No. of tag bytes gets locked by a bit in this byte */ member in struct:__anon24367

Completed in 225 milliseconds