Searched refs:p_index (Results 1 – 4 of 4) sorted by relevance
51 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() argument1680 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 …]
3272 FT_Int *p_index,
712 intptr_t p_index = reinterpret_cast<intptr_t>(p->value); in RemoveProfile() local713 if (p_index > index) { in RemoveProfile()714 p->value = reinterpret_cast<void*>(p_index - 1); in RemoveProfile()
4723 FT_Int *p_index, in FT_Get_SubGlyph_Info() argument4740 *p_index = subg->index; in FT_Get_SubGlyph_Info()