Home
last modified time | relevance | path

Searched refs:MakeTable (Results 1 – 8 of 8) sorted by relevance

/prebuilts/go/linux-x86/src/hash/crc64/
Dcrc64_test.go57 tabISO := MakeTable(ISO)
58 tabECMA := MakeTable(ECMA)
78 table := MakeTable(ISO)
110 table := MakeTable(ECMA)
144 h1 := New(MakeTable(ISO))
145 h2 := New(MakeTable(ECMA))
163 h := New(MakeTable(poly))
Dcrc64.go49 func MakeTable(poly uint64) *Table { func
205 return Checksum(b, MakeTable(ISO))
/prebuilts/go/linux-x86/src/hash/crc32/
Dcrc32_test.go22 go MakeTable(Castagnoli)
155 table := MakeTable(Castagnoli)
190 h2 := New(MakeTable(Castagnoli))
268 castagnoliTab := MakeTable(Castagnoli)
297 b.Run("poly=Castagnoli", benchmarkAll(New(MakeTable(Castagnoli))))
298 b.Run("poly=Koopman", benchmarkAll(New(MakeTable(Koopman))))
Dexample_test.go24 crc32q := crc32.MakeTable(0xD5828281)
Dcrc32.go124 func MakeTable(poly uint32) *Table { func
/prebuilts/go/linux-x86/src/hash/
Dmarshal_test.go42 …{"crc64", func() hash.Hash { return crc64.New(crc64.MakeTable(crc64.ISO)) }, fromHex("6372630273ba…
/prebuilts/go/linux-x86/src/runtime/race/testdata/
Dmop_test.go1940 h := crc32.New(crc32.MakeTable(0x12345678))
/prebuilts/go/linux-x86/api/
Dgo1.txt3337 pkg hash/crc32, func MakeTable(uint32) *Table
3347 pkg hash/crc64, func MakeTable(uint64) *Table