Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. 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)
  4. src/archive/zip/reader.go

    	needCSize := f.CompressedSize == ^uint32(0)
    	needHeaderOffset := f.headerOffset == int64(^uint32(0))
    
    	// Best effort to find what we need.
    	// Other zip authors might not even follow the basic format,
    	// and we'll just ignore the Extra content in that case.
    	var modified time.Time
    parseExtras:
    	for extra := readBuf(f.Extra); len(extra) >= 4; { // need at least tag and size
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Oct 13 18:36:46 GMT 2023
    - 27.7K bytes
    - Viewed (0)
  5. doc/asm.html

    For example, here is a simple complete function definition. The <code>TEXT</code>
    directive declares the symbol <code>runtime·profileloop</code> and the instructions
    that follow form the body of the function.
    The last instruction in a <code>TEXT</code> block must be some sort of jump, usually a <code>RET</code> (pseudo-)instruction.
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const O_NDELAY ideal-int #53466
    pkg syscall (freebsd-riscv64), const O_NOCTTY = 32768 #53466
    pkg syscall (freebsd-riscv64), const O_NOFOLLOW = 256 #53466
    pkg syscall (freebsd-riscv64), const O_NOFOLLOW ideal-int #53466
    pkg syscall (freebsd-riscv64), const O_NONBLOCK = 4 #53466
    pkg syscall (freebsd-riscv64), const O_SHLOCK = 16 #53466
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top