Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for crcFunc1 (0.07 sec)

  1. src/hash/crc32/crc32_test.go

    			t.Errorf("Castagnoli(%s) = 0x%x want 0x%x", g.in, crc, g.castagnoli)
    		}
    	}
    }
    
    // testCrossCheck generates random buffers of various lengths and verifies that
    // the two "update" functions return the same result.
    func testCrossCheck(t *testing.T, crcFunc1, crcFunc2 func(crc uint32, b []byte) uint32) {
    	// The AMD64 implementation has some cutoffs at lengths 168*3=504 and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top