Searched refs:num_lock_bits (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2132 UINT8 num_lock_bits; local
2149 num_lock_bits = 8;
2154 while (xx < num_lock_bits)
2183 num_lock_bits = 8;
2192 num_lock_bits = (total_bits % 8 == 0)? 8:total_bits % 8;
2194 while (xx < num_lock_bits)
H A Drw_t2t_ndef.c2299 UINT8 num_lock_bits; local
2313 num_lock_bits = TAG_BITS_PER_BYTE;
2318 while (xx < num_lock_bits)
2350 num_lock_bits = TAG_BITS_PER_BYTE;
2358 num_lock_bits = b_all_bits_are_locks ? TAG_BITS_PER_BYTE : p_t2t->lock_tlv[p_t2t->lockbyte[num_dyn_lock_bytes].tlv_index].num_bits % TAG_BITS_PER_BYTE;
2360 while (xx < num_lock_bits)

Completed in 141 milliseconds