Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for Flow (0.18 sec)

  1. src/bytes/boundary_test.go

    	if err != nil {
    		t.Fatalf("mmap failed %s", err)
    	}
    	err = syscall.Mprotect(b[:pagesize], syscall.PROT_NONE)
    	if err != nil {
    		t.Fatalf("mprotect low failed %s\n", err)
    	}
    	err = syscall.Mprotect(b[2*pagesize:], syscall.PROT_NONE)
    	if err != nil {
    		t.Fatalf("mprotect high failed %s\n", err)
    	}
    	return b[pagesize : 2*pagesize]
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 30 20:05:58 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  2. doc/go_spec.html

    <p>
    The primary expression
    </p>
    
    <pre>
    a[low : high : max]
    </pre>
    
    <p>
    constructs a slice of the same type, and with the same length and elements as the simple slice
    expression <code>a[low : high]</code>. Additionally, it controls the resulting slice's capacity
    by setting it to <code>max - low</code>. Only the first index may be omitted; it defaults to 0.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const AF_SCLUSTER ideal-int
    pkg syscall (freebsd-arm64), const AF_SIP = 24
    pkg syscall (freebsd-arm64), const AF_SIP ideal-int
    pkg syscall (freebsd-arm64), const AF_SLOW = 33
    pkg syscall (freebsd-arm64), const AF_SLOW ideal-int
    pkg syscall (freebsd-arm64), const AF_SNA = 11
    pkg syscall (freebsd-arm64), const AF_SNA ideal-int
    pkg syscall (freebsd-arm64), const AF_VENDOR00 = 39
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. src/cmd/cgo/gcc.go

    	}
    	return false
    }
    
    // Comment from Darwin's CFInternal.h
    /*
    // Tagged pointer support
    // Low-bit set means tagged object, next 3 bits (currently)
    // define the tagged object class, next 4 bits are for type
    // information for the specific tagged object class.  Thus,
    // the low byte is for type info, and the rest of a pointer
    // (32 or 64-bit) is for payload, whatever the tagged class.
    //
    Go
    - Registered: Tue Apr 30 11:13:12 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 IPV6_PORTRANGE_HIGH = 1
    pkg syscall (darwin-arm64), const IPV6_PORTRANGE_HIGH ideal-int
    pkg syscall (darwin-arm64), const IPV6_PORTRANGE_LOW = 2
    pkg syscall (darwin-arm64), const IPV6_PORTRANGE_LOW ideal-int
    pkg syscall (darwin-arm64), const IPV6_RECVTCLASS = 35
    pkg syscall (darwin-arm64), const IPV6_RECVTCLASS ideal-int
    pkg syscall (darwin-arm64), const IPV6_RTHDR_LOOSE = 0
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (freebsd-386), const AF_PUP = 4
    pkg syscall (freebsd-386), const AF_ROUTE = 17
    pkg syscall (freebsd-386), const AF_SCLUSTER = 34
    pkg syscall (freebsd-386), const AF_SIP = 24
    pkg syscall (freebsd-386), const AF_SLOW = 33
    pkg syscall (freebsd-386), const AF_SNA = 11
    pkg syscall (freebsd-386), const AF_VENDOR00 = 39
    pkg syscall (freebsd-386), const AF_VENDOR01 = 41
    pkg syscall (freebsd-386), const AF_VENDOR02 = 43
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. doc/asm.html

    register, even on architectures with a hardware frame pointer.
    </p>
    
    <p>
    For assembly functions with Go prototypes, <code>go</code> <code>vet</code> will check that the argument names
    and offsets match.
    On 32-bit systems, the low and high 32 bits of a 64-bit value are distinguished by adding
    a <code>_lo</code> or <code>_hi</code> suffix to the name, as in <code>arg_lo+0(FP)</code> or <code>arg_hi+4(FP)</code>.
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  8. src/archive/zip/zip_test.go

    func TestZip64(t *testing.T) {
    	if testing.Short() {
    		t.Skip("slow test; skipping")
    	}
    	t.Parallel()
    	const size = 1 << 32 // before the "END\n" part
    	buf := testZip64(t, size)
    	testZip64DirectoryRecordLength(buf, t)
    }
    
    func TestZip64EdgeCase(t *testing.T) {
    	if testing.Short() {
    		t.Skip("slow test; skipping")
    	}
    	t.Parallel()
    	// Test a zip file with uncompressed size 0xFFFFFFFF.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Mar 27 18:23:49 GMT 2024
    - 19.5K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const AF_SIP = 24 #53466
    pkg syscall (freebsd-riscv64), const AF_SIP ideal-int #53466
    pkg syscall (freebsd-riscv64), const AF_SLOW = 33 #53466
    pkg syscall (freebsd-riscv64), const AF_SLOW ideal-int #53466
    pkg syscall (freebsd-riscv64), const AF_SNA = 11 #53466
    pkg syscall (freebsd-riscv64), const AF_SNA ideal-int #53466
    pkg syscall (freebsd-riscv64), const AF_VENDOR00 = 39 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. doc/go_mem.html

    That execution must be consistent with the <i>sequenced before</i> relation,
    defined as the partial order requirements set out by the <a href="/ref/spec">Go language specification</a>
    for Go's control flow constructs as well as the <a href="/ref/spec#Order_of_evaluation">order of evaluation for expressions</a>.
    </p>
    
    <p>
    A Go <i>program execution</i> is modeled as a set of goroutine executions,
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
Back to top