Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c51 static UINT8 rw_t1t_prepare_ndef_bytes (UINT8 *p_data, UINT8 *p_length_field, UINT8 *p_index, BOOLE…
1666 static UINT8 rw_t1t_prepare_ndef_bytes (UINT8 *p_data, UINT8 *p_length_field, UINT8 *p_index, BOOLE… in rw_t1t_prepare_ndef_bytes() argument
1680 while ( (*p_index < T1T_BLOCK_SIZE) in rw_t1t_prepare_ndef_bytes()
1683 … if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE) in rw_t1t_prepare_ndef_bytes()
1685 p_data[*p_index] = p_length_field[p_t1t->work_offset]; in rw_t1t_prepare_ndef_bytes()
1690 (*p_index)++; in rw_t1t_prepare_ndef_bytes()
1697 …while (*p_index < T1T_BLOCK_SIZE && p_t1t->work_offset < (p_t1t->new_ndef_msg_len + lengthfield_le… in rw_t1t_prepare_ndef_bytes()
1699 … if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE) in rw_t1t_prepare_ndef_bytes()
1701 p_data[*p_index] = p_t1t->p_ndef_buffer[p_t1t->work_offset - lengthfield_len]; in rw_t1t_prepare_ndef_bytes()
1706 (*p_index)++; in rw_t1t_prepare_ndef_bytes()
[all …]
/external/freetype/include/freetype/
Dfreetype.h3272 FT_Int *p_index,
/external/v8/src/
Dprofile-generator.cc712 intptr_t p_index = reinterpret_cast<intptr_t>(p->value); in RemoveProfile() local
713 if (p_index > index) { in RemoveProfile()
714 p->value = reinterpret_cast<void*>(p_index - 1); in RemoveProfile()
/external/freetype/src/base/
Dftobjs.c4723 FT_Int *p_index, in FT_Get_SubGlyph_Info() argument
4740 *p_index = subg->index; in FT_Get_SubGlyph_Info()