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

/external/chromium/sdch/open-vcdiff/src/
H A Drolling_hash.h70 unsigned char next_byte) {
71 return ModBase((partial_hash * kMult) + next_byte);
69 HashStep(uint32_t partial_hash, unsigned char next_byte) argument

Completed in 92 milliseconds