Searched refs:p_index (Results 1 - 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c52 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);
1668 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
1682 while ( (*p_index < T1T_BLOCK_SIZE)
1685 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE)
1687 p_data[*p_index] = p_length_field[p_t1t->work_offset];
1692 (*p_index)++;
1699 while (*p_index < T1T_BLOCK_SIZE && p_t1t->work_offset < (p_t1t->new_ndef_msg_len + lengthfield_len))
1701 if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE)
1703 p_data[*p_index] = p_t1t->p_ndef_buffer[p_t1t->work_offset - lengthfield_len];
1708 (*p_index)
[all...]
/external/freetype/include/freetype/
H A Dfreetype.h3245 * p_index ::
3272 FT_Int *p_index,
/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);
/external/freetype/src/base/
H A Dftobjs.c4723 FT_Int *p_index,
4740 *p_index = subg->index;

Completed in 323 milliseconds