Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for crack (0.24 sec)

  1. src/cmd/internal/obj/s390x/asmz.go

    			// COMPARE LOGICAL AND BRANCH RELATIVE (64)
    			opcode = op_CLGRJ
    		}
    
    		if int32(int16(v)) != v {
    			// The branch is too far for one instruction so crack
    			// `CMPBEQ x, y, target` into:
    			//
    			//     CMPBNE x, y, 2(PC)
    			//     BR     target
    			//
    			// Note that the instruction sequence MUST NOT clobber
    			// the condition code.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		}
    		if i, o := string(inBytes), string(outBytes); i != o {
    			t.Fatalf("output != input:\n  want: %s\n   got: %s", i, o)
    		}
    	}
    }
    
    func TestStoreCreateHooks(t *testing.T) {
    	// To track which hooks were called in what order.  Not all hooks can
    	// mutate the object.
    	var milestones []string
    
    	setAnn := func(obj runtime.Object, key string) {
    		pod := obj.(*example.Pod)
    		if pod.Annotations == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. go.sum

    github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
    github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
    github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
    github.com/creack/pty v1.1.18 h1:n56/Zwd5o6whRC5PMGretI4IdRLlmBXYNjScPaBgsbY=
    github.com/creack/pty v1.1.18/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  4. src/database/sql/sql.go

    		dc.needReset = true
    	}
    	if cv, ok := dc.ci.(driver.Validator); ok {
    		return cv.IsValid()
    	}
    	return true
    }
    
    // prepareLocked prepares the query on dc. When cg == nil the dc must keep track of
    // the prepared statements in a pool.
    func (dc *driverConn) prepareLocked(ctx context.Context, cg stmtConnGrabber, query string) (*driverStmt, error) {
    	si, err := ctxDriverPrepare(ctx, dc.ci, query)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

          return true;
        }
        return *potential_element_type == new_element_type;
      };
    
      std::stack<Value> worklist;
      worklist.emplace(tensorlist);
    
      // Track the set of values we've already visited to avoid exponential blowup.
      absl::flat_hash_set<void*> visited;
      auto add_to_worklist = [&worklist, &visited](Value v) {
        if (visited.find(v.getAsOpaquePointer()) == visited.end()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  6. src/reflect/value.go

    //
    // Deprecated: The memory representation of interface values is not
    // compatible with InterfaceData.
    func (v Value) InterfaceData() [2]uintptr {
    	v.mustBe(Interface)
    	// The compiler loses track as it converts to uintptr. Force escape.
    	escapes(v.ptr)
    	// We treat this as a read operation, so we allow
    	// it even for unexported data, because the caller
    	// has to import "unsafe" to turn it into something
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    	print("runtime: castogscanstatus oldval=", hex(oldval), " newval=", hex(newval), "\n")
    	throw("castogscanstatus")
    	panic("not reached")
    }
    
    // casgstatusAlwaysTrack is a debug flag that causes casgstatus to always track
    // various latencies on every transition instead of sampling them.
    var casgstatusAlwaysTrack = false
    
    // If asked to move to or from a Gscanstatus this will throw. Use the castogscanstatus
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. src/net/http/transport_test.go

    		runtime.GC()
    	}
    }
    
    type countedContext struct {
    	context.Context
    }
    
    type contextCounter struct {
    	mu   sync.Mutex
    	live int64
    }
    
    func (cc *contextCounter) Track(ctx context.Context) context.Context {
    	counted := new(countedContext)
    	counted.Context = ctx
    	cc.mu.Lock()
    	defer cc.mu.Unlock()
    	cc.live++
    	runtime.SetFinalizer(counted, cc.decrement)
    	return counted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      llvm::DenseSet<mlir::StringAttr> unmodelled_op_names_;
    
     protected:
      // Maps feed as TensorId to new Placeholder node name.
      absl::flat_hash_map<TensorId, absl::string_view> remapped_feeds_;
      // Keep track of functions required deferred conversion.
      std::queue<DeferredConversionMetaData> deferred_functions_;
    };
    
    // Returns true if the node with given name has a non primary output that is
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. pkg/controller/statefulset/stateful_set_control_test.go

    	maxParallelRequests         int
    	parallelRequestDelay        time.Duration
    }
    
    func (rt *requestTracker) trackParallelRequests() {
    	if !rt.shouldTrackParallelRequests {
    		// do not track parallel requests unless specifically enabled
    		return
    	}
    	if rt.parallelLock.TryLock() {
    		// lock acquired: we are the only or the first concurrent request
    		// initialize the next set of parallel requests
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top