Home | History | Annotate | Download | only in src

Lines Matching refs:copy_length

2476     uint16_t                        copy_length = 0;
2495 copy_length = (uint16_t)(ps_tpz_info->ReadBufferSize -
2505 copy_length);
2509 (void *)copy_temp_buf, copy_length);
2564 uint16_t copy_length = 0;
2612 copy_length = (uint16_t)(recv_length - copy_index);
2670 copy_length = (uint16_t) ((copy_till_address == 0) ? copy_length :
2674 /* After lock bytes, there are immediate reserved bytes, so " copy_length "
2676 if (0 != copy_length)
2682 if ((copy_length > (uint16_t)
2686 copy_length = (uint16_t)(exact_copy_length -
2695 copy_length);
2697 if (((copy_till_address == 0) ? copy_length :
2707 copy_index) - copy_length));
2711 copy_index) - copy_length);
2722 copy_index = (uint16_t)(copy_index + copy_length);
2726 copy_length);
2732 copy_length = (uint16_t) ((copy_till_address == 0) ? copy_length :
2742 copy_length = ((copy_length > (actual_ndef_length -
2746 copy_length);
2752 copy_length);
2756 copy_length);
2760 copy_index = (uint16_t)(copy_index + copy_length);
3824 uint8_t copy_length;
3856 copy_length = (uint8_t)TOPAZ_WRITE_8_DATA_LENGTH;
3859 copy_length);
3862 copy_length);
3866 copy_length = (uint8_t)(write_len - psNdefMap->ApduBuffIndex);
3873 copy_length);
3875 (void)memset ((void *)(write_buf + copy_length), 0x00,
3876 (TOPAZ_WRITE_8_DATA_LENGTH - copy_length));