Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for fFamily (0.29 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Family uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Len uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet4 struct, Zero [8]int8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Family uint8
    pkg syscall (netbsd-arm64-cgo), type RawSockaddrInet6 struct, Len uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/parse.go

    			}
    			a.Index = r1
    			if scale != 0 && scale != 1 && (p.arch.Family == sys.ARM64 ||
    				p.arch.Family == sys.PPC64) {
    				// Support (R1)(R2) (no scaling) and (R1)(R2*1).
    				p.errorf("%s doesn't support scaled register format", p.arch.Name)
    			} else {
    				a.Scale = int16(scale)
    			}
    		}
    		p.get(')')
    	} else if scale != 0 {
    		if p.arch.Family == sys.ARM64 {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  3. misc/chrome/gophertool/popup.html

     Use of this source code is governed by a BSD-style
     license that can be found in the LICENSE file.
    -->
    <head>
    <script src="gopher.js"></script>
    <script src="popup.js"></script>
    </head>
    <body style='margin: 0.5em; font-family: sans;'>
    <small><a href="#" url="https://golang.org/issue">issue</a>,
    <a href="#" url="https://golang.org/cl">codereview</a>,
    <a href="#" url="https://golang.org/change">commit</a>, or
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 05 02:35:21 GMT 2021
    - 830 bytes
    - Viewed (0)
  4. api/go1.12.txt

    pkg syscall (windows-386), type RawSockaddrAny struct, Pad [100]int8
    pkg syscall (windows-386), type RawSockaddrUnix struct, Family uint16
    pkg syscall (windows-386), type RawSockaddrUnix struct, Path [108]int8
    pkg syscall (windows-amd64), const UNIX_PATH_MAX = 108
    pkg syscall (windows-amd64), const UNIX_PATH_MAX ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (windows-386), type AddrinfoW struct, Addrlen uintptr
    pkg syscall (windows-386), type AddrinfoW struct, Canonname *uint16
    pkg syscall (windows-386), type AddrinfoW struct, Family int32
    pkg syscall (windows-386), type AddrinfoW struct, Flags int32
    pkg syscall (windows-386), type AddrinfoW struct, Next *AddrinfoW
    pkg syscall (windows-386), type AddrinfoW struct, Protocol int32
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/asm.go

    				}
    				prog.Reg = reg
    			}
    			break
    		}
    		if p.arch.Family == sys.MIPS || p.arch.Family == sys.MIPS64 || p.arch.Family == sys.RISCV64 {
    			// 3-operand jumps.
    			// First two must be registers
    			target = &a[2]
    			prog.From = a[0]
    			prog.Reg = p.getRegister(prog, op, &a[1])
    			break
    		}
    		if p.arch.Family == sys.Loong64 {
    			// 3-operand jumps.
    			// First two must be registers
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 25.3K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type RawSockaddr struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrAny struct, Pad [96]uint8
    pkg syscall (linux-arm-cgo), type RawSockaddrInet4 struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrInet4 struct, Zero [8]uint8
    pkg syscall (linux-arm-cgo), type RawSockaddrInet6 struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
  8. api/go1.txt

    pkg syscall (darwin-386), type RawSockaddrInet4 struct, Family uint8
    pkg syscall (darwin-386), type RawSockaddrInet4 struct, Len uint8
    pkg syscall (darwin-386), type RawSockaddrInet4 struct, Zero [8]int8
    pkg syscall (darwin-386), type RawSockaddrInet6 struct
    pkg syscall (darwin-386), type RawSockaddrInet6 struct, Addr [16]uint8
    pkg syscall (darwin-386), type RawSockaddrInet6 struct, Family uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Family uint8
    pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Len uint8
    pkg syscall (darwin-arm64), type RawSockaddrInet4 struct, Zero [8]int8
    pkg syscall (darwin-arm64), type RawSockaddrInet6 struct, Family uint8
    pkg syscall (darwin-arm64), type RawSockaddrInet6 struct, Len uint8
    pkg syscall (darwin-arm64), type RawSockaddrUnix struct, Family uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Len uint8
    pkg syscall (freebsd-arm64), type RawSockaddrInet4 struct, Zero [8]int8
    pkg syscall (freebsd-arm64), type RawSockaddrInet6 struct, Family uint8
    pkg syscall (freebsd-arm64), type RawSockaddrInet6 struct, Len uint8
    pkg syscall (freebsd-arm64), type RawSockaddrUnix struct, Family uint8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top