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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.h 100 // The source offset of the match, including the starting_offset_
118 // See the comments for starting_offset_, below, for a description of
120 // starting_offset_ will be zero; for a hash of previously encoded
121 // target data, starting_offset_ will be equal to the dictionary size.
151 // starting_offset_ to any best_match->source_offset() value it returns,
228 // matching source data, plus starting_offset_
229 // (see description of starting_offset_ for details);
490 // For a hash of source (dictionary) data, starting_offset_ will be zero;
491 // for a hash of previously encoded target data, starting_offset_ will be
493 const int starting_offset_; member in class:open_vcdiff::BlockHash
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.h 100 // The source offset of the match, including the starting_offset_
118 // See the comments for starting_offset_, below, for a description of
120 // starting_offset_ will be zero; for a hash of previously encoded
121 // target data, starting_offset_ will be equal to the dictionary size.
151 // starting_offset_ to any best_match->source_offset() value it returns,
228 // matching source data, plus starting_offset_
229 // (see description of starting_offset_ for details);
490 // For a hash of source (dictionary) data, starting_offset_ will be zero;
491 // for a hash of previously encoded target data, starting_offset_ will be
493 const int starting_offset_; member in class:open_vcdiff::BlockHash
    [all...]
  /external/open-vcdiff/src/
blockhash.h 100 // The source offset of the match, including the starting_offset_
118 // See the comments for starting_offset_, below, for a description of
120 // starting_offset_ will be zero; for a hash of previously encoded
121 // target data, starting_offset_ will be equal to the dictionary size.
151 // starting_offset_ to any best_match->source_offset() value it returns,
228 // matching source data, plus starting_offset_
229 // (see description of starting_offset_ for details);
490 // For a hash of source (dictionary) data, starting_offset_ will be zero;
491 // for a hash of previously encoded target data, starting_offset_ will be
493 const int starting_offset_; member in class:open_vcdiff::BlockHash
    [all...]

Completed in 702 milliseconds