Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for spans (0.05 sec)

  1. src/cmd/internal/obj/loong64/asm.go

    	}
    	return int(-pc & (alignedValue - 1))
    }
    
    var oprange [ALAST & obj.AMask][]Optab
    
    var xcmp [C_NCLASS][C_NCLASS]bool
    
    func span0(ctxt *obj.Link, cursym *obj.LSym, newprog obj.ProgAlloc) {
    	if ctxt.Retpoline {
    		ctxt.Diag("-spectre=ret not supported on loong64")
    		ctxt.Retpoline = false // don't keep printing
    	}
    
    	p := cursym.Func().Text
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/util/concurrent/AbstractFuture.java

          Thread w = thread;
          if (w != null) {
            thread = null;
            LockSupport.unpark(w);
          }
        }
      }
    
      /**
       * Marks the given node as 'deleted' (null waiter) and then scans the list to unlink all deleted
       * nodes. This is an O(n) operation in the common case (and O(n^2) in the worst), but we are saved
       * by two things.
       *
       * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 63.1K bytes
    - Viewed (1)
  3. guava/src/com/google/common/util/concurrent/AbstractFuture.java

          Thread w = thread;
          if (w != null) {
            thread = null;
            LockSupport.unpark(w);
          }
        }
      }
    
      /**
       * Marks the given node as 'deleted' (null waiter) and then scans the list to unlink all deleted
       * nodes. This is an O(n) operation in the common case (and O(n^2) in the worst), but we are saved
       * by two things.
       *
       * <ul>
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Jun 07 22:25:23 UTC 2024
    - 62.8K bytes
    - Viewed (1)
  4. src/crypto/tls/common.go

    	c.NameToCertificate = make(map[string]*Certificate)
    	for i := range c.Certificates {
    		cert := &c.Certificates[i]
    		x509Cert, err := cert.leaf()
    		if err != nil {
    			continue
    		}
    		// If SANs are *not* present, some clients will consider the certificate
    		// valid for the name in the Common Name.
    		if x509Cert.Subject.CommonName != "" && len(x509Cert.DNSNames) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 59.1K bytes
    - Viewed (0)
  5. src/testing/testing.go

    	//
    	// We will assume that any races that occur between here and the point where
    	// we unblock are not caused by this subtest. That assumption usually holds,
    	// although it can be wrong if the test spawns a goroutine that races in the
    	// background while the rest of the test is blocked on the call to Parallel.
    	// If that happens, we will misattribute the background race to some other
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

    }
    
    namespace {
    Node* MakeStageNode(GraphDefBuilder& builder, string name,
                        std::initializer_list<DataType> dtypes,
                        absl::Span<const ops::NodeOut> values) {
      auto opts = builder.opts()
                      .WithName(std::move(name))
                      .WithAttr("dtypes", std::move(dtypes));
      if (opts.HaveError()) {
        return nullptr;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  7. src/time/time_test.go

    		ns := t.Unix()*1e9 + int64(t.Nanosecond())
    		return ns == nsec
    	}
    	f32 := func(nsec int32) bool { return f(int64(nsec)) }
    	cfg := &quick.Config{MaxCount: 10000}
    
    	// Try a small date first, then the large ones. (The span is only a few hundred years
    	// for nanoseconds in an int64.)
    	if err := quick.Check(f32, cfg); err != nil {
    		t.Fatal(err)
    	}
    	if err := quick.Check(f, cfg); err != nil {
    		t.Fatal(err)
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/mark_for_compilation_pass.cc

        const std::optional<string>& xla_scope() const { return xla_scope_; }
    
        // Returns the TF graph node IDs for the resource variable operations in
        // this cluster.
        absl::Span<const int> resource_var_operation_node_ids() const {
          return resource_var_operation_node_ids_;
        }
    
        string DebugString(const Graph& graph) const {
          Node* node = graph.FindNodeId(cycles_graph_node_id());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  9. src/runtime/pprof/pprof_test.go

    		}
    		for i, f := range want {
    			if f != stk[i] {
    				break
    			}
    			if i == len(want)-1 {
    				return true
    			}
    		}
    	}
    	return false
    }
    
    // awaitBlockedGoroutine spins on runtime.Gosched until a runtime stack dump
    // shows a goroutine in the given state with a stack frame in
    // runtime/pprof.<fName>.
    func awaitBlockedGoroutine(t *testing.T, state, fName string, count int) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/lib.go

    			lib.Fingerprint = fingerprint
    		}
    		checkFingerprint(lib, fingerprint, lib.Srcref, lib.Fingerprint)
    	}
    
    	addImports(ctxt, lib, pn)
    	return nil
    }
    
    // symbolsAreUnresolved scans through the loader's list of unresolved
    // symbols and checks to see whether any of them match the names of the
    // symbols in 'want'. Return value is a list of bools, with list[K] set
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top