Searched defs:p_index (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c51 static UINT8 rw_t1t_prepare_ndef_bytes (UINT8 *p_data, UINT8 *p_length_field, UINT8 *p_index, BOOLEAN b_one_byte, UINT8 block, UINT8 lengthfield_len);
1666 static UINT8 rw_t1t_prepare_ndef_bytes (UINT8 *p_data, UINT8 *p_length_field, UINT8 *p_index, BOOLEAN b_one_byte, UINT8 block, UINT8 lengthfield_len) argument
1680 while ( (*p_index < T1T_BLOCK_SIZE)
1683 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE)
1685 p_data[*p_index] = p_length_field[p_t1t->work_offset];
1690 (*p_index)++;
1697 while (*p_index < T1T_BLOCK_SIZE && p_t1t->work_offset < (p_t1t->new_ndef_msg_len + lengthfield_len))
1699 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE)
1701 p_data[*p_index] = p_t1t->p_ndef_buffer[p_t1t->work_offset - lengthfield_len];
1706 (*p_index)
[all...]
/external/v8/src/
H A Dprofile-generator.cc712 intptr_t p_index = reinterpret_cast<intptr_t>(p->value); local
713 if (p_index > index) {
714 p->value = reinterpret_cast<void*>(p_index - 1);

Completed in 456 milliseconds