HomeSort by relevance Sort by last modified time
    Searched refs:MakeTable (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/hash/crc32/
example_test.go 23 // that should be passed to MakeTable is 0xD5828281.
24 crc32q := crc32.MakeTable(0xD5828281)
crc32.go 44 // polynomial. MakeTable will always return this value when asked to make a
51 castagnoliTable = makeTable(Castagnoli)
55 var IEEETable = makeTable(IEEE)
64 // MakeTable returns the Table constructed from the specified polynomial.
65 func MakeTable(poly uint32) *Table {
73 return makeTable(poly)
76 // makeTable returns the Table constructed from the specified polynomial.
77 func makeTable(poly uint32) *Table {
96 t[0] = *makeTable(poly)
crc32_test.go 52 castagnoliTab := MakeTable(Castagnoli)
124 h := New(MakeTable(Castagnoli))
  /prebuilts/go/linux-x86/src/hash/crc32/
example_test.go 23 // that should be passed to MakeTable is 0xD5828281.
24 crc32q := crc32.MakeTable(0xD5828281)
crc32.go 44 // polynomial. MakeTable will always return this value when asked to make a
51 castagnoliTable = makeTable(Castagnoli)
55 var IEEETable = makeTable(IEEE)
64 // MakeTable returns the Table constructed from the specified polynomial.
65 func MakeTable(poly uint32) *Table {
73 return makeTable(poly)
76 // makeTable returns the Table constructed from the specified polynomial.
77 func makeTable(poly uint32) *Table {
96 t[0] = *makeTable(poly)
crc32_test.go 52 castagnoliTab := MakeTable(Castagnoli)
124 h := New(MakeTable(Castagnoli))
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 27 // MakeTable returns the Table constructed from the specified polynomial.
28 func MakeTable(poly uint64) *Table {
crc64_test.go 51 var tab = MakeTable(ISO)
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 27 // MakeTable returns the Table constructed from the specified polynomial.
28 func MakeTable(poly uint64) *Table {
crc64_test.go 51 var tab = MakeTable(ISO)
  /external/vboot_reference/utility/
efidecompress.c 179 MakeTable (
445 return MakeTable (Sd, nn, Sd->mPTLen, 8, Sd->mPTTable);
537 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);

Completed in 809 milliseconds