Searched defs:RollingHashUtil (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash.h30 class RollingHashUtil { class in namespace:open_vcdiff
87 RollingHashUtil();
88 RollingHashUtil(const RollingHashUtil&); // NOLINT
89 void operator=(const RollingHashUtil&);
119 uint32_t h = RollingHashUtil::HashFirstTwoBytes(ptr);
121 h = RollingHashUtil::HashStep(h, ptr[i]);
143 return RollingHashUtil::HashStep(partial_hash, new_last_byte);
154 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
202 RollingHashUtil
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Drolling_hash.h31 class RollingHashUtil { class in namespace:open_vcdiff
88 RollingHashUtil();
89 RollingHashUtil(const RollingHashUtil&); // NOLINT
90 void operator=(const RollingHashUtil&);
118 uint32_t h = RollingHashUtil::HashFirstTwoBytes(ptr);
120 h = RollingHashUtil::HashStep(h, ptr[i]);
142 return RollingHashUtil::HashStep(partial_hash, new_last_byte);
153 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
198 RollingHashUtil
[all...]
/external/open-vcdiff/src/
H A Drolling_hash.h31 class RollingHashUtil { class in namespace:open_vcdiff
88 RollingHashUtil();
89 RollingHashUtil(const RollingHashUtil&); // NOLINT
90 void operator=(const RollingHashUtil&);
118 uint32_t h = RollingHashUtil::HashFirstTwoBytes(ptr);
120 h = RollingHashUtil::HashStep(h, ptr[i]);
142 return RollingHashUtil::HashStep(partial_hash, new_last_byte);
153 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
198 RollingHashUtil
[all...]

Completed in 128 milliseconds