Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 626 for fx10 (0.04 sec)

  1. src/syscall/zerrors_linux_mips64.go

    	AF_NETLINK                       = 0x10
    	AF_NETROM                        = 0x6
    	AF_NFC                           = 0x27
    	AF_PACKET                        = 0x11
    	AF_PHONET                        = 0x23
    	AF_PPPOX                         = 0x18
    	AF_RDS                           = 0x15
    	AF_ROSE                          = 0xb
    	AF_ROUTE                         = 0x10
    	AF_RXRPC                         = 0x21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mips64le.go

    	AF_NETLINK                       = 0x10
    	AF_NETROM                        = 0x6
    	AF_NFC                           = 0x27
    	AF_PACKET                        = 0x11
    	AF_PHONET                        = 0x23
    	AF_PPPOX                         = 0x18
    	AF_RDS                           = 0x15
    	AF_ROSE                          = 0xb
    	AF_ROUTE                         = 0x10
    	AF_RXRPC                         = 0x21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_freebsd_arm.go

    	BIOCVERSION                       = 0x40044271
    	BPF_A                             = 0x10
    	BPF_ABS                           = 0x20
    	BPF_ADD                           = 0x0
    	BPF_ALIGNMENT                     = 0x4
    	BPF_ALU                           = 0x4
    	BPF_AND                           = 0x50
    	BPF_B                             = 0x10
    	BPF_BUFMODE_BUFFER                = 0x1
    	BPF_BUFMODE_ZBUF                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  4. src/syscall/zerrors_freebsd_arm64.go

    	BIOCVERSION                       = 0x40044271
    	BPF_A                             = 0x10
    	BPF_ABS                           = 0x20
    	BPF_ADD                           = 0x0
    	BPF_ALIGNMENT                     = 0x8
    	BPF_ALU                           = 0x4
    	BPF_AND                           = 0x50
    	BPF_B                             = 0x10
    	BPF_BUFMODE_BUFFER                = 0x1
    	BPF_BUFMODE_ZBUF                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  5. src/syscall/zerrors_freebsd_riscv64.go

    	BIOCVERSION                       = 0x40044271
    	BPF_A                             = 0x10
    	BPF_ABS                           = 0x20
    	BPF_ADD                           = 0x0
    	BPF_ALIGNMENT                     = 0x8
    	BPF_ALU                           = 0x4
    	BPF_AND                           = 0x50
    	BPF_B                             = 0x10
    	BPF_BUFMODE_BUFFER                = 0x1
    	BPF_BUFMODE_ZBUF                  = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_aix_ppc64.go

    	MSG_MAXIOVLEN                 = 0x10
    	MSG_MPEG2                     = 0x80
    	MSG_NONBLOCK                  = 0x4000
    	MSG_NOSIGNAL                  = 0x100
    	MSG_OOB                       = 0x1
    	MSG_PEEK                      = 0x2
    	MSG_TRUNC                     = 0x10
    	MSG_WAITALL                   = 0x40
    	MSG_WAITFORONE                = 0x200
    	MS_ASYNC                      = 0x10
    	MS_EINTR                      = 0x80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 16:18:12 UTC 2019
    - 47.2K bytes
    - Viewed (0)
  7. analysis/analysis-api-fe10/tests/org/jetbrains/kotlin/analysis/api/fe10/test/configurator/AnalysisApiFe10TestConfiguratorFactory.kt

                }
    
                else -> {
                    error("Unsupported non-source module for fe10")
                }
            }
        }
    
        override fun supportMode(data: AnalysisApiTestConfiguratorFactoryData): Boolean {
            return when {
                data.frontend != FrontendKind.Fe10 -> false
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Feb 26 21:57:23 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/arm64/doc.go

    2. Go uses .P and .W suffixes to indicate post-increment and pre-increment.
    
    Examples:
    
    	MOVD.P -8(R10), R8         <=>      ldr x8, [x10],#-8
    	MOVB.W 16(R16), R10        <=>      ldrsb x10, [x16,#16]!
    	MOVBU.W 16(R16), R10       <=>      ldrb x10, [x16,#16]!
    
    3. Go uses a series of MOV instructions as load and store.
    
    64-bit variant ldr, str, stur => MOVD;
    32-bit variant str, stur, ldrsw => MOVW;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 07 00:21:42 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_arm.go

    	AF_NETBEUI                       = 0xd
    	AF_NETLINK                       = 0x10
    	AF_NETROM                        = 0x6
    	AF_PACKET                        = 0x11
    	AF_PHONET                        = 0x23
    	AF_PPPOX                         = 0x18
    	AF_RDS                           = 0x15
    	AF_ROSE                          = 0xb
    	AF_ROUTE                         = 0x10
    	AF_RXRPC                         = 0x21
    	AF_SECURITY                      = 0xe
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 57.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	BPF_A                                   = 0x10
    	BPF_ABS                                 = 0x20
    	BPF_ADD                                 = 0x0
    	BPF_ALIGNMENT                           = 0x4
    	BPF_ALU                                 = 0x4
    	BPF_AND                                 = 0x50
    	BPF_B                                   = 0x10
    	BPF_DIV                                 = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
Back to top