Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c52 static UINT8 rw_t1t_prepare_ndef_bytes (UINT8 *p_data, UINT8 *p_length_field, UINT8 *p_index, BOOLE…
1668 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
1682 while ( (*p_index < T1T_BLOCK_SIZE) in rw_t1t_prepare_ndef_bytes()
1685 … if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE) in rw_t1t_prepare_ndef_bytes()
1687 p_data[*p_index] = p_length_field[p_t1t->work_offset]; in rw_t1t_prepare_ndef_bytes()
1692 (*p_index)++; in rw_t1t_prepare_ndef_bytes()
1699 …while (*p_index < T1T_BLOCK_SIZE && p_t1t->work_offset < (p_t1t->new_ndef_msg_len + lengthfield_le… in rw_t1t_prepare_ndef_bytes()
1701 … if (rw_t1t_is_lock_reserved_otp_byte ((UINT16) ((block * T1T_BLOCK_SIZE) + *p_index)) == FALSE) in rw_t1t_prepare_ndef_bytes()
1703 p_data[*p_index] = p_t1t->p_ndef_buffer[p_t1t->work_offset - lengthfield_len]; in rw_t1t_prepare_ndef_bytes()
1708 (*p_index)++; in rw_t1t_prepare_ndef_bytes()
[all …]
/external/freetype/include/
Dfreetype.h3402 FT_Int *p_index,
/external/pdfium/third_party/freetype/include/freetype/
Dfreetype.h3533 FT_Int *p_index,
/external/pdfium/third_party/freetype/src/base/
Dftobjs.c4903 FT_Int *p_index, in FT_Get_SubGlyph_Info() argument
4920 *p_index = subg->index; in FT_Get_SubGlyph_Info()
/external/freetype/src/base/
Dftobjs.c4863 FT_Int *p_index, in FT_Get_SubGlyph_Info() argument
4880 *p_index = subg->index; in FT_Get_SubGlyph_Info()
/external/pdfium/third_party/libopenjpeg20/
Dj2k.c1049 static OPJ_BOOL opj_j2k_add_mct(opj_tcp_t * p_tcp, opj_image_t * p_image, OPJ_UINT32 p_index);
5679 static OPJ_BOOL opj_j2k_add_mct(opj_tcp_t * p_tcp, opj_image_t * p_image, OPJ_UINT32 p_index) in opj_j2k_add_mct() argument
5695 if (l_mcc_record->m_index == p_index) { in opj_j2k_add_mct()