Home
last modified time | relevance | path

Searched defs:Pin (Results 1 – 25 of 1148) sorted by relevance

12345678910>>...46

/dports/lang/rust/rustc-1.58.1-src/library/core/src/
H A Dpin.rs408 pub struct Pin<P> { struct
419 impl<P: Deref, Q: Deref> PartialEq<Pin<Q>> for Pin<P> argument
475 impl<P: Deref<Target: Unpin>> Pin<P> { implementation
502 impl<P: Deref> Pin<P> { implementation
610 impl<P: DerefMut> Pin<P> { impl
660 impl<'a, T: ?Sized> Pin<&'a T> { impl
716 impl<'a, T: ?Sized> Pin<&'a mut T> { implementation
796 impl<T: ?Sized> Pin<&'static T> { implementation
810 impl<'a, P: DerefMut> Pin<&'a mut Pin<P>> { impl
849 impl<T: ?Sized> Pin<&'static mut T> { impl
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { implementation
46 impl<'a, T: ?Sized> Pin<&'a T> { impl
63 impl<'a, T: ?Sized> Pin<&'a mut T> { implementation
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { implementation
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { implementation
46 impl<'a, T: ?Sized> Pin<&'a T> { implementation
63 impl<'a, T: ?Sized> Pin<&'a mut T> { implementation
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/standback/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { implementation
46 impl<'a, T: ?Sized> Pin<&'a T> { implementation
63 impl<'a, T: ?Sized> Pin<&'a mut T> { impl
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { implementation
46 impl<'a, T: ?Sized> Pin<&'a T> { implementation
63 impl<'a, T: ?Sized> Pin<&'a mut T> { impl
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/standback-0.2.8/src/v1_33/
H A Dpin.rs9 pub struct Pin<P> { struct
13 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
20 impl<P: Deref> Pin<P> { impl
32 impl<P: DerefMut> Pin<P> { implementation
47 impl<'a, T: ?Sized> Pin<&'a T> { impl
64 impl<'a, T: ?Sized> Pin<&'a mut T> { impl
96 impl<P: Deref> Deref for Pin<P> { implementation
104 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
110 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
116 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { implementation
19 impl<P: Deref> Pin<P> { implementation
31 impl<P: DerefMut> Pin<P> { impl
46 impl<'a, T: ?Sized> Pin<&'a T> { implementation
63 impl<'a, T: ?Sized> Pin<&'a mut T> { impl
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { implementation
46 impl<'a, T: ?Sized> Pin<&'a T> { impl
63 impl<'a, T: ?Sized> Pin<&'a mut T> { impl
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { impl
46 impl<'a, T: ?Sized> Pin<&'a T> { impl
63 impl<'a, T: ?Sized> Pin<&'a mut T> { implementation
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/standback-0.2.17/src/v1_33/
H A Dpin.rs8 pub struct Pin<P> { struct
12 impl<P: Deref<Target = T>, T: Unpin> Pin<P> { argument
19 impl<P: Deref> Pin<P> { impl
31 impl<P: DerefMut> Pin<P> { impl
46 impl<'a, T: ?Sized> Pin<&'a T> { implementation
63 impl<'a, T: ?Sized> Pin<&'a mut T> { impl
95 impl<P: Deref> Deref for Pin<P> { implementation
103 impl<P: DerefMut<Target = T>, T: Unpin> DerefMut for Pin<P> { implementation
109 impl<P: fmt::Debug> fmt::Debug for Pin<P> { implementation
115 impl<P: fmt::Display> fmt::Display for Pin<P> { implementation
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
H A DDepexParser.c242 INT8 *Pin; in ParseHex32() local
291 INT8 *Pin; in ParseHex16() local
340 INT8 *Pin; in ParseHex8() local
391 INT8 *Pin; in ParseGuid() local
483 INT8 *Pin; in ParseRightFactor() local
568 INT8 *Pin; in ParseRightBool() local
643 INT8 *Pin; in ParseFactor() local
766 INT8 *Pin; in ParseTerm() local
820 INT8 *Pin; in ParseBool() local
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-53843.rs5 pub struct Pin<P>(P); struct
7 impl<P, T> Deref for Pin<P> implementation
18 impl<P> Pin<P> { impl
/dports/devel/tinygo/tinygo-0.14.1/src/machine/
H A Dmachine_generic.go35 func gpioConfigure(pin Pin, config PinConfig)
38 func gpioSet(pin Pin, value bool)
41 func gpioGet(pin Pin) bool
65 func spiConfigure(bus uint8, sck Pin, SDO Pin, SDI Pin)
85 func adcRead(pin Pin) uint16
103 func pwmSet(pin Pin, value uint16)
130 func i2cConfigure(bus uint8, scl Pin, sda Pin)
179 func uartConfigure(bus uint8, tx Pin, rx Pin)
H A Dmachine_nrf51.go22 func (uart UART) setPins(tx, rx Pin) {
27 func (i2c I2C) setPins(scl, sda Pin) {
33 func (spi SPI) setPins(sck, sdo, sdi Pin) {
H A Dmachine.go20 type Pin uint8 type
41 Pin Pin member
45 Pin Pin member
H A Dmachine_nrf52.go23 func (uart UART) setPins(tx, rx Pin) {
28 func (i2c I2C) setPins(scl, sda Pin) {
34 func (spi SPI) setPins(sck, sdo, sdi Pin) {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/
H A Dgh402_test.go13 type Pin struct { struct
14 Pin string `json:"pin"` member
15 Tang *TangPin `json:"tang,omitempty"`
16 Tpm2 *Tpm2Pin `json:"tpm2,omitempty"`
17 Sss *SssPin `json:"sss,omitempty"`
18 Yubikey *YubikeyPin `json:"yubikey,omitempty"`
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/src/defin/
H A DdefinPin.h71 struct Pin struct
76 Pin(dbBTerm* bterm, const std::string& pin) : _bterm(bterm), _pin(pin) {} in Pin() argument
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h84 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
292 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
326 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
395 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
432 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
469 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
503 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
535 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
575 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
612 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h84 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
292 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
326 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
395 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
432 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
469 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
503 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
535 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
575 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
612 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h84 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
292 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
326 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
395 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
432 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
469 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
503 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
535 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
575 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
612 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_ll_gpio.h84 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
292 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
326 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
395 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
432 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
469 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
503 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
535 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
575 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
612 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_ll_gpio.h74 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
286 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
320 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
389 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
426 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
463 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
497 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
529 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
569 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
606 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_ll_gpio.h66 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
279 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
313 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
381 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
418 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
454 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
487 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
519 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
558 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
595 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/sta/parasitics/
H A DNullParasitics.cc75 NullParasitics::findPiElmore(const Pin *, in findPiElmore()
83 NullParasitics::makePiElmore(const Pin *, in makePiElmore()
129 const Pin *, in findElmore()
137 const Pin *, in setElmore()
155 NullParasitics::findPiPoleResidue(const Pin *, in findPiPoleResidue()
163 NullParasitics::makePiPoleResidue(const Pin *, in makePiPoleResidue()
182 const Pin *, in setPoleResidue()
258 const Pin *) in ensureParasiticNode()
291 Pin *, in makeCouplingCap() argument
405 const Pin *, in reduceToPiElmore()
[all …]

12345678910>>...46