Home
last modified time | relevance | path

Searched refs:m_srec_record_count (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dbinary_resource_gen.cpp20 m_srec_record_count = 0; in binary_resource_gen()
1794 crc += m_srec_record_count & 0xff; in WriteOneSRecord()
1795 crc += m_srec_record_count >> 8; in WriteOneSRecord()
1798 sprintf_s(buffer + 4, sizeof(buffer) - 4, "%04X", m_srec_record_count); in WriteOneSRecord()
1805 crc += m_srec_record_count & 0xff; in WriteOneSRecord()
1806 crc += (m_srec_record_count >> 8) & 0xff; in WriteOneSRecord()
1807 crc += m_srec_record_count >> 16; in WriteOneSRecord()
1810 sprintf_s(buffer + 4, sizeof(buffer) - 4, "%06X", m_srec_record_count); in WriteOneSRecord()
1846 m_srec_record_count++; in WriteOneSRecord()
1908 if (m_srec_record_count < 0xffff) in WriteSRecordEnd()
Dbinary_resource_gen.h121 INT m_srec_record_count; variable