HomeSort by relevance Sort by last modified time
    Searched full:hash32 (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /frameworks/base/cmds/statsd/src/
hash.h 25 extern uint32_t Hash32(const char *data, size_t n, uint32_t seed);
28 inline uint32_t Hash32(const char *data, size_t n) {
29 return Hash32(data, n, 0xBEEF);
32 inline uint32_t Hash32(const std::string &input) {
33 return Hash32(input.data(), input.size());
  /external/libtextclassifier/util/hash/
hash.h 26 uint32 Hash32(const char *data, size_t n, uint32 seed);
29 return Hash32(data, n, 0xBEEF);
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/
hash.a 20 hash 4 |SGOROOTsrc hash.goHash ?io io.go Writer   Write"pn&errBSum"b" ResetSize BlockSize  Hash32< Sum32  Hash64< Sum64 <autogenerated>init  
36 .this?type."".Hash?~r1?type.int?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?"".Hash.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?"".Hash.Size?"".Hash.Sum?b?type.[]uint8?~r2?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da?"".Hash.Write?p?n?err?type.error?&"".Hash32.BlockSize?type."".Hash32?"".Hash32.Reset?"".Hash32.Size?"".Hash32.Sum?"".Hash32.Sum32?type.uint32?"".Hash32.Write?&"".Hash64.BlockSize?type."".Hash64?"".Hash64.Reset?"".Hash64.Size?"".Hash64.Sum?"".Hash64.Sum64?type.uint64?"".Hash64.Write?go.info."".init? go.range."".init?type.uint8?2go.info."".Hash.BlockSize?go.info."".Hash?go.info.int?4go.range."".Hash.BlockSize?*go.info."".Hash.Reset?,go.range."".Hash.Reset?(go.info."".Hash.Size?*go.range."".Hash.Size?&go.info."".Hash.Sum?go.info.[]uint8?(go.range."".Hash.Sum?*go.info."".Hash.Write?go.info.error?,go.range."".Hash.Write?"runtime.gcbits.01?6type..namedata.*func() int-? type.*func() int? runtime.algarray?type.func() int?.type..namedata.*func()-?type.*func()?type.func()?0type..namedata.*[]uint8-?type.*[]uint8?Ltype..namedata.*func([]uint8) []uint8-?6type.*func([]uint8) []uint8?4type.func([]uint8) []uint8?Vtype..namedata.*func([]uint8) (int, error)-?@type.*func([]uint8) (int, error)?>type.func([]uint8) (int, error)?4type..namedata.*hash.Hash.?type.*"".Hash?"runtime.gcbits.03?(type..importpath."".?2type..namedata.BlockSize.?*type..namedata.Reset.?(type..namedata.Size.?&type..namedata.Sum.?*type..namedata.Write.?6go.info."".Hash32.BlockSize?"go.info."".Hash32?8go.range."".Hash32.BlockSize?.go.info."".Hash32.Reset?0go.range."".Hash32.Reset?,go.info."".H (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/
hash.a 20 hash 4 |SGOROOTsrc hash.goHash ?io io.go Writer   Write"pn&errBSum"b" ResetSize BlockSize  Hash32< Sum32  Hash64< Sum64 <autogenerated>init  
36 .this?type."".Hash?~r1?type.int?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?"".Hash.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?"".Hash.Size?"".Hash.Sum?b?type.[]uint8?~r2?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da?"".Hash.Write?p?n?err?type.error?&"".Hash32.BlockSize?type."".Hash32?"".Hash32.Reset?"".Hash32.Size?"".Hash32.Sum?"".Hash32.Sum32?type.uint32?"".Hash32.Write?&"".Hash64.BlockSize?type."".Hash64?"".Hash64.Reset?"".Hash64.Size?"".Hash64.Sum?"".Hash64.Sum64?type.uint64?"".Hash64.Write?go.info."".init? go.range."".init?type.uint8?2go.info."".Hash.BlockSize?go.info."".Hash?go.info.int?4go.range."".Hash.BlockSize?*go.info."".Hash.Reset?,go.range."".Hash.Reset?(go.info."".Hash.Size?*go.range."".Hash.Size?&go.info."".Hash.Sum?go.info.[]uint8?(go.range."".Hash.Sum?*go.info."".Hash.Write?go.info.error?,go.range."".Hash.Write?"runtime.gcbits.01?6type..namedata.*func() int-? type.*func() int? runtime.algarray?type.func() int?.type..namedata.*func()-?type.*func()?type.func()?0type..namedata.*[]uint8-?type.*[]uint8?Ltype..namedata.*func([]uint8) []uint8-?6type.*func([]uint8) []uint8?4type.func([]uint8) []uint8?Vtype..namedata.*func([]uint8) (int, error)-?@type.*func([]uint8) (int, error)?>type.func([]uint8) (int, error)?4type..namedata.*hash.Hash.?type.*"".Hash?"runtime.gcbits.03?(type..importpath."".?2type..namedata.BlockSize.?*type..namedata.Reset.?(type..namedata.Size.?&type..namedata.Sum.?*type..namedata.Write.?6go.info."".Hash32.BlockSize?"go.info."".Hash32?8go.range."".Hash32.BlockSize?.go.info."".Hash32.Reset?0go.range."".Hash32.Reset?,go.info."".H (…)
    [all...]
  /external/tensorflow/tensorflow/core/lib/hash/
hash_test.cc 38 uint32 hash32; member in struct:tensorflow::Case
53 EXPECT_EQ(c.hash32,
54 Hash32(reinterpret_cast<const char*>(c.data), c.size, c.seed));
62 EXPECT_EQ(c.hash32, Hash32(&input[align], c.size, c.seed));
77 h = Hash32(input.data(), len, 1);
  /external/skia/src/opts/
SkChecksum_opts.h 69 auto hash32 = (uint32_t)hash;
72 hash32 = _mm_crc32_u32(hash32, unaligned_load<uint32_t>(data));
76 hash32 = _mm_crc32_u16(hash32, unaligned_load<uint16_t>(data));
80 hash32 = _mm_crc32_u8(hash32, unaligned_load<uint8_t>(data));
82 return hash32;
  /external/skqp/src/opts/
SkChecksum_opts.h 69 auto hash32 = (uint32_t)hash;
72 hash32 = _mm_crc32_u32(hash32, unaligned_load<uint32_t>(data));
76 hash32 = _mm_crc32_u16(hash32, unaligned_load<uint16_t>(data));
80 hash32 = _mm_crc32_u8(hash32, unaligned_load<uint8_t>(data));
82 return hash32;
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/
hash.a 20 hash 4 |SGOROOTsrc hash.goHash ?io io.go Writer   Write"pn&errBSum"b" ResetSize BlockSize  Hash32< Sum32  Hash64< Sum64 <autogenerated>init  
36 .this?type."".Hash?~r1?type.int?.autotmp_4?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?"".Hash.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?"".Hash.Size?"".Hash.Sum?b?type.[]uint8?~r2?.autotmp_5?type.*uint8?.autotmp_6?.autotmp_7?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?Tgclocals·9783710103695d7171ee820ce562d18d?"".Hash.Write?p?n?err?type.error?.autotmp_10?.autotmp_11?.autotmp_9?Tgclocals·f83413e1f0916265015171ba5b95f669?&"".Hash32.BlockSize?type."".Hash32?"".Hash32.Reset?"".Hash32.Size?"".Hash32.Sum?"".Hash32.Sum32?type.uint32?"".Hash32.Write?&"".Hash64.BlockSize?type."".Hash64?"".Hash64.Reset?"".Hash64.Size?"".Hash64.Sum?"".Hash64.Sum64?type.uint64?"".Hash64.Write?.go.cuinfo.producer.hash?go.info."".init?go.info.uintptr? go.range."".init?type.uint8?2go.info."".Hash.BlockSize?go.info."".Hash?go.info.int?4go.range."".Hash.BlockSize?*go.info."".Hash.Reset?,go.range."".Hash.Reset?(go.info."".Hash.Size?*go.range."".Hash.Size?&go.info."".Hash.Sum?go.info.[]uint8?(go.range."".Hash.Sum?*go.info."".Hash.Write?go.info.error?,go.range."".Hash.Write?"runtime.gcbits.01?6type..namedata.*func() int-? type.*func() int? runtime.algarray?type.func() int?.type..namedata.*func()-?type.*func()?type.func()?0type..namedata.*[]uint8-?type.*[]uint8?Ltype..namedata.*func([]uint8) []uint8-?6type.*func([]uint8) []uint8?4type.func([]uint8) []uint8?Vtype..namedata.*func([]uint8) (int, error)-?@type.*func([]uint8) (int, error)?>type.func([]uint8) (int, error)?4type..namedata.*hash.Hash.?type.*"".Hash?"runtime.gcbits.03?(type..importpath."".?2type..namedata.BlockSize.?*type..namedata.Reset.?(type..namedata.Size.?&type..namedata.Sum.?*type..namedata.Write.?6go.info."".Hash32.BlockSize?"go.info."".Hash32?8go.range."".Hash32.BlockSize?.go.info."".Hash32.Reset?0go.range."".Hash32.Reset?,go.info."".H (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/
hash.a 20 hash 4 |SGOROOTsrc hash.goHash ?io io.go Writer   Write"pn&errBSum"b" ResetSize BlockSize  Hash32< Sum32  Hash64< Sum64 <autogenerated>init  
36 .this?type."".Hash?~r1?type.int?.autotmp_4?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?"".Hash.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b?"".Hash.Size?"".Hash.Sum?b?type.[]uint8?~r2?.autotmp_5?type.*uint8?.autotmp_6?.autotmp_7?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?Tgclocals·9783710103695d7171ee820ce562d18d?"".Hash.Write?p?n?err?type.error?.autotmp_10?.autotmp_11?.autotmp_9?Tgclocals·f83413e1f0916265015171ba5b95f669?&"".Hash32.BlockSize?type."".Hash32?"".Hash32.Reset?"".Hash32.Size?"".Hash32.Sum?"".Hash32.Sum32?type.uint32?"".Hash32.Write?&"".Hash64.BlockSize?type."".Hash64?"".Hash64.Reset?"".Hash64.Size?"".Hash64.Sum?"".Hash64.Sum64?type.uint64?"".Hash64.Write?.go.cuinfo.producer.hash?go.info."".init?go.info.uintptr? go.range."".init?type.uint8?2go.info."".Hash.BlockSize?go.info."".Hash?go.info.int?4go.range."".Hash.BlockSize?*go.info."".Hash.Reset?,go.range."".Hash.Reset?(go.info."".Hash.Size?*go.range."".Hash.Size?&go.info."".Hash.Sum?go.info.[]uint8?(go.range."".Hash.Sum?*go.info."".Hash.Write?go.info.error?,go.range."".Hash.Write?"runtime.gcbits.01?6type..namedata.*func() int-? type.*func() int? runtime.algarray?type.func() int?.type..namedata.*func()-?type.*func()?type.func()?0type..namedata.*[]uint8-?type.*[]uint8?Ltype..namedata.*func([]uint8) []uint8-?6type.*func([]uint8) []uint8?4type.func([]uint8) []uint8?Vtype..namedata.*func([]uint8) (int, error)-?@type.*func([]uint8) (int, error)?>type.func([]uint8) (int, error)?4type..namedata.*hash.Hash.?type.*"".Hash?"runtime.gcbits.03?(type..importpath."".?2type..namedata.BlockSize.?*type..namedata.Reset.?(type..namedata.Size.?&type..namedata.Sum.?*type..namedata.Write.?6go.info."".Hash32.BlockSize?"go.info."".Hash32?8go.range."".Hash32.BlockSize?.go.info."".Hash32.Reset?0go.range."".Hash32.Reset?,go.info."".H (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/hash/
adler32.a 16  adler32< |SGOROOTsrchashadler32.goSize*% New b hash.go Hash32 /Hash ?io io.go Writer Write"pn&errBSum"b" Reset  BlockSize Sum32 ?Checksum" data·2 esc:0x1 <autogenerated>init  D digest"*Bd·22MarshalBinaryBd·32"&+(Bd·12 B:2?|SB:2" in·3esc:0x1a",B:2yUnmarshalBinaryB:2"b·32&pB>2"p·42 nn·1& err·2< "^?:B(:?B?6r:(??V:<??
43 go19ld errorshash?*hash.Hash32.BlockSize?0runtime.morestack_noctxt?
44 .this? type.hash.Hash32?~r1?type.int?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?type.[]uint8?~r2?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?p?n?err?type.error?,go.builtin.error.Error?type.string?Tgclocals·c55e845a0a62e9baae6c740db5a20866?$"".(*digest).Reset?d?type.*"".digest?Tgclocals·a36216b97439c93dafebe03e7f0808b5?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Vgofile..$GOROOT/src/hash/adler32/adler32.go? "".New?type."".digest?"runtime.newobject?<go.itab.*"".digest,hash.Hash32?~r0?Tgclocals·f207267fbf96a0178e8758c6e3e0ce28?""".(*digest).Size?,"".(*digest).BlockSize?4"".(*digest).MarshalBinary?type.uint8?"runtime.makeslice?&go.string."adl\x01"?"runtime.growslice?$runtime.panicslice?
46 b.len?~r2.len?a?type.[4]uint8?Tgclocals·783a1d8cf416aeebc64a5c695878ab04?"".appendUint32?8"".(*digest).UnmarshalBinary?.type.errors.errorString?(runtime.writeBarrier?ngo.string."hash/adler32: invalid hash state identifier"?Bgo.itab.*errors.errorString,error?,runtime.gcWriteBarrier?bgo.string."hash/adler32: invalid hash state size"?$runtime.panicindex?Tgclocals·8999307b7be34fc1fb41dca3d5345ce3?Hgofile..$GOROOT/src/errors/errors.go?errors.New?"".readUint32?x?.autotmp_9?Tgclocals·564c88c798e834d77927d2fafb0b5dca?Tgclocals·4032f753396f2012ad1784f398b170f4?"".update?Tgclocals·91187225656c10c4a86295d6dbbcb612?$"".(*digest).Write?nn?Tgclocals·846769608458630ae82546dab39e913e?$"".(*digest).Sum32?Tgclocals·aef1f7ba6e2630c93a51843d99f5a28a? "".(*digest).Sum?in?Tgclocals·933c4f12ec1391bde3678289f60f2c2c?"".Checksum?data?"".init?"".initdone·?"runtime.throwinit?hash.init?Fgo.info."".(*digest).Reset$abstract?$go.info.*"".digest?@go.info."".appendUint32$abstract? go.info.[4]uint8?go.info.[]uint8?go.info.uint32?6go.info.errors.New$abstract?go.info.string?<go.info."".readUint32$abstract?:go.info.hash.Hash32.BlockSize?&go.info.hash.Hash32?go.info.int?<go.range.hash.Hash32.BlockSize?2go.info.hash.Hash (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/hash/
adler32.a 16  adler32< |SGOROOTsrchashadler32.goSize*% New b hash.go Hash32 /Hash ?io io.go Writer Write"pn&errBSum"b" Reset  BlockSize Sum32 ?Checksum" data·2 esc:0x1 <autogenerated>init  D digest"*Bd·22MarshalBinaryBd·32"&+(Bd·12 B:2?|SB:2" in·3esc:0x1a",B:2yUnmarshalBinaryB:2"b·32&pB>2"p·42 nn·1& err·2< "^?:B(:?B?6r:(??V:<??
43 go19ld errorshash?*hash.Hash32.BlockSize?0runtime.morestack_noctxt?
44 .this? type.hash.Hash32?~r1?type.int?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?type.[]uint8?~r2?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?p?n?err?type.error?,go.builtin.error.Error?type.string?Tgclocals·c55e845a0a62e9baae6c740db5a20866?$"".(*digest).Reset?d?type.*"".digest?Tgclocals·a36216b97439c93dafebe03e7f0808b5?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Vgofile..$GOROOT/src/hash/adler32/adler32.go? "".New?type."".digest?"runtime.newobject?<go.itab.*"".digest,hash.Hash32?~r0?Tgclocals·f207267fbf96a0178e8758c6e3e0ce28?""".(*digest).Size?,"".(*digest).BlockSize?4"".(*digest).MarshalBinary?type.uint8?"runtime.makeslice?&go.string."adl\x01"?"runtime.growslice?$runtime.panicslice?
46 b.len?~r2.len?a?type.[4]uint8?Tgclocals·783a1d8cf416aeebc64a5c695878ab04?"".appendUint32?8"".(*digest).UnmarshalBinary?.type.errors.errorString?(runtime.writeBarrier?ngo.string."hash/adler32: invalid hash state identifier"?Bgo.itab.*errors.errorString,error?,runtime.gcWriteBarrier?bgo.string."hash/adler32: invalid hash state size"?$runtime.panicindex?Tgclocals·8999307b7be34fc1fb41dca3d5345ce3?Hgofile..$GOROOT/src/errors/errors.go?errors.New?"".readUint32?x?.autotmp_9?Tgclocals·564c88c798e834d77927d2fafb0b5dca?Tgclocals·4032f753396f2012ad1784f398b170f4?"".update?Tgclocals·91187225656c10c4a86295d6dbbcb612?$"".(*digest).Write?nn?Tgclocals·846769608458630ae82546dab39e913e?$"".(*digest).Sum32?Tgclocals·aef1f7ba6e2630c93a51843d99f5a28a? "".(*digest).Sum?in?Tgclocals·933c4f12ec1391bde3678289f60f2c2c?"".Checksum?data?"".init?"".initdone·?"runtime.throwinit?hash.init?Fgo.info."".(*digest).Reset$abstract?$go.info.*"".digest?@go.info."".appendUint32$abstract? go.info.[4]uint8?go.info.[]uint8?go.info.uint32?6go.info.errors.New$abstract?go.info.string?<go.info."".readUint32$abstract?:go.info.hash.Hash32.BlockSize?&go.info.hash.Hash32?go.info.int?<go.range.hash.Hash32.BlockSize?2go.info.hash.Hash (…)
    [all...]
  /external/libcxx/test/libcxx/utilities/function.objects/unord.hash/
murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp 20 typedef std::__murmur2_or_cityhash<uint32_t> Hash32;
25 Hash32 h1;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/unord.hash/
murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp 20 typedef std::__murmur2_or_cityhash<uint32_t> Hash32;
25 Hash32 h1;
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/hash/
adler32.a 16  adler32< |SGOROOTsrchashadler32.goSize*% New b hash.go Hash32 /Hash ?io io.go Writer Write"pn&errBSum"b" Reset  BlockSize Sum32 ?Checksum" data·2 esc:0x1 <autogenerated>init  D digest"*Bd·22MarshalBinaryBd·32"&+(Bd·12 B:2?|SB:2" in·3esc:0x1a",B:2yUnmarshalBinaryB:2"b·32&pB>2"p·42 nn·1& err·2< "^?:B(:?B?6r:(??V:<??
43 go19ld errorshash?*hash.Hash32.BlockSize?*runtime.racefuncenter?(runtime.racefuncexit?0runtime.morestack_noctxt?.fp?type.uintptr?
44 .this? type.hash.Hash32?~r1?type.int?.autotmp_4?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?type.[]uint8?~r2?.autotmp_5?type.*uint8?.autotmp_6?.autotmp_7?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?Tgclocals·9783710103695d7171ee820ce562d18d?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?p?n?err?type.error?.autotmp_10?.autotmp_11?.autotmp_9?Tgclocals·f83413e1f0916265015171ba5b95f669?,go.builtin.error.Error?type.string?Tgclocals·48fa3758e632e1b97d3b7251e66d0b97?$"".(*digest).Reset?"runtime.racewrite?d?type.*"".digest?Tgclocals·1a65e721a2ccc325b382662e7ffee780?Vgofile..$GOROOT/src/hash/adler32/adler32.go? "".New?type."".digest?"runtime.newobject?<go.itab.*"".digest,hash.Hash32?~r0?Tgclocals·2589ca35330fc0fce83503f4569854a0?Tgclocals·9fb7f0986f647f17cb53dda1484e0f7a?""".(*digest).Size?Tgclocals·f207267fbf96a0178e8758c6e3e0ce28?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?,"".(*digest).BlockSize?4"".(*digest).MarshalBinary?type.uint8?"runtime.makeslice?&go.string."adl\x01"?.runtime.slicestringcopy? runtime.raceread?"runtime.slicecopy?"runtime.growslice?$runtime.panicslice?
51 q.len?.autotmp_36?.autotmp_38?.autotmp_39?s1?s2?Tgclocals·707023630b8e5f18c4ad0bcfce072457?$"".(*digest).Write?nn?Tgclocals·933c4f12ec1391bde3678289f60f2c2c?$"".(*digest).Sum32?Tgclocals·524d71b8d4b4126db12e7a6de3370d94? "".(*digest).Sum?in?.autotmp_16?.autotmp_13?.autotmp_14?.autotmp_15?.autotmp_12?Tgclocals·5674987173f9447cc18d93bb63aa3f08?"".Checksum?data?Tgclocals·4032f753396f2012ad1784f398b170f4?"".init?"".initdone·?"runtime.throwinit?hash.init?>go.cuinfo.producer.hash/adler32?Fgo.info."".(*digest).Reset$abstract?$go.info.*"".digest?@go.info."".appendUint32$abstract? go.info.[4]uint8?go.info.[]uint8?go.info.uint32?6go.info.errors.New$abstract?go.info.string?<go.info."".readUint32$abstract?:go.info.hash.Hash32.BlockSize?go.info.uintptr?&go.info.hash.Hash32?go.info.int?<go.range.hash.Hash32.BlockSize? (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/hash/
adler32.a 16  adler32< |SGOROOTsrchashadler32.goSize*% New b hash.go Hash32 /Hash ?io io.go Writer Write"pn&errBSum"b" Reset  BlockSize Sum32 ?Checksum" data·2 esc:0x1 <autogenerated>init  D digest"*Bd·22MarshalBinaryBd·32"&+(Bd·12 B:2?|SB:2" in·3esc:0x1a",B:2yUnmarshalBinaryB:2"b·32&pB>2"p·42 nn·1& err·2< "^?:B(:?B?6r:(??V:<??
43 go19ld errorshash?*hash.Hash32.BlockSize?*runtime.racefuncenter?(runtime.racefuncexit?0runtime.morestack_noctxt?.fp?type.uintptr?
44 .this? type.hash.Hash32?~r1?type.int?.autotmp_4?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?type.[]uint8?~r2?.autotmp_5?type.*uint8?.autotmp_6?.autotmp_7?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?Tgclocals·9783710103695d7171ee820ce562d18d?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?p?n?err?type.error?.autotmp_10?.autotmp_11?.autotmp_9?Tgclocals·f83413e1f0916265015171ba5b95f669?,go.builtin.error.Error?type.string?Tgclocals·48fa3758e632e1b97d3b7251e66d0b97?$"".(*digest).Reset?"runtime.racewrite?d?type.*"".digest?Tgclocals·1a65e721a2ccc325b382662e7ffee780?Vgofile..$GOROOT/src/hash/adler32/adler32.go? "".New?type."".digest?"runtime.newobject?<go.itab.*"".digest,hash.Hash32?~r0?Tgclocals·2589ca35330fc0fce83503f4569854a0?Tgclocals·9fb7f0986f647f17cb53dda1484e0f7a?""".(*digest).Size?Tgclocals·f207267fbf96a0178e8758c6e3e0ce28?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?,"".(*digest).BlockSize?4"".(*digest).MarshalBinary?type.uint8?"runtime.makeslice?&go.string."adl\x01"?.runtime.slicestringcopy? runtime.raceread?"runtime.slicecopy?"runtime.growslice?$runtime.panicslice?
51 q.len?.autotmp_36?.autotmp_38?.autotmp_39?s1?s2?Tgclocals·707023630b8e5f18c4ad0bcfce072457?$"".(*digest).Write?nn?Tgclocals·933c4f12ec1391bde3678289f60f2c2c?$"".(*digest).Sum32?Tgclocals·524d71b8d4b4126db12e7a6de3370d94? "".(*digest).Sum?in?.autotmp_16?.autotmp_13?.autotmp_14?.autotmp_15?.autotmp_12?Tgclocals·5674987173f9447cc18d93bb63aa3f08?"".Checksum?data?Tgclocals·4032f753396f2012ad1784f398b170f4?"".init?"".initdone·?"runtime.throwinit?hash.init?>go.cuinfo.producer.hash/adler32?Fgo.info."".(*digest).Reset$abstract?$go.info.*"".digest?@go.info."".appendUint32$abstract? go.info.[4]uint8?go.info.[]uint8?go.info.uint32?6go.info.errors.New$abstract?go.info.string?<go.info."".readUint32$abstract?:go.info.hash.Hash32.BlockSize?go.info.uintptr?&go.info.hash.Hash32?go.info.int?<go.range.hash.Hash32.BlockSize? (…)
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 259 HashCode hash32 = HashCode.fromInt(32); local
260 assertEquals(hash32, Hashing.combineOrdered(ImmutableList.of(hash32)));
262 Hashing.combineOrdered(ImmutableList.of(hash32, hash32)));
264 Hashing.combineOrdered(ImmutableList.of(hash32, hash32, hash32)));
266 Hashing.combineOrdered(ImmutableList.of(hash31, hash32)).equals(
267 Hashing.combineOrdered(ImmutableList.of(hash32, hash31))))
301 HashCode hash32 = HashCode.fromInt(32); local
    [all...]
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32.go 142 // New creates a new hash.Hash32 computing the CRC-32 checksum using the
144 // value out in big-endian byte order. The returned Hash32 also
147 func New(tab *Table) hash.Hash32 {
154 // NewIEEE creates a new hash.Hash32 computing the CRC-32 checksum using
156 // big-endian byte order. The returned Hash32 also implements
159 func NewIEEE() hash.Hash32 { return New(IEEETable) }
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32.go 142 // New creates a new hash.Hash32 computing the CRC-32 checksum using the
144 // value out in big-endian byte order. The returned Hash32 also
147 func New(tab *Table) hash.Hash32 {
154 // NewIEEE creates a new hash.Hash32 computing the CRC-32 checksum using
156 // big-endian byte order. The returned Hash32 also implements
159 func NewIEEE() hash.Hash32 { return New(IEEETable) }
  /prebuilts/go/darwin-x86/src/hash/
hash.go 48 // Hash32 is the common interface implemented by all 32-bit hash functions.
49 type Hash32 interface {
  /prebuilts/go/linux-x86/src/hash/
hash.go 48 // Hash32 is the common interface implemented by all 32-bit hash functions.
49 type Hash32 interface {
  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32.go 38 // New returns a new hash.Hash32 computing the Adler-32 checksum. Its
40 // returned Hash32 also implements encoding.BinaryMarshaler and
43 func New() hash.Hash32 {
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 38 // New returns a new hash.Hash32 computing the Adler-32 checksum. Its
40 // returned Hash32 also implements encoding.BinaryMarshaler and
43 func New() hash.Hash32 {
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/compress/
zlib.a 78 &"80H?& FlushH?&H?F dst·2FH?" data·4?&?@ digest b? hash.go Hash32?? /HashFSum"b"Size BlockSize Sum32B"& scratch"wroteHeader
99 .this?$type.io.ReadCloser?~r1?type.error?.autotmp_4?type.*uint8?.autotmp_5?Tgclocals·48fa3758e632e1b97d3b7251e66d0b97?Tgclocals·f83413e1f0916265015171ba5b95f669?.gofile..<autogenerated>?$io.ReadCloser.Read?p?type.[]uint8?n?type.int?err?.autotmp_10?.autotmp_11?.autotmp_9?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?4compress/flate.Reader.Read?4type.compress/flate.Reader?<compress/flate.Reader.ReadByte?type.uint8?~r2?.autotmp_8?Tgclocals·55eaddd84e3a1c79fa031aef92668df7?io.Reader.Read?type.io.Reader?*hash.Hash32.BlockSize? type.hash.Hash32?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?.autotmp_6?.autotmp_7?Tgclocals·9783710103695d7171ee820ce562d18d?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?"".NewReader? "".NewReaderDict?r?Tgclocals·a47a020f8b045ea699d4fa017980015a?Tgclocals·7db1581f7e48c28ee71c75f76948982f?Vgofile..$GOROOT/src/compress/zlib/reader.go?type."".reader?"runtime.newobject?$"".(*reader).Reset?@go.itab.*"".reader,io.ReadCloser?dict?~r3?err.data?err.itab?z?type.*"".reader?Tgclocals·c9404191217138a7f1b7a7d160493ff6?Tgclocals·3a5f6b21d2b25517271e2f12e2835dc4?""".(*reader).Read? runtime.raceread?"runtime.racewrite?(runtime.writeBarrier? io.EOF?runtime.ifaceeq?runtime.convI2I?io.ReadFull?,runtime.gcWriteBarrier?&io.ErrUnexpectedEOF?"".ErrChecksum?$runtime.panicslice?.autotmp_17?type.*error?.autotmp_18?.autotmp_19?.autotmp_20?type.**uint8?.autotmp_21?"type.*hash.Hash32?.autotmp_22?type.*[4]uint8?.autotmp_23?.autotmp_24?.autotmp_25?.autotmp_26?Tgclocals·24b9f2cee556fede6c1720206b6cdc99?Tgclocals·d5101c548a39222bd7cedd4398645c65?$"".(*reader).Close?~r0?Tgclocals·3a22a5f47d61570b19f40df1d3f491c3?Tgclocals·25392dbf44bee4ee8f5ab0f97b744be4?,runtime.racewriterange? runtime.duffcopy?$runtime.assertI2I2?>go.itab.*bufio.Reader,io.Reader?"type.bufio.Reader?"runtime.makeslice? runtime.duffzero?Vgo.itab.*bufio.Reader,compress/flate.Reader?"".ErrHeader?8compress/flate.NewReaderDict?0type.hash/adler32.digest?Pgo.itab.*hash/adler32.digest,hash.Hash32?0compress/flate.NewReader?8type.compress/flate.Resetter?"runtime.assertI2I?*hash/adler32.Check (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/compress/
zlib.a 78 &"80H?& FlushH?&H?F dst·2FH?" data·4?&?@ digest b? hash.go Hash32?? /HashFSum"b"Size BlockSize Sum32B"& scratch"wroteHeader
99 .this?$type.io.ReadCloser?~r1?type.error?.autotmp_4?type.*uint8?.autotmp_5?Tgclocals·48fa3758e632e1b97d3b7251e66d0b97?Tgclocals·f83413e1f0916265015171ba5b95f669?.gofile..<autogenerated>?$io.ReadCloser.Read?p?type.[]uint8?n?type.int?err?.autotmp_10?.autotmp_11?.autotmp_9?Tgclocals·d0753e8a3d875a070f12eec08c2a0129?4compress/flate.Reader.Read?4type.compress/flate.Reader?<compress/flate.Reader.ReadByte?type.uint8?~r2?.autotmp_8?Tgclocals·55eaddd84e3a1c79fa031aef92668df7?io.Reader.Read?type.io.Reader?*hash.Hash32.BlockSize? type.hash.Hash32?Tgclocals·522734ad228da40e2256ba19cf2bc72c?Tgclocals·69c1753bd5f81501d95132d08af04464?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?.autotmp_6?.autotmp_7?Tgclocals·9783710103695d7171ee820ce562d18d?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?"".NewReader? "".NewReaderDict?r?Tgclocals·a47a020f8b045ea699d4fa017980015a?Tgclocals·7db1581f7e48c28ee71c75f76948982f?Vgofile..$GOROOT/src/compress/zlib/reader.go?type."".reader?"runtime.newobject?$"".(*reader).Reset?@go.itab.*"".reader,io.ReadCloser?dict?~r3?err.data?err.itab?z?type.*"".reader?Tgclocals·c9404191217138a7f1b7a7d160493ff6?Tgclocals·3a5f6b21d2b25517271e2f12e2835dc4?""".(*reader).Read? runtime.raceread?"runtime.racewrite?(runtime.writeBarrier? io.EOF?runtime.ifaceeq?runtime.convI2I?io.ReadFull?,runtime.gcWriteBarrier?&io.ErrUnexpectedEOF?"".ErrChecksum?$runtime.panicslice?.autotmp_17?type.*error?.autotmp_18?.autotmp_19?.autotmp_20?type.**uint8?.autotmp_21?"type.*hash.Hash32?.autotmp_22?type.*[4]uint8?.autotmp_23?.autotmp_24?.autotmp_25?.autotmp_26?Tgclocals·24b9f2cee556fede6c1720206b6cdc99?Tgclocals·d5101c548a39222bd7cedd4398645c65?$"".(*reader).Close?~r0?Tgclocals·3a22a5f47d61570b19f40df1d3f491c3?Tgclocals·25392dbf44bee4ee8f5ab0f97b744be4?,runtime.racewriterange? runtime.duffcopy?$runtime.assertI2I2?>go.itab.*bufio.Reader,io.Reader?"type.bufio.Reader?"runtime.makeslice? runtime.duffzero?Vgo.itab.*bufio.Reader,compress/flate.Reader?"".ErrHeader?8compress/flate.NewReaderDict?0type.hash/adler32.digest?Pgo.itab.*hash/adler32.digest,hash.Hash32?0compress/flate.NewReader?8type.compress/flate.Resetter?"runtime.assertI2I?*hash/adler32.Check (…)
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/compress/
zlib.a 78 &"80H?& FlushH?&H?F dst·2FH?" data·4?&?@ digest b? hash.go Hash32?? /HashFSum"b"Size BlockSize Sum32B"& scratch"wroteHeader
99 .this?$type.io.ReadCloser?~r1?type.error?Tgclocals·c55e845a0a62e9baae6c740db5a20866?Tgclocals·69c1753bd5f81501d95132d08af04464?.gofile..<autogenerated>?$io.ReadCloser.Read?p?type.[]uint8?n?type.int?err?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da?4compress/flate.Reader.Read?4type.compress/flate.Reader?<compress/flate.Reader.ReadByte?type.uint8?~r2?Tgclocals·a4a41b2ed11601860bcf8189b861a615?io.Reader.Read?type.io.Reader?*hash.Hash32.BlockSize? type.hash.Hash32?Tgclocals·522734ad228da40e2256ba19cf2bc72c?"hash.Hash32.Reset?Tgclocals·dc9b0298814590ca3ffc3a889546fc8b? hash.Hash32.Size?hash.Hash32.Sum?b?"hash.Hash32.Sum32?type.uint32?"hash.Hash32.Write?"".NewReader? "".NewReaderDict?r?Tgclocals·8999307b7be34fc1fb41dca3d5345ce3?Vgofile..$GOROOT/src/compress/zlib/reader.go?type."".reader?"runtime.newobject?$"".(*reader).Reset?@go.itab.*"".reader,io.ReadCloser?dict?~r3?z?type.*"".reader?Tgclocals·e7076630e842ccf03c87e62a933101d9?Tgclocals·9fb7f0986f647f17cb53dda1484e0f7a?""".(*reader).Read?(runtime.writeBarrier? io.EOF?runtime.ifaceeq?runtime.convI2I?io.ReadFull?,runtime.gcWriteBarrier?&io.ErrUnexpectedEOF?"".ErrChecksum?$runtime.panicslice?.autotmp_16?type.**uint8?.autotmp_17?type.*[4]uint8?err.data?type.*uint8?err.itab?.autotmp_18?.autotmp_19?.autotmp_20?.autotmp_21?Tgclocals·e51423d601693177930144dbbb60c278?Tgclocals·806fccc7a32193aefb6ded7ef1373532?$"".(*reader).Close?~r0?.autotmp_4?Tgclocals·9751a1d5d8cb96a138a70dd08682feac? runtime.duffcopy?$runtime.assertI2I2?"".ErrHeader?8compress/flate.NewReaderDict?0type.hash/adler32.digest?Pgo.itab.*hash/adler32.digest,hash.Hash32?0compress/flate.NewReader?8type.compress/flate.Resetter?"runtime.assertI2I?*hash/adler32.Checksum? "".ErrDictionary?>go.itab.*bufio.Reader,io.Reader?Vgo.itab.*bufio.Reader,compress/flate.Reader?"type.bufio.Reader?"runtime.makeslice? runtime.duffzero?(runtime.typedmemmove?.autotmp_40?.autotmp_39?.autotmp_58?.autotmp_59?.autotmp_60?.autotmp_61?b·1?$type.*bufio.Reader?.autotmp_62?type.uintptr?.autotmp_64?.autotmp_65?.autotmp_66?.autotmp_67?.autotmp_63?Tgclocals·ce2798cfaba79fc278abcdb2071668ed?Tgclocals·96dbe2b70979f30ce927dbae879d0641?Vgofile..$GOROOT/src/hash/adler32/adler32.go?Dgofile..$GOROOT/src/bufio/bufio.go? hash/adler32.New?8hash/adler32.(*digest).Reset?bufio.NewReader?&bufio.NewReaderSize?6bufio.(*Reader).bufio.reset?"".NewWriter?*"".NewWriterLevelDict?w?type.io.Writer?type.*"".Writer?Vgofile..$GOROOT/src/compress/zlib/writer.go?""".NewWriterLevel?
101 level?type."".Writer?"runtime.convT2E64?^go.string."zlib: invalid compression level: %d"?fmt.Errorf?~r4?.autotmp_5?(type.[1]interface {}?.autotmp_6?Tgclocals·90a1f56bbbe39118c0d6d1fa6bb7a774?Tgclocals·e226d4ae4a7cad8835311c6a4683c14f?$"".(*Writer).Reset?<compress/flate.(*Writer).Reset?Tgclocals·ffe1898239de6b1e6695623133594a6d?0"".(*Writer).writeHeader?8compress/flate.NewWriterDict?type.string?"".statictmp_0?runtime.gopanic?.autotmp_22?8type.**compress/flate.Writer?Tgclocals·3a22a5f47d61570b19f40df1d3f491c3?Tgclocals·1dc253a70a02e34230da2789b87b3619?$"".(*Writer).Write?<compress/flate.(*Writer).Write?.autotmp_10?.autotmp_11?.autotmp_9?.autotmp_12?Tgclocals·852079b41e3e75e79391c3a96fd61b4c?Tgclocals·3a5f6b21d2b25517271e2f12e2835dc4?$"".(*Writer).Flush?<compress/flate.(*Writer).Flush?$"".(*Writer).Close?<compress/flate.(*Writer).Close?.autotmp_7?"".init?"".initdone·?"runtime.throwinit?bufio.init?&compress/flate.init?hash.init?"hash/adler32.init?io.init?fmt.init?Dgo.string."zlib: invalid checksum"?errors.New?Hgo.string."zlib: invalid dictionary"?@go.string."zlib: invalid header"?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?""".Resetter.Reset? type."".Resetter?Tgclocals·b36e5881c9077b742756be97d1953be4?(type..hash."".reader?"runtime.interhash?runtime.memhash?h?Tgclocals·e6397a44f8e1b6e77d0f200b4fba5269?$type..eq."".reader?q?type.bool?Tgclocals·8f9cec06d1ae35cc9900c511c5e4bdab?@go.info.bufio.NewReader$abstract?"go.info.io.Reader?Hgo.info.bufio.NewReaderSize$abstract?*go.info.*bufio.Reader?go.info.bool?go.info.int?Xgo.info.bufio.(*Reader).bufio.reset$abstract?go.info.[]uint8?Bgo.info.hash/adler32.New$abstract?8go.info.*hash/adler32.digest?Zgo.info.hash/adler32.(*digest).Reset$abstract?6go.info.io.ReadCloser.Close?*go.info.io.ReadCloser?go.info.error?8go.range.io.ReadCloser.Close?4go.info.io.ReadCloser.Read?6go.range.io.ReadCloser.Read?Dgo.info.compress/flate.Reader.Read?:go.info.compress/flate.Reader?Fgo.range.compress/flate.Reader.Read?Lgo.info.compress/flate.Reader.ReadByte?go.info.uint8?Ngo.range.compress/flate.Reader.ReadByte?,go.info.io.Reader.Read?.go.range.io.Reader.Read?:go.info.hash.Hash32.BlockSize?&go.info.hash.Hash32?<go.range.hash.Hash32.BlockSize?2go.info.hash.Hash32.Reset?4go. (…)
    [all...]

Completed in 1719 milliseconds

1 2 3 4