Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for Family (0.2 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/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)
  3. 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)
  4. src/arena/arena.go

    // arena it may have been allocated from, returning the copy. If it was not
    // allocated from an arena, it is returned untouched. This function is useful
    // to more easily let an arena-allocated value out-live its arena.
    // T must be a pointer, a slice, or a string, otherwise this function will panic.
    func Clone[T any](s T) T {
    	return runtime_arena_heapify(s).(T)
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Oct 12 20:23:36 GMT 2022
    - 4.3K bytes
    - Viewed (0)
  5. src/bufio/bufio_test.go

    		(*Reader).ReadBytes,
    		(*Reader).ReadSlice,
    		func(r *Reader, delim byte) ([]byte, error) {
    			data, err := r.ReadString(delim)
    			return []byte(data), err
    		},
    		// ReadLine doesn't fit the data/pattern easily
    		// so we leave it out. It should be covered via
    		// the ReadSlice test since ReadLine simply calls
    		// ReadSlice, and it's that function that handles
    		// the last byte.
    	}
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 10 18:56:01 GMT 2023
    - 51.5K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top