Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for host (0.26 sec)

  1. src/cmd/cgo/doc.go

    In an external link, cmd/link will create a temporary directory, write any
    host object files found in package archives to that directory (renamed
    to avoid conflicts), write the go.o file to that directory, and invoke
    the host linker. The default value for the host linker is $CC, split
    into fields, or else "gcc". The specific host linker command line can
    be overridden using command line flags: cmd/link -extld=clang
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64), const IN_CLASSC_HOST = 255
    pkg syscall (netbsd-arm64), const IN_CLASSC_HOST ideal-int
    pkg syscall (netbsd-arm64), const IN_CLASSC_NET = 4294967040
    pkg syscall (netbsd-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (netbsd-arm64), const IN_CLASSC_NSHIFT = 8
    pkg syscall (netbsd-arm64), const IN_CLASSC_NSHIFT ideal-int
    pkg syscall (netbsd-arm64), const IN_CLASSD_HOST = 268435455
    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)
  3. api/go1.txt

    pkg syscall (darwin-386), const IFT_XETHER ideal-int
    pkg syscall (darwin-386), const IN_CLASSA_HOST ideal-int
    pkg syscall (darwin-386), const IN_CLASSA_MAX ideal-int
    pkg syscall (darwin-386), const IN_CLASSA_NET ideal-int
    pkg syscall (darwin-386), const IN_CLASSA_NSHIFT ideal-int
    pkg syscall (darwin-386), const IN_CLASSB_HOST ideal-int
    pkg syscall (darwin-386), const IN_CLASSB_MAX 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. api/go1.16.txt

    pkg syscall (darwin-arm64), const IN_CLASSC_HOST = 255
    pkg syscall (darwin-arm64), const IN_CLASSC_HOST ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSC_NET = 4294967040
    pkg syscall (darwin-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT = 8
    pkg syscall (darwin-arm64), const IN_CLASSC_NSHIFT ideal-int
    pkg syscall (darwin-arm64), const IN_CLASSD_HOST = 268435455
    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)
  5. src/archive/tar/strconv_test.go

    	vectors := []struct {
    		in      string
    		wantRes string
    		wantKey string
    		wantVal string
    		ok      bool
    	}{
    		{"6 k=v\n\n", "\n", "k", "v", true},
    		{"19 path=/etc/hosts\n", "", "path", "/etc/hosts", true},
    		{"210 path=" + longName + "\nabc", "abc", "path", longName, true},
    		{"110 path=" + medName + "\n", "", "path", medName, true},
    		{"9 foo=ba\n", "", "foo", "ba", true},
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Feb 09 05:28:50 GMT 2021
    - 14K bytes
    - Viewed (0)
  6. src/arena/arena.go

    of Go values and free that space manually all at once, safely. The purpose
    of this functionality is to improve efficiency: manually freeing memory
    before a garbage collection delays that cycle. Less frequent cycles means
    the CPU cost of the garbage collector is incurred less frequently.
    
    This functionality in this package is mostly captured in the Arena type.
    Arenas allocate large chunks of memory for Go values, so they're likely to
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Oct 12 20:23:36 GMT 2022
    - 4.3K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IN_CLASSC_HOST = 255
    pkg syscall (freebsd-arm64), const IN_CLASSC_HOST ideal-int
    pkg syscall (freebsd-arm64), const IN_CLASSC_NET = 4294967040
    pkg syscall (freebsd-arm64), const IN_CLASSC_NET ideal-int
    pkg syscall (freebsd-arm64), const IN_CLASSC_NSHIFT = 8
    pkg syscall (freebsd-arm64), const IN_CLASSC_NSHIFT ideal-int
    pkg syscall (freebsd-arm64), const IN_CLASSD_HOST = 268435455
    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)
  8. doc/go1.17_spec.html

    <p>
    A "for" statement with a ForClause is also controlled by its condition, but
    additionally it may specify an <i>init</i>
    and a <i>post</i> statement, such as an assignment,
    an increment or decrement statement. The init statement may be a
    <a href="#Short_variable_declarations">short variable declaration</a>, but the post statement must not.
    Variables declared by the init statement are re-used in each iteration.
    </p>
    
    <pre class="ebnf">
    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. src/cmd/asm/internal/asm/testdata/amd64enc_extra.s

    	VGATHERQPD (DX)(Z23*1),K1,Z15 // 6272fd41933c3a
    	// EVEX: VCVTPD2DQ with Y suffix (VL=2).
    	VCVTPD2DQY (BX), X20  // 62e1ff28e623
    	VCVTPD2DQY (R11), X30 // 6241ff28e633
    	// XED encoder uses EVEX.X=0 for these; most x86 tools use EVEX.X=1.
    	// Either way is OK.
    	VMOVQ SP, X20  // 62e1fd086ee4 or 62a1fd086ee4
    	VMOVQ BP, X20  // 62e1fd086ee5 or 62a1fd086ee5
    	VMOVQ R14, X20 // 62c1fd086ee6 or 6281fd086ee6
    Others
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Tue Apr 11 18:32:50 GMT 2023
    - 57.6K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/test/callback.go

    	}
    	defer func() {
    		s := recover()
    		if s == nil {
    			t.Fatal("did not panic")
    		}
    		if s.(string) != "callback panic" {
    			t.Fatal("wrong panic:", s)
    		}
    		if !lockedOSThread() {
    			t.Fatal("lost lock on OS thread after panic")
    		}
    	}()
    	nestedCall(func() { panic("callback panic") })
    	panic("nestedCall returned")
    }
    
    // Callback with zero arguments used to make the stack misaligned,
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
Back to top