Home
last modified time | relevance | path

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

/aosp_15_r20/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))
/aosp_15_r20/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
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/
Dmarshal_test.go42 …{"crc64", func() hash.Hash { return crc64.New(crc64.MakeTable(crc64.ISO)) }, fromHex("6372630273ba…
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc832 std::unique_ptr<Table> MakeTable(size_t slice_bits) const { in MakeTable() function in TableBuilder
1101 auto raw = MakeTable(slice_bits); in Choose()
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_huffman_decompressor.cc882 std::unique_ptr<Table> MakeTable(size_t slice_bits) const { in MakeTable() function in TableBuilder
1153 auto raw = MakeTable(slice_bits); in Choose()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/race/testdata/
Dmop_test.go1940 h := crc32.New(crc32.MakeTable(0x12345678))
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.txt3337 pkg hash/crc32, func MakeTable(uint32) *Table
3347 pkg hash/crc64, func MakeTable(uint64) *Table