Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for tcCopy (0.46 sec)

  1. src/cmd/compile/internal/test/testdata/copy_test.go

    	x := [1]byte{100}
    	t1copy_ssa(&a.mid, &x)
    	want := T1{[8]byte{201, 202, 203, 204, 205, 206, 207, 208}, [1]byte{100}, [8]byte{211, 212, 213, 214, 215, 216, 217, 218}}
    	if a != want {
    		t.Errorf("t1copy got=%v, want %v\n", a, want)
    	}
    }
    
    type T2 struct {
    	pre  [8]byte
    	mid  [2]byte
    	post [8]byte
    }
    
    //go:noinline
    func t2copy_ssa(y, x *[2]byte) {
    	*y = *x
    }
    func testCopy2(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 150.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/exploded-war-child-copy-spec-example.png

    exploded-war-child-copy-spec-example.png...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 27 21:47:26 UTC 2024
    - 126.9K bytes
    - Viewed (0)
  3. src/reflect/all_test.go

    	ab := ValueOf(&b1).Elem()
    	for tocopy := 1; tocopy <= 7; tocopy++ {
    		aa.SetLen(tocopy)
    		Copy(ab, aa)
    		aa.SetLen(8)
    		for i := 0; i < tocopy; i++ {
    			if a[i] != b[i] {
    				t.Errorf("(i) tocopy=%d a[%d]=%d, b[%d]=%d",
    					tocopy, i, a[i], i, b[i])
    			}
    		}
    		for i := tocopy; i < len(b); i++ {
    			if b[i] != c[i] {
    				if i < len(a) {
    					t.Errorf("(ii) tocopy=%d a[%d]=%d, b[%d]=%d, c[%d]=%d",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    	{as: AFTSQRT, a1: C_FREG, a6: C_U15CON, type_: 93, size: 4},                     /* floating test for sw square root, x-form */
    	{as: ACOPY, a1: C_REG, a6: C_REG, type_: 92, size: 4},                           /* copy/paste facility, x-form */
    	{as: ADARN, a1: C_U15CON, a6: C_REG, type_: 92, size: 4},                        /* deliver random number, x-form */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	Traverse(func(AST) bool)
    
    	// Copy an AST with possible transformations.
    	// If the skip function returns true, no copy is required.
    	// If the copy function returns nil, no copy is required.
    	// The Copy method will do the right thing if copy returns nil
    	// for some components of an AST but not others, so a good
    	// copy function will only return non-nil for AST values that
    	// need to change.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

              }
    
              Node* copy;
              if (node_map.find(n) != node_map.end()) {
                // Already copied this node.
                copy = node_map.at(n);
              } else if (IsKeyPlaceholderNode(*n)) {
                // Change a).
                copy = key_placeholder;
                node_map[n] = copy;
              } else {
                // Copy the node.
                NodeDef copy_def = n->def();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    DEFAULT_BUFFER_SIZE = 4096; private void IOUtil(); public static void copy(java.io.InputStream, java.io.OutputStream) throws java.io.IOException; public static void copy(java.io.InputStream, java.io.OutputStream, int) throws java.io.IOException; public static void copy(java.io.Reader, java.io.Writer) throws java.io.IOException; public static void copy(java.io.Reader, java.io.Writer, int) throws java.io.IOException; public static void copy(java.io.InputStream, java.io.Writer) throws java.io.IOException;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
  8. src/net/http/serve_test.go

    		done := make(chan bool)
    		go func() {
    			io.Copy(rw, pr)
    			close(done)
    		}()
    		time.Sleep(25 * time.Millisecond) // give Copy a chance to break things
    		n, err := io.Copy(io.Discard, req.Body)
    		if err != nil {
    			t.Errorf("handler Copy: %v", err)
    			return
    		}
    		if n != size {
    			t.Errorf("handler Copy = %d; want %d", n, size)
    		}
    		pw.Write([]byte("hi"))
    		pw.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	i -= len(m.APIVersion)
    	copy(dAtA[i:], m.APIVersion)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.APIVersion)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Name)
    	copy(dAtA[i:], m.Name)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Kind)
    	copy(dAtA[i:], m.Kind)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Kind)))
    	i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1/generated.pb.go

    		i -= len(*m.Namespace)
    		copy(dAtA[i:], *m.Namespace)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Namespace)))
    		i--
    		dAtA[i] = 0x2a
    	}
    	if m.Scope != nil {
    		i -= len(*m.Scope)
    		copy(dAtA[i:], *m.Scope)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Scope)))
    		i--
    		dAtA[i] = 0x22
    	}
    	i -= len(m.Name)
    	copy(dAtA[i:], m.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
Back to top