Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for sawtooth (0.09 sec)

  1. src/compress/bzip2/testdata/pass-sawtooth.bz2

    pass-sawtooth...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 03 02:53:34 UTC 2016
    - 2K bytes
    - Viewed (0)
  2. src/compress/bzip2/bzip2_test.go

    			"92d5652616ac444a4a04af1a8a3964aca0450d43d6cf233bd03233f4ba92f871" +
    			"9e6c2a2bd4f5f88db07ecd0da3a33b263483db9b2c158786ad6363be35d17335" +
    			"ba",
    		),
    	}, {
    		desc:  "1MiB sawtooth",
    		input: mustLoadFile("testdata/pass-sawtooth.bz2"),
    		output: func() []byte {
    			b := make([]byte, 1<<20)
    			for i := range b {
    				b[i] = byte(i)
    			}
    			return b
    		}(),
    	}, {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 09 19:12:23 UTC 2020
    - 6.3K bytes
    - Viewed (0)
Back to top