Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for unfollow (0.24 sec)

  1. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const O_NOCTTY = 32768
    pkg syscall (netbsd-arm64-cgo), const ONOEOT = 8
    pkg syscall (netbsd-arm64-cgo), const ONOEOT ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_NOFOLLOW = 256
    pkg syscall (netbsd-arm64-cgo), const O_NOFOLLOW ideal-int
    pkg syscall (netbsd-arm64-cgo), const O_NONBLOCK = 4
    pkg syscall (netbsd-arm64-cgo), const O_NOSIGPIPE = 16777216
    pkg syscall (netbsd-arm64-cgo), const O_NOSIGPIPE ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  2. doc/go1.17_spec.html

    	_    [4]byte "ceci n'est pas un champ de structure"
    }
    
    // A struct corresponding to a TimeStamp protocol buffer.
    // The tag strings define the protocol buffer field numbers;
    // they follow the convention outlined by the reflect package.
    struct {
    	microsec  uint64 `protobuf:"1"`
    	serverIP6 uint64 `protobuf:"2"`
    }
    </pre>
    
    <h3 id="Pointer_types">Pointer types</h3>
    
    <p>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg syscall (darwin-386), const O_EXLOCK ideal-int
    pkg syscall (darwin-386), const O_FSYNC ideal-int
    pkg syscall (darwin-386), const O_NDELAY ideal-int
    pkg syscall (darwin-386), const O_NOFOLLOW ideal-int
    pkg syscall (darwin-386), const O_POPUP ideal-int
    pkg syscall (darwin-386), const O_SHLOCK ideal-int
    pkg syscall (darwin-386), const O_SYMLINK ideal-int
    pkg syscall (darwin-386), const PROT_EXEC ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  4. src/cmd/cgo/gcc.go

    		for _, k := range nameKinds {
    			if strings.HasPrefix(t, k+"_") {
    				return true
    			}
    		}
    	}
    	return false
    }
    
    // rewriteCalls rewrites all calls that pass pointers to check that
    // they follow the rules for passing pointers between Go and C.
    // This reports whether the package needs to import unsafe as _cgo_unsafe.
    func (p *Package) rewriteCalls(f *File) bool {
    	needsUnsafe := false
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const O_NDELAY = 4
    pkg syscall (darwin-arm64), const O_NDELAY ideal-int
    pkg syscall (darwin-arm64), const O_NOCTTY = 131072
    pkg syscall (darwin-arm64), const O_NOFOLLOW = 256
    pkg syscall (darwin-arm64), const O_NOFOLLOW ideal-int
    pkg syscall (darwin-arm64), const O_NONBLOCK = 4
    pkg syscall (darwin-arm64), const O_POPUP = 2147483648
    pkg syscall (darwin-arm64), const O_POPUP ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.14.txt

    pkg syscall (freebsd-arm64), const O_NDELAY = 4
    pkg syscall (freebsd-arm64), const O_NDELAY ideal-int
    pkg syscall (freebsd-arm64), const O_NOCTTY = 32768
    pkg syscall (freebsd-arm64), const O_NOFOLLOW = 256
    pkg syscall (freebsd-arm64), const O_NOFOLLOW ideal-int
    pkg syscall (freebsd-arm64), const O_NONBLOCK = 4
    pkg syscall (freebsd-arm64), const O_SHLOCK = 16
    pkg syscall (freebsd-arm64), const O_SHLOCK ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/parse.go

    			a.Offset = int64(r2)
    			// Nothing may follow
    			return
    		}
    		if p.arch.Family == sys.PPC64 {
    			// Special form for PPC64: (R1+R2); alias for (R1)(R2).
    			if prefix != 0 || scale != 0 {
    				p.errorf("illegal address mode for register+register")
    				return
    			}
    			a.Type = obj.TYPE_MEM
    			a.Scale = 0
    			a.Index = r2
    			// Nothing may follow.
    			return
    		}
    	}
    	if r2 != 0 {
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Feb 21 14:34:57 GMT 2024
    - 36.9K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const O_EXLOCK = 32
    pkg syscall (darwin-386), const O_FSYNC = 128
    pkg syscall (darwin-386), const O_NDELAY = 4
    pkg syscall (darwin-386), const O_NOCTTY = 131072
    pkg syscall (darwin-386), const O_NOFOLLOW = 256
    pkg syscall (darwin-386), const O_NONBLOCK = 4
    pkg syscall (darwin-386), const O_POPUP = 2147483648
    pkg syscall (darwin-386), const O_SHLOCK = 16
    pkg syscall (darwin-386), const O_SYMLINK = 2097152
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  9. doc/go_spec.html

    	_    [4]byte "ceci n'est pas un champ de structure"
    }
    
    // A struct corresponding to a TimeStamp protocol buffer.
    // The tag strings define the protocol buffer field numbers;
    // they follow the convention outlined by the reflect package.
    struct {
    	microsec  uint64 `protobuf:"1"`
    	serverIP6 uint64 `protobuf:"2"`
    }
    </pre>
    
    <p>
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 279.3K bytes
    - Viewed (0)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const O_EXLOCK ideal-int
    pkg syscall (freebsd-386-cgo), const O_FSYNC ideal-int
    pkg syscall (freebsd-386-cgo), const O_NDELAY ideal-int
    pkg syscall (freebsd-386-cgo), const O_NOFOLLOW ideal-int
    pkg syscall (freebsd-386-cgo), const O_SHLOCK ideal-int
    pkg syscall (freebsd-386-cgo), const O_TTY_INIT ideal-int
    pkg syscall (freebsd-386-cgo), const PARENB ideal-int
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top