Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for subtract (0.25 sec)

  1. src/cmd/cgo/gcc.go

    		if !r.Done {
    			// Prepend a space in case the earlier code ends
    			// with '/', which would give us a "//" comment.
    			repl := " " + gofmtPos(expr, old.Pos())
    			end := fset.Position(old.End())
    			// Subtract 1 from the column if we are going to
    			// append a close parenthesis. That will set the
    			// correct column for the following characters.
    			sub := 0
    			if r.Name.Kind != "type" {
    				sub = 1
    			}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. api/go1.10.txt

    pkg debug/macho, const ARM64_RELOC_POINTER_TO_GOT = 7
    pkg debug/macho, const ARM64_RELOC_POINTER_TO_GOT RelocTypeARM64
    pkg debug/macho, const ARM64_RELOC_SUBTRACTOR = 1
    pkg debug/macho, const ARM64_RELOC_SUBTRACTOR RelocTypeARM64
    pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGE21 = 8
    pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGE21 RelocTypeARM64
    pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGEOFF12 = 9
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
Back to top