Home
last modified time | relevance | path

Searched defs:Serial (Results 1 – 25 of 1232) sorted by relevance

12345678910>>...50

/dports/net/routinator/routinator-0.10.2/cargo-crates/rpki-0.12.2/src/rtr/
H A Dstate.rs117 pub struct Serial(pub u32); struct
119 impl Serial { impl
148 impl Default for Serial { implementation
157 impl From<u32> for Serial { implementation
169 impl str::FromStr for Serial { implementation
180 impl fmt::Display for Serial { implementation
189 impl PartialEq for Serial { implementation
195 impl PartialEq<u32> for Serial { implementation
201 impl Eq for Serial { } implementation
206 impl cmp::PartialOrd for Serial { implementation
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/rpki-0.13.1-rc2/src/rtr/
H A Dstate.rs117 pub struct Serial(pub u32); struct
119 impl Serial { impl
148 impl Default for Serial { implementation
157 impl From<u32> for Serial { implementation
169 impl str::FromStr for Serial { implementation
180 impl fmt::Display for Serial { implementation
189 impl PartialEq for Serial { implementation
195 impl PartialEq<u32> for Serial { implementation
201 impl Eq for Serial { } implementation
206 impl cmp::PartialOrd for Serial { implementation
[all …]
/dports/net/storj/storj-1.45.3/storagenode/piecestore/usedserials/
H A Dtable_test.go20 type Serial struct { struct
21 SatelliteID storj.NodeID
22 SerialNumber storj.SerialNumber
23 PartialSerialNumber usedserials.Partial
24 Expiration time.Time
/dports/devel/arduino-core/Arduino-b439a77/arduino-core/src/processing/app/
H A DSerial.java43 public class Serial implements SerialPortEventListener { class
62 public Serial() throws SerialException { in Serial() method in Serial
70 public Serial(int irate) throws SerialException { in Serial() method in Serial
77 public Serial(String iname, int irate) throws SerialException { in Serial() method in Serial
83 public Serial(String iname) throws SerialException { in Serial() method in Serial
111 …private Serial(String iname, int irate, char iparity, int idatabits, float istopbits) throws Seria… in Serial() method in Serial
/dports/net/routinator/routinator-0.10.2/src/http/
H A Ddelta.rs54 ) -> Result<Option<(u64, Serial)>, Response<Body>> { in version_from_query() argument
87 session: u64, from_serial: Serial, to_serial: Serial, in handle_delta()
100 session: u64, to_serial: Serial, snapshot: Arc<PayloadSnapshot> in handle_reset()
140 session: u64, from_serial: Serial, to_serial: Serial, in new()
155 session: u64, from_serial: Serial, to_serial: Serial, in append_header()
272 session: u64, to_serial: Serial, snapshot: Arc<PayloadSnapshot> in new()
286 session: u64, to_serial: Serial, in append_header()
/dports/security/putty/putty-0.76/windows/
H A Dwinser.c13 typedef struct Serial Serial; typedef
14 struct Serial { struct
25 static void serial_terminate(Serial *serial) in serial_terminate() argument
/dports/security/putty-nogtk/putty-0.76/windows/
H A Dwinser.c13 typedef struct Serial Serial; typedef
14 struct Serial { struct
25 static void serial_terminate(Serial *serial) in serial_terminate() argument
/dports/emulators/nestopia/nestopia-1.51.1/source/core/board/
H A DNstBoardMmc1.hpp93 struct Serial struct in Nes::Core::Boards::Mmc1
96 {
101 uint buffer;
102 uint shifter;
103 Cycle ready;
/dports/games/libretro-nestopia/nestopia-2b0315c/source/core/board/
H A DNstBoardMmc1.hpp90 struct Serial struct in Nes::Core::Boards::Mmc1
93 {
98 uint buffer;
99 uint shifter;
100 Cycle ready;
/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DSerial.h61 struct Serial struct
70 BLAZE_ALWAYS_INLINE BLAZE_DEVICE_CALLABLE decltype(auto) operator()( T&& a ) const in decltype()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Duxser.c20 typedef struct Serial Serial; typedef
21 struct Serial { struct
38 Serial *a = (Serial *)av; in serial_compare_by_fd() argument
/dports/security/putty/putty-0.76/unix/
H A Duxser.c20 typedef struct Serial Serial; typedef
21 struct Serial { struct
38 Serial *a = (Serial *)av; in serial_compare_by_fd() argument
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/cores/arduino/
H A DHardwareSerial0.cpp68 HardwareSerial Serial(&UBRRH, &UBRRL, &UCSRA, &UCSRB, &UCSRC, &UDR); variable
70 HardwareSerial Serial(&UBRR0H, &UBRR0L, &UCSR0A, &UCSR0B, &UCSR0C, &UDR0); variable
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Dserial.h46 explicit Serial(uint32_t value) : value_(value) {} in Serial() function
49 Serial(const Serial& other) : value_(other.getValue()) {} in Serial() function
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/modbus/
H A Dmodbus.go79 type Serial struct { struct
80 PortName string
81 Speed uint32
82 DataBits uint8
83 Parity string
84 StopBit uint8
101 Serial *Serial member
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/modbus/
H A Dmodbus.go79 type Serial struct { struct
80 PortName string
81 Speed uint32
82 DataBits uint8
83 Parity string
84 StopBit uint8
101 Serial *Serial member
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/modbus/
H A Dmodbus.go79 type Serial struct { struct
80 PortName string
81 Speed uint32
82 DataBits uint8
83 Parity string
84 StopBit uint8
101 Serial *Serial member
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/modbus/
H A Dmodbus.go79 type Serial struct { struct
80 PortName string
81 Speed uint32
82 DataBits uint8
83 Parity string
84 StopBit uint8
101 Serial *Serial member
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/modbus/
H A Dmodbus.go79 type Serial struct { struct
80 PortName string
81 Speed uint32
82 DataBits uint8
83 Parity string
84 StopBit uint8
101 Serial *Serial member
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DSerial.java13 public final class Serial { class
18 Serial() { in Serial() method in Serial
/dports/graphics/processing/processing-1.5.1/modes/java/libraries/serial/src/processing/serial/
H A DSerial.java38 public class Serial implements SerialPortEventListener { class
96 public Serial(PApplet parent) { in Serial() method in Serial
100 public Serial(PApplet parent, int irate) { in Serial() method in Serial
104 public Serial(PApplet parent, String iname, int irate) { in Serial() method in Serial
108 public Serial(PApplet parent, String iname) { in Serial() method in Serial
112 public Serial(PApplet parent, String iname, int irate, in Serial() method in Serial
/dports/www/firefox/firefox-99.0/third_party/rust/l10nregistry/src/solver/
H A DREADME.md140 ### Serial subsection in Serial vs Parallel Testing
156 #### Success case
170 #### Failure case
/dports/comms/nanovna-saver/nanovna-saver-0.3.8/NanoVNASaver/Hardware/
H A DHardware.py119 def detect_version(serial_port: serial.Serial) -> str:
137 def get_info(serial_port: serial.Serial) -> str:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A Dserial_utils.h45 constexpr Serial() : mValue(kInvalid) {} in Serial() function
77 constexpr explicit Serial(uint64_t value) : mValue(value) {} in Serial() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Dserial_utils.h45 constexpr Serial() : mValue(kInvalid) {} in Serial() function
77 constexpr explicit Serial(uint64_t value) : mValue(value) {} in Serial() function

12345678910>>...50