Home
last modified time | relevance | path

Searched refs:m_ecc (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dsun3.cpp301 uint32_t m_enable, m_diag, m_dvma_enable, m_parregs[8], m_irqctrl, m_ecc[4]; member in sun3_state
335 if (m_ecc[0] == 0x10c00000) in ram_r()
338 m_ecc[1] &= 0x00ffffff; in ram_r()
340 if (m_ecc[2] == 0x01000000) // single-bit error test in ram_r()
342 m_ecc[1] |= 0x8f000000; // put in the syndrome code the first ECC test wants in ram_r()
349 else if (m_ecc[2] == 0x01000200) // double-bit error test in ram_r()
351 m_ecc[1] |= 0xfc000000; in ram_r()
876 uint32_t rv = m_ecc[offset & 0xf]; in ecc_r()
888 m_ecc[offset] = data; in ecc_w()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dsun3.cpp301 uint32_t m_enable, m_diag, m_dvma_enable, m_parregs[8], m_irqctrl, m_ecc[4]; member in sun3_state
335 if (m_ecc[0] == 0x10c00000) in ram_r()
338 m_ecc[1] &= 0x00ffffff; in ram_r()
340 if (m_ecc[2] == 0x01000000) // single-bit error test in ram_r()
342 m_ecc[1] |= 0x8f000000; // put in the syndrome code the first ECC test wants in ram_r()
349 else if (m_ecc[2] == 0x01000200) // double-bit error test in ram_r()
351 m_ecc[1] |= 0xfc000000; in ram_r()
876 uint32_t rv = m_ecc[offset & 0xf]; in ecc_r()
888 m_ecc[offset] = data; in ecc_w()
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/
H A DVSDGeometryList.cpp99 …m_y2(get_optional_value_or(y2, 0.0)), m_angle(get_optional_value_or(angle, 0.0)), m_ecc(get_option… in VSDEllipticalArcTo()
103 double m_x3, m_y3, m_x2, m_y2, m_angle, m_ecc; member in libvisio::VSDEllipticalArcTo
263 m_ecc(get_optional_value_or(ecc, 1.0)) {} in VSDRelEllipticalArcTo()
267 double m_x3, m_y3, m_x2, m_y2, m_angle, m_ecc; member in libvisio::VSDRelEllipticalArcTo
382 collector->collectEllipticalArcTo(m_id, m_level, m_x3, m_y3, m_x2, m_y2, m_angle, m_ecc); in handle()
387 return new VSDEllipticalArcTo(m_id, m_level, m_x3, m_y3, m_x2, m_y2, m_angle, m_ecc); in clone()
522 collector->collectRelEllipticalArcTo(m_id, m_level, m_x3, m_y3, m_x2, m_y2, m_angle, m_ecc); in handle()
527 return new VSDRelEllipticalArcTo(m_id, m_level, m_x3, m_y3, m_x2, m_y2, m_angle, m_ecc); in clone()
757 ASSIGN_OPTIONAL(ecc, tmpElement->m_ecc); in addEllipticalArcTo()
850 ASSIGN_OPTIONAL(ecc, tmpElement->m_ecc); in addRelEllipticalArcTo()
/dports/astro/marble/marble-21.12.3/src/plugins/render/satellites/
H A DSatellitesMSCItem.h64 double m_ecc; variable
H A DSatellitesMSCItem.cpp49 m_perc, m_apoc, m_inc, m_ecc, m_ra, m_tano, m_m0, m_a, m_n0 ); in SatellitesMSCItem()