HomeSort by relevance Sort by last modified time
    Searched refs:remove_table_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
rolling_hash.h 109 // remove_table_, so it is static.
111 if (!remove_table_) {
150 // Init(), below, for a description of how the contents of remove_table_ are
154 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
160 static const uint32_t* remove_table_; member in class:open_vcdiff::RollingHash
165 // + remove_table_[buffer[0]]
168 // remove_table_ are computed.
170 const uint32_t* RollingHash<window_size>::remove_table_ = NULL; member in class:open_vcdiff::RollingHash
172 // Init() checks to make sure that the static object remove_table_ has been
184 if (remove_table_ == NULL)
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
rolling_hash.h 108 // remove_table_, so it is static.
110 if (!remove_table_) {
149 // Init(), below, for a description of how the contents of remove_table_ are
153 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
159 static const uint32_t* remove_table_; member in class:open_vcdiff::RollingHash
164 // + remove_table_[buffer[0]]
167 // remove_table_ are computed.
169 const uint32_t* RollingHash<window_size>::remove_table_ = NULL; member in class:open_vcdiff::RollingHash
171 // Init() checks to make sure that the static object remove_table_ has been
180 if (remove_table_ == NULL)
    [all...]
  /external/open-vcdiff/src/
rolling_hash.h 108 // remove_table_, so it is static.
110 if (!remove_table_) {
149 // Init(), below, for a description of how the contents of remove_table_ are
153 return RollingHashUtil::ModBase(full_hash + remove_table_[first_byte]);
159 static const uint32_t* remove_table_; member in class:open_vcdiff::RollingHash
164 // + remove_table_[buffer[0]]
167 // remove_table_ are computed.
169 const uint32_t* RollingHash<window_size>::remove_table_ = NULL; member in class:open_vcdiff::RollingHash
171 // Init() checks to make sure that the static object remove_table_ has been
180 if (remove_table_ == NULL)
    [all...]

Completed in 66 milliseconds