/dports/emulators/mess/mame-mame0226/src/devices/machine/ |
H A D | ds1204.cpp | 61 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 D | ds1205.cpp | 62 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() 244 …m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER() 245 …m_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() 323 …m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER() [all …]
|
H A D | ds1204.h | 81 uint8_t m_identification[8]; variable
|
/dports/emulators/mame/mame-mame0226/src/devices/machine/ |
H A D | ds1204.cpp | 61 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 D | ds1205.cpp | 62 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() 244 …m_identification[ page ][ 0 ], m_identification[ page ][ 1 ], m_identification[ page ][ 2 ], m_ide… in WRITE_LINE_MEMBER() 245 …m_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() 323 …m_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 D | apreparedquery.cpp | 27 , 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 D | apreparedquery.h | 69 QByteArray m_identification; variable
|
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/dsr/model/ |
H A D | dsr-rreq-table.h | 97 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 D | dsr-option-header.cc | 327 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 D | dsr-passive-buff.h | 68 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 D | dsr-option-header.h | 378 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 D | JoystickImpl.cpp | 212 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 D | JoystickImpl.hpp | 127 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 D | ipv4-header.cc | 36 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 D | ipv6-extension-header.cc | 338 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 D | JoystickImpl.cpp | 281 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 D | JoystickImpl.hpp | 229 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
|
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/Unix/ |
H A D | JoystickImpl.cpp | 563 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 D | JoystickImpl.hpp | 123 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 D | JoystickImpl.hpp | 109 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
|
H A D | JoystickImpl.cpp | 84 return m_identification; in getIdentification()
|
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/OpenBSD/ |
H A D | JoystickImpl.hpp | 109 Joystick::Identification m_identification; ///< Joystick identification member in sf::priv::JoystickImpl
|
H A D | JoystickImpl.cpp | 84 return m_identification; in getIdentification()
|
/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/FreeBSD/ |
H A D | JoystickImpl.hpp | 120 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 D | ipv4-l3-click-protocol.cc | 69 : 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()
|