Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 83 for B1152000 (0.14 sec)

  1. src/syscall/ztypes_linux_arm.go

    	CSTOPB   = 0x40
    	CREAD    = 0x80
    	PARENB   = 0x100
    	PARODD   = 0x200
    	HUPCL    = 0x400
    	CLOCAL   = 0x800
    	B57600   = 0x1001
    	B115200  = 0x1002
    	B230400  = 0x1003
    	B460800  = 0x1004
    	B500000  = 0x1005
    	B576000  = 0x1006
    	B921600  = 0x1007
    	B1000000 = 0x1008
    	B1152000 = 0x1009
    	B1500000 = 0x100a
    	B2000000 = 0x100b
    	B2500000 = 0x100c
    	B3000000 = 0x100d
    	B3500000 = 0x100e
    	B4000000 = 0x100f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  2. src/syscall/ztypes_linux_amd64.go

    	CSTOPB   = 0x40
    	CREAD    = 0x80
    	PARENB   = 0x100
    	PARODD   = 0x200
    	HUPCL    = 0x400
    	CLOCAL   = 0x800
    	B57600   = 0x1001
    	B115200  = 0x1002
    	B230400  = 0x1003
    	B460800  = 0x1004
    	B500000  = 0x1005
    	B576000  = 0x1006
    	B921600  = 0x1007
    	B1000000 = 0x1008
    	B1152000 = 0x1009
    	B1500000 = 0x100a
    	B2000000 = 0x100b
    	B2500000 = 0x100c
    	B3000000 = 0x100d
    	B3500000 = 0x100e
    	B4000000 = 0x100f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_386.go

    	CSTOPB   = 0x40
    	CREAD    = 0x80
    	PARENB   = 0x100
    	PARODD   = 0x200
    	HUPCL    = 0x400
    	CLOCAL   = 0x800
    	B57600   = 0x1001
    	B115200  = 0x1002
    	B230400  = 0x1003
    	B460800  = 0x1004
    	B500000  = 0x1005
    	B576000  = 0x1006
    	B921600  = 0x1007
    	B1000000 = 0x1008
    	B1152000 = 0x1009
    	B1500000 = 0x100a
    	B2000000 = 0x100b
    	B2500000 = 0x100c
    	B3000000 = 0x100d
    	B3500000 = 0x100e
    	B4000000 = 0x100f
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/mips64le/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/ppc/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x17
    	B115200                          = 0x11
    	B1152000                         = 0x18
    	B1500000                         = 0x19
    	B2000000                         = 0x1a
    	B230400                          = 0x12
    	B2500000                         = 0x1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/arm64/include -fsigned-char _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/386/include -m32 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/arm/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/riscv64/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/mipsle/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
Back to top