Searched refs:HashStep (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash.h66 // 0, and run this HashStep once against each byte in the data window to be
69 static inline uint32_t HashStep(uint32_t partial_hash, function in class:open_vcdiff::RollingHashUtil
76 // HashStep(HashStep(0, ptr[0]), ptr[1])
121 h = RollingHashUtil::HashStep(h, ptr[i]);
143 return RollingHashUtil::HashStep(partial_hash, new_last_byte);
H A Drolling_hash_test.cc46 RollingHashUtil::HashStep(RollingHashUtil::HashStep(0,
50 RollingHashUtil::HashStep(static_cast<unsigned char>(first_value),
/external/open-vcdiff/src/
H A Drolling_hash.h67 // 0, and run this HashStep once against each byte in the data window to be
70 static inline uint32_t HashStep(uint32_t partial_hash, function in class:open_vcdiff::RollingHashUtil
77 // HashStep(HashStep(0, ptr[0]), ptr[1])
120 h = RollingHashUtil::HashStep(h, ptr[i]);
142 return RollingHashUtil::HashStep(partial_hash, new_last_byte);
H A Drolling_hash_test.cc46 RollingHashUtil::HashStep(RollingHashUtil::HashStep(0,
50 RollingHashUtil::HashStep(static_cast<unsigned char>(first_value),

Completed in 70 milliseconds