Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for Kinney (0.21 sec)

  1. src/cmd/cgo/doc.go

    points to is pinned.
    
    C code may not keep a copy of a Go pointer after the call returns,
    unless the memory it points to is pinned with [runtime.Pinner] and the
    Pinner is not unpinned while the Go pointer is stored in C memory.
    This implies that C code may not keep a copy of a string, slice,
    channel, and so forth, because they cannot be pinned with
    [runtime.Pinner].
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. src/archive/tar/strconv_test.go

    	}
    
    	for _, v := range vectors {
    		got, err := formatPAXRecord(v.inKey, v.inVal)
    		ok := (err == nil)
    		if ok != v.ok {
    			if v.ok {
    				t.Errorf("formatPAXRecord(%q, %q): got format failure, want success", v.inKey, v.inVal)
    			} else {
    				t.Errorf("formatPAXRecord(%q, %q): got format success, want failure", v.inKey, v.inVal)
    			}
    		}
    		if got != v.want {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    <p>
    Like arrays, slices are always one-dimensional but may be composed to construct
    higher-dimensional objects.
    With arrays of arrays, the inner arrays are, by construction, always the same length;
    however with slices of slices (or arrays of slices), the inner lengths may vary dynamically.
    Moreover, the inner slices must be initialized individually.
    </p>
    
    <h3 id="Struct_types">Struct types</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  4. doc/go_spec.html

    <p>
    Like arrays, slices are always one-dimensional but may be composed to construct
    higher-dimensional objects.
    With arrays of arrays, the inner arrays are, by construction, always the same length;
    however with slices of slices (or arrays of slices), the inner lengths may vary dynamically.
    Moreover, the inner slices must be initialized individually.
    </p>
    
    <h3 id="Struct_types">Struct types</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 26 00:39:16 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    pkg syscall (darwin-386), const RTF_LOCAL = 2097152
    pkg syscall (darwin-386), const RTF_MODIFIED = 32
    pkg syscall (darwin-386), const RTF_MULTICAST = 8388608
    pkg syscall (darwin-386), const RTF_PINNED = 1048576
    pkg syscall (darwin-386), const RTF_PRCLONING = 65536
    pkg syscall (darwin-386), const RTF_PROTO1 = 32768
    pkg syscall (darwin-386), const RTF_PROTO2 = 16384
    pkg syscall (darwin-386), const RTF_PROTO3 = 262144
    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. api/go1.21.txt

    pkg runtime, method (*PanicNilError) Error() string #25448
    pkg runtime, method (*PanicNilError) RuntimeError() #25448
    pkg runtime, method (*Pinner) Pin(interface{}) #46787
    pkg runtime, method (*Pinner) Unpin() #46787
    pkg runtime, type PanicNilError struct #25448
    pkg runtime, type Pinner struct #46787
    pkg slices, func BinarySearch[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $1) (int, bool) #60091
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const RTF_LOCAL ideal-int
    pkg syscall (freebsd-386-cgo), const RTF_MODIFIED ideal-int
    pkg syscall (freebsd-386-cgo), const RTF_MULTICAST ideal-int
    pkg syscall (freebsd-386-cgo), const RTF_PINNED ideal-int
    pkg syscall (freebsd-386-cgo), const RTF_PRCLONING ideal-int
    pkg syscall (freebsd-386-cgo), const RTF_PROTO1 ideal-int
    pkg syscall (freebsd-386-cgo), const RTF_PROTO2 ideal-int
    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. src/cmd/cgo/gcc.go

    				name = st.Field[0].Name
    				ident[name] = name
    				ft = st.Field[0].Type
    			}
    		}
    
    		// TODO: Handle fields that are anonymous structs by
    		// promoting the fields of the inner struct.
    
    		t := c.Type(ft, pos)
    		tgo := t.Go
    		size := t.Size
    		talign := t.Align
    		if f.BitOffset > 0 || f.BitSize > 0 {
    			// The layout of bitfields is implementation defined,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), const RTF_MULTICAST = 8388608
    pkg syscall (darwin-arm64), const RTF_MULTICAST ideal-int
    pkg syscall (darwin-arm64), const RTF_PINNED = 1048576
    pkg syscall (darwin-arm64), const RTF_PINNED ideal-int
    pkg syscall (darwin-arm64), const RTF_PRCLONING = 65536
    pkg syscall (darwin-arm64), const RTF_PRCLONING ideal-int
    pkg syscall (darwin-arm64), const RTF_PROTO1 = 32768
    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), const RTF_MULTICAST = 8388608
    pkg syscall (freebsd-arm64), const RTF_MULTICAST ideal-int
    pkg syscall (freebsd-arm64), const RTF_PINNED = 1048576
    pkg syscall (freebsd-arm64), const RTF_PINNED ideal-int
    pkg syscall (freebsd-arm64), const RTF_PRCLONING = 65536
    pkg syscall (freebsd-arm64), const RTF_PRCLONING ideal-int
    pkg syscall (freebsd-arm64), const RTF_PROTO1 = 32768
    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