Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 43 for Adjustment (0.22 sec)

  1. src/runtime/extern.go

    // call program counters. Iterating over the returned slice of PCs
    // directly is discouraged, as is using [FuncForPC] on any of the
    // returned PCs, since these cannot account for inlining or return
    // program counter adjustment.
    func Callers(skip int, pc []uintptr) int {
    	// runtime.callers uses pc.array==nil as a signal
    	// to print a stack trace. Pick off 0-length pc here
    	// so that we don't let a nil pc slice get to it.
    	if len(pc) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/arch/x86/x86asm/gnu.go

    				switch p & 0xFFF {
    				case PrefixPN, PrefixPT:
    					inst.Prefix[i] &= 0xF0FF // cut interpretation bits, producing original segment prefix
    				}
    			}
    		}
    	}
    
    	// XACQUIRE/XRELEASE adjustment.
    	if inst.Op == MOV {
    		// MOV into memory is a candidate for turning REP into XRELEASE.
    		// However, if the REP is followed by a REPN, that REPN blocks the
    		// conversion.
    		haveREPN := false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 21.4K bytes
    - Viewed (0)
  3. okhttp/src/main/kotlin/okhttp3/internal/http2/Http2Connection.kt

              delta = peerInitialWindowSize - previousPeerSettings.initialWindowSize.toLong()
              streamsToNotify =
                when {
                  delta == 0L || streams.isEmpty() -> null // No adjustment is necessary.
                  else -> streams.values.toTypedArray()
                }
    
              peerSettings = newPeerSettings
    
              settingsListenerQueue.execute("$connectionName onSettings") {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 20 17:03:43 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  4. src/runtime/stack_test.go

    	var f func(n int)
    	f = func(n int) {
    		if n == 0 {
    			cb()
    			return
    		}
    		f(n - 1)
    	}
    	for i := 0; i < 1<<10; i++ {
    		f(i)
    	}
    }
    
    // TestDeferPtrs tests the adjustment of Defer's argument pointers (p aka &y)
    // during a stack copy.
    func set(p *int, x int) {
    	*p = x
    }
    func TestDeferPtrs(t *testing.T) {
    	var y int
    
    	defer func() {
    		if y != 42 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  5. src/runtime/chan_test.go

    		testenv.SkipFlaky(t, 49382)
    	}
    	if runtime.GOOS == "openbsd" {
    		testenv.SkipFlaky(t, 51482)
    	}
    
    	// The goal of this test is to trigger a "racy sudog adjustment"
    	// throw. Basically, there's a window between when a goroutine
    	// becomes available for preemption for stack scanning (and thus,
    	// stack shrinking) but before the goroutine has fully parked on a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 20:47:35 UTC 2023
    - 23.4K bytes
    - Viewed (0)
  6. src/compress/flate/deflate_test.go

    				//	xyzMaybe is either xyz or the empty string.
    				//	zeros1 is between 0 and 30 zeros.
    				// The difference between the two abc's will be offset, which
    				// is maxMatchOffset plus or minus a small adjustment.
    				src := make([]byte, offset+len(abc)+extra)
    				copy(src, abc)
    				if !matchBefore {
    					copy(src[offset-len(xyz):], xyz)
    				}
    				copy(src[offset:], abc)
    
    				buf := new(bytes.Buffer)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  7. src/runtime/pprof/proto.go

    			// Don't report that part.
    			// But [vdso] and [vsyscall] are inode 0, so let non-empty file names through.
    			continue
    		}
    
    		// TODO: pprof's remapMappingIDs makes one adjustment:
    		// 1. If there is an /anon_hugepage mapping first and it is
    		// consecutive to a next mapping, drop the /anon_hugepage.
    		// There's no indication why this is needed.
    		// Let's try not doing this and see what breaks.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 13 20:40:52 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  8. guava/src/com/google/common/collect/MinMaxPriorityQueue.java

            // has now been moved after index.
            return new MoveDesc<>(actualLastElement, changes.replaced);
          }
        }
        // Trickled element was after index to begin with, no adjustment needed.
        return changes;
      }
    
      @CheckForNull
      private MoveDesc<E> fillHole(int index, E toTrickle) {
        Heap heap = heapForIndex(index);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 34K bytes
    - Viewed (1)
  9. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

    bool QuantizationDriver::ShouldCheckBiasScale(
        Operation* op, const int bias_index, ArrayRef<int> input_indices,
        const QuantizedType quantized_type, int& input_index, int& filter_index) {
      // For now, restrict scale adjustment to ops with affine quantized weights,
      // and having weights and biases as constants. This currently only applies to
      // FC and Conv* ops. Restriction for the weight can be relaxed if there are
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  10. src/image/png/reader.go

    			// readImagePass can return a paletted image whose implicit palette
    			// length (one more than the maximum Pix value) is larger than the
    			// explicit palette length (what's in the PLTE chunk). Make the
    			// same adjustment here.
    			target.Palette = source.Palette
    		}
    	case *image.RGBA:
    		srcPix = src.(*image.RGBA).Pix
    		dstPix, stride, rect = target.Pix, target.Stride, target.Rect
    		bytesPerPixel = 4
    	case *image.RGBA64:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 26K bytes
    - Viewed (0)
Back to top