HomeSort by relevance Sort by last modified time
    Searched defs:HashStep (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 66 // 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,
76 // HashStep(HashStep(0, ptr[0]), ptr[1])
121 h = RollingHashUtil::HashStep(h, ptr[i]);
143 return RollingHashUtil::HashStep(partial_hash, new_last_byte);
  /external/open-vcdiff/src/
rolling_hash.h 67 // 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,
77 // HashStep(HashStep(0, ptr[0]), ptr[1])
120 h = RollingHashUtil::HashStep(h, ptr[i]);
142 return RollingHashUtil::HashStep(partial_hash, new_last_byte);

Completed in 122 milliseconds