Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipHexDigits (0.09 sec)

  1. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    		b.Fatalf("target fails with no changes and all changes")
    	}
    
    	// Compute minimum number of bits needed to distinguish
    	// all the changes we saw during N and all the changes we saw during Y.
    	b.SkipHexDigits = skipHexDigits(runN.MatchIDs, runY.MatchIDs)
    
    	// Loop finding and printing change sets, until none remain.
    	found := 0
    	for {
    		// Find set.
    		bad := b.search(broken)
    		if bad == nil {
    			if found == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top