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

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 94 class RollingHash {
97 // RollingHash. This function *must* be called (preferably on startup) by any
98 // program that uses a RollingHash. It is harmless to call this function more
102 // RollingHash. The function returns true if initialization succeeds, or
104 // to construct any objects of type RollingHash.
110 RollingHash() {
112 LOG(DFATAL) << "RollingHash object instantiated"
113 " before calling RollingHash::Init()" << LOG_ENDL;
170 const uint32_t* RollingHash<window_size>::remove_table_ = NULL;
174 // it's ready, the table can be used for any number of RollingHash objects o
    [all...]
  /external/open-vcdiff/src/
rolling_hash.h 95 class RollingHash {
98 // RollingHash. This function *must* be called (preferably on startup) by any
99 // program that uses a RollingHash. It is harmless to call this function more
103 // RollingHash.
109 RollingHash() {
111 VCD_DFATAL << "RollingHash object instantiated"
112 " before calling RollingHash::Init()" << VCD_ENDL;
169 const uint32_t* RollingHash<window_size>::remove_table_ = NULL;
173 // it's ready, the table can be used for any number of RollingHash objects of
177 void RollingHash<window_size>::Init()
    [all...]

Completed in 7140 milliseconds