Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 432 for inserting (0.33 sec)

  1. okhttp/src/main/kotlin/okhttp3/internal/idn/IdnaMappingTable.kt

     * provides indexes and a comparison function, and this calls that function iteratively.
     *
     * @return the index of the match. If no match is found this is `(-1 - insertionPoint)`, where the
     *     inserting the element at `insertionPoint` will retain sorted order.
     */
    inline fun binarySearch(
      position: Int,
      limit: Int,
      compare: (Int) -> Int,
    ): Int {
      // Do the binary searching bit.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Apr 02 11:39:58 UTC 2024
    - 9K bytes
    - Viewed (0)
  2. src/cmd/internal/objabi/reloctype.go

    const (
    	R_ADDR RelocType = 1 + iota
    	// R_ADDRPOWER relocates a pair of "D-form" instructions (instructions with 16-bit
    	// immediates in the low half of the instruction word), usually addis followed by
    	// another add or a load, inserting the "high adjusted" 16 bits of the address of
    	// the referenced symbol into the immediate field of the first instruction and the
    	// low 16 bits into that of the second instruction.
    	R_ADDRPOWER
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache.cc

      // Now iterate through the blocks, reading them one at a time.
      for (size_t pos = start; pos < finish; pos += block_size_) {
        Key key = std::make_pair(filename, pos);
        // Look up the block, fetching and inserting it if necessary, and update the
        // LRU iterator for the key and block.
        std::shared_ptr<Block> block = Lookup(key);
        if (!block) {
          std::cerr << "No block for key " << key.first << "@" << key.second;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 16 01:39:09 UTC 2020
    - 11.1K bytes
    - Viewed (0)
  4. src/go/doc/comment/text.go

    		n++
    	}
    	seq = make([]int, n)
    	for m := len(words); m > 0; m = bestleft[m] {
    		n--
    		seq[n] = m
    	}
    	return seq
    }
    
    // wrapPenalty is the penalty for inserting a line break after word s.
    func wrapPenalty(s string) int64 {
    	switch s[len(s)-1] {
    	case '.', ',', ':', ';':
    		return 0
    	}
    	return 64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  5. src/internal/concurrent/hashtriemap.go

    	var n *node[K, V]
    	for {
    		// Find the key or a candidate location for insertion.
    		i = ht.root
    		hashShift = 8 * goarch.PtrSize
    		haveInsertPoint := false
    		for hashShift != 0 {
    			hashShift -= nChildrenLog2
    
    			slot = &i.children[(hash>>hashShift)&nChildrenMask]
    			n = slot.Load()
    			if n == nil {
    				// We found a nil slot which is a candidate for insertion.
    				haveInsertPoint = true
    				break
    			}
    			if n.isEntry {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 16:01:55 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/serviceentry/controller.go

    			// Insert all instances for this IP for services within the same namespace. This ensures we
    			// match Kubernetes logic where Services do not cross namespace boundaries and avoids
    			// possibility of other namespaces inserting service instances into namespaces they do not
    			// control.
    			if node.Metadata.Namespace == "" || i.Service.Attributes.Namespace == node.Metadata.Namespace {
    				out = append(out, model.ServiceInstanceToTarget(i))
    			}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.h

    // the quantization specification of the ops. This methods assumes the initial
    // quantization parameters are stored as adjacent quantize and dequantize ops
    // and the propagation results are materialized by inserting pairs of quantize
    // and dequantize ops to this function. Set `disable_per_channel` to true to not
    // use per channel quantization even the op supports it.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:42:17 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/text/unicode/norm/composition.go

    	maxNFCExpansion  = 3  // NFC(0x1D160)
    	maxNFKCExpansion = 18 // NFKC(0xFDFA)
    
    	maxByteBufferSize = utf8.UTFMax * maxBufferSize // 128
    )
    
    // ssState is used for reporting the segment state after inserting a rune.
    // It is returned by streamSafe.next.
    type ssState int
    
    const (
    	// Indicates a rune was successfully added to the segment.
    	ssSuccess ssState = iota
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tpu_validate_inputs.cc

        // TODO(b/269195256#comment19) change the warning for Identity op to error
        // when issue with input graph is resolved. Possible issue with python layer
        // inserting Identity op incorrectly.
        if (isa<TF::IdentityOp>(op)) {
          op->emitWarning("TF/XLA TPU bridge input check: found invalid op. ")
              << op->getName() << " can't be both xla and non-xla";
          return true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 06:51:01 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  10. cni/pkg/iptables/iptables.go

    	iptablesBuilder.AppendRule(
    		iptableslog.UndefinedCommand, iptablesconstants.OUTPUT, iptablesconstants.NAT,
    		"-j", ChainInpodOutput,
    	)
    
    	// From here on, we should be only inserting rules into our custom chains.
    
    	// CLI: -A ISTIO_PRERT -m mark --mark 0x539/0xfff -j CONNMARK --set-xmark 0x111/0xfff
    	//
    	// DESC: If we have a packet mark, set a connmark.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top