Home
last modified time | relevance | path

Searched refs:m_identification (Results 1 – 25 of 34) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dds1204.cpp61 save_item( NAME( m_identification ) ); in device_start()
69 memset( m_identification, 0, sizeof( m_identification ) ); in nvram_default()
88 …memcpy( m_identification, region, sizeof( m_identification ) ); region += sizeof( m_identification in nvram_default()
97 file.read( m_identification, sizeof( m_identification ) ); in nvram_read()
105 file.write( m_identification, sizeof( m_identification ) ); in nvram_write()
232 readbit( m_identification ); in WRITE_LINE_MEMBER()
237 m_identification[ 0 ], m_identification[ 1 ], m_identification[ 2 ], m_identification[ 3 ], in WRITE_LINE_MEMBER()
238 m_identification[ 4 ], m_identification[ 5 ], m_identification[ 6 ], m_identification[ 7 ] ); in WRITE_LINE_MEMBER()
304 writebit( m_identification ); in WRITE_LINE_MEMBER()
309 m_identification[ 0 ], m_identification[ 1 ], m_identification[ 2 ], m_identification[ 3 ], in WRITE_LINE_MEMBER()
[all …]
H A Dds1205.cpp62 save_item( NAME( m_identification ) ); in device_start()
69 memset( m_identification, 0, sizeof( m_identification ) ); in nvram_default()
89 …memcpy( m_identification[i], region, sizeof( m_identification[i] ) ); region += sizeof( m_identifi… in nvram_default()
100 file.read( m_identification[i], sizeof( m_identification[i] ) ); in nvram_read()
110 file.write( m_identification[i], sizeof( m_identification[i] ) ); in nvram_write()
238 readbit( m_identification[ m_command[ 1 ] >> 6 ] ); in WRITE_LINE_MEMBER()
244m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER()
245m_identification[ page ][ 4 ], m_identification[ page ][ 5 ], m_identification[ page ][ 6 ], m_ide… in WRITE_LINE_MEMBER()
317 writebit( m_identification[ m_command[ 1 ] >> 6 ] ); in WRITE_LINE_MEMBER()
323m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER()
[all …]
H A Dds1204.h81 uint8_t m_identification[8]; variable
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dds1204.cpp61 save_item( NAME( m_identification ) ); in device_start()
69 memset( m_identification, 0, sizeof( m_identification ) ); in nvram_default()
88 …memcpy( m_identification, region, sizeof( m_identification ) ); region += sizeof( m_identification in nvram_default()
97 file.read( m_identification, sizeof( m_identification ) ); in nvram_read()
105 file.write( m_identification, sizeof( m_identification ) ); in nvram_write()
232 readbit( m_identification ); in WRITE_LINE_MEMBER()
237 m_identification[ 0 ], m_identification[ 1 ], m_identification[ 2 ], m_identification[ 3 ], in WRITE_LINE_MEMBER()
238 m_identification[ 4 ], m_identification[ 5 ], m_identification[ 6 ], m_identification[ 7 ] ); in WRITE_LINE_MEMBER()
304 writebit( m_identification ); in WRITE_LINE_MEMBER()
309 m_identification[ 0 ], m_identification[ 1 ], m_identification[ 2 ], m_identification[ 3 ], in WRITE_LINE_MEMBER()
[all …]
H A Dds1205.cpp62 save_item( NAME( m_identification ) ); in device_start()
69 memset( m_identification, 0, sizeof( m_identification ) ); in nvram_default()
89 …memcpy( m_identification[i], region, sizeof( m_identification[i] ) ); region += sizeof( m_identifi… in nvram_default()
100 file.read( m_identification[i], sizeof( m_identification[i] ) ); in nvram_read()
110 file.write( m_identification[i], sizeof( m_identification[i] ) ); in nvram_write()
238 readbit( m_identification[ m_command[ 1 ] >> 6 ] ); in WRITE_LINE_MEMBER()
244m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER()
245m_identification[ page ][ 4 ], m_identification[ page ][ 5 ], m_identification[ page ][ 6 ], m_ide… in WRITE_LINE_MEMBER()
317 writebit( m_identification[ m_command[ 1 ] >> 6 ] ); in WRITE_LINE_MEMBER()
323m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER()
[all …]
/dports/databases/cutelyst-asql/asql-0.50.0/src/
H A Dapreparedquery.cpp27 , m_identification(identificationCounter()) in APreparedQuery()
33 , m_identification(identificationCounter()) in APreparedQuery()
39 , m_identification(identification.toUtf8()) in APreparedQuery()
51 return m_identification; in identification()
H A Dapreparedquery.h69 QByteArray m_identification; variable
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/dsr/model/
H A Ddsr-rreq-table.h97 m_identification (i) in m_destination()
107 return ((m_destination == o.m_destination) && (m_identification == o.m_identification)
154 return m_identification; in GetIdentification()
163 m_identification = i; in SetIdentification()
191 uint16_t m_identification; //!< Route request identification variable
H A Ddsr-option-header.cc327 m_identification = identification; in SetId()
332 return m_identification; in GetId()
359 i.WriteHtonU16 (m_identification); in Serialize()
1049 : m_identification (0) in DsrOptionAckReqHeader()
1067 return m_identification; in GetAckId()
1087 i.WriteU16 (m_identification); in Serialize()
1096 m_identification = i.ReadU16 (); in Deserialize()
1125 : m_identification (0) in DsrOptionAckHeader()
1142 return m_identification; in GetAckId()
1184 i.WriteU16 (m_identification); in Serialize()
[all …]
H A Ddsr-passive-buff.h68 m_identification (i), in m_packet()
156 return m_identification; in GetIdentification()
164 m_identification = i; in SetIdentification()
241 uint16_t m_identification; variable
H A Ddsr-option-header.h378 uint16_t m_identification;
1219 uint16_t m_identification;
1325 uint16_t m_identification;
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/OSX/
H A DJoystickImpl.cpp212 m_identification.name = getDeviceString(self, CFSTR(kIOHIDProductKey), m_index); in open()
213 m_identification.vendorId = getDeviceUint(self, CFSTR(kIOHIDVendorIDKey), m_index); in open()
214 m_identification.productId = getDeviceUint(self, CFSTR(kIOHIDProductIDKey), m_index); in open()
260 … << "Joystick (vendor/product id: 0x" << m_identification.vendorId in open()
261 << "/0x" << m_identification.productId << std::dec in open()
278 … sf::err() << std::hex << "Gamepage (vendor/product id: 0x" << m_identification.vendorId in open()
279 … << "/0x" << m_identification.productId << ") is not an CA but a 0x" in open()
367 return m_identification; in getIdentification()
H A DJoystickImpl.hpp127 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dipv4-header.cc36 m_identification (0), in Ipv4Header()
72 return m_identification; in GetIdentification()
78 m_identification = identification; in SetIdentification()
365 << "id " << m_identification << " " in Print()
392 i.WriteHtonU16 (m_identification); in Serialize()
441 m_identification = i.ReadNtohU16 (); in Deserialize()
H A Dipv6-extension-header.cc338 m_identification (0) in Ipv6ExtensionFragmentHeader()
371 m_identification = identification; in SetIdentification()
376 return m_identification; in GetIdentification()
382 … = " << (uint32_t)GetMoreFragment () << " identification = " << (uint32_t)m_identification << " )"; in Print()
398 i.WriteHtonU32 (m_identification); in Serialize()
409 m_identification = i.ReadNtohU32 (); in Deserialize()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Win32/
H A DJoystickImpl.cpp281 m_identification.name = getDeviceName(m_index, m_caps); in open()
282 m_identification.productId = m_caps.wPid; in open()
283 m_identification.vendorId = m_caps.wMid; in open()
325 return m_identification; in getIdentification()
654 m_identification.name = stringProperty.wsz; in openDInput()
665 m_identification.productId = HIWORD(property.dwData); in openDInput()
666 m_identification.vendorId = LOWORD(property.dwData); in openDInput()
H A DJoystickImpl.hpp229 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Unix/
H A DJoystickImpl.cpp563 m_identification.name = getJoystickName(index); in open()
567 m_identification.vendorId = getJoystickVendorId(index); in open()
568 m_identification.productId = getJoystickProductId(index); in open()
637 return m_identification; in getIdentification()
H A DJoystickImpl.hpp123 sf::Joystick::Identification m_identification; ///< Identification of the joystick member in sf::priv::JoystickImpl
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Android/
H A DJoystickImpl.hpp109 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
H A DJoystickImpl.cpp84 return m_identification; in getIdentification()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/OpenBSD/
H A DJoystickImpl.hpp109 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
H A DJoystickImpl.cpp84 return m_identification; in getIdentification()
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/FreeBSD/
H A DJoystickImpl.hpp120 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/click/model/
H A Dipv4-l3-click-protocol.cc69 : m_identification (0) in Ipv4L3ClickProtocol()
683 ipHeader.SetIdentification (m_identification); in BuildHeader()
684 m_identification++; in BuildHeader()
690 ipHeader.SetIdentification (m_identification); in BuildHeader()
691 m_identification++; in BuildHeader()

12