Home
last modified time | relevance | path

Searched refs:VCD_ENDL (Results 1 – 13 of 13) sorted by relevance

/external/open-vcdiff/src/
Dheaderparser.cc30 << VCD_ENDL; in Advance()
40 << " is beyond start of data " << start_ << VCD_ENDL; in SetPosition()
46 << " is beyond end of data " << end_ << VCD_ENDL; in SetPosition()
57 << UnparsedSize() << VCD_ENDL; in FinishExcept()
97 << "; found invalid variable-length integer" << VCD_ENDL; in ParseInt32()
124 << "; found invalid variable-length integer" << VCD_ENDL; in ParseUInt32()
133 << ") is too large for unsigned 32-bit integer" << VCD_ENDL; in ParseUInt32()
178 << ")" << VCD_ENDL; in ParseSourceSegmentLengthAndPosition()
189 << " (" << from_size << ")" << VCD_ENDL; in ParseSourceSegmentLengthAndPosition()
198 << " (" << from_size << ")" << VCD_ENDL; in ParseSourceSegmentLengthAndPosition()
[all …]
Daddrcache.cc80 << VCD_ENDL; in Init()
85 << VCD_ENDL; in Init()
92 << VCD_MAX_MODES << ")" << VCD_ENDL; in Init()
159 << address << VCD_ENDL; in EncodeAddress()
165 << ") < here_address (" << here_address << ")" << VCD_ENDL; in EncodeAddress()
227 << VCD_ENDL; in IsDecodedAddressValid()
232 << ")" << VCD_ENDL; in IsDecodedAddressValid()
283 " for here_address: " << here_address << VCD_ENDL; in DecodeAddress()
302 "as encoded address value" << VCD_ENDL; in DecodeAddress()
318 << static_cast<int>(LastMode()) << VCD_ENDL; in DecodeAddress()
Dvcdecoder.cc375 << kTargetSizeLimit << " bytes" << VCD_ENDL; in SetMaximumTargetWindowSize()
409 << planned_target_file_size_ << VCD_ENDL; in ReachedPlannedTargetFileSize()
472 << VCD_ENDL; in SetAllowVcdTarget()
643 << VCD_ENDL; in StartDecoding()
694 VCD_ERROR << "Unrecognized VCDIFF format version" << VCD_ENDL; in ReadDeltaFileHeader()
716 "input is not a VCDIFF delta file" << VCD_ENDL; in ReadDeltaFileHeader()
723 VCD_ERROR << "Secondary compression is not supported" << VCD_ENDL; in ReadDeltaFileHeader()
789 " but custom_code_table_ is NULL" << VCD_ENDL; in ReadCustomCodeTable()
810 << sizeof(*custom_code_table_) << ")" << VCD_ENDL; in ReadCustomCodeTable()
859 VCD_DFATAL << "DecodeChunk() called without StartDecoding()" << VCD_ENDL; in DecodeChunk()
[all …]
Dblockhash.cc60 VCD_DFATAL << "Init() called twice for same BlockHash object" << VCD_ENDL; in Init()
66 << VCD_ENDL; in Init()
126 << " is zero or negative" << VCD_ENDL; in CalcTableSize()
135 << " is not a power of 2" << VCD_ENDL; in CalcTableSize()
145 << " is too large" << VCD_ENDL; in CalcTableSize()
156 << VCD_ENDL; in AddBlock()
167 << VCD_ENDL; in AddBlock()
174 << next_block_table_[block_number] << VCD_ENDL; in AddBlock()
191 << next_block_table_[last_matching_block] << VCD_ENDL; in AddBlock()
208 << " higher than end index " << source_size_ << VCD_ENDL; in AddAllBlocksThroughIndex()
[all …]
Dencodetable.cc177 << VCD_ENDL; in EncodeInstruction()
189 " in a row" << VCD_ENDL; in EncodeInstruction()
234 << ", mode " << mode << ", size 0" << VCD_ENDL; in EncodeInstruction()
251 << VCD_ENDL; in Copy()
314 VCD_WARNING << "Empty input; no delta window produced" << VCD_ENDL; in Output()
370 << VCD_ENDL; in Output()
376 VCD_WARNING << "Empty target window" << VCD_ENDL; in Output()
388 "VCDiffCodeTableWriter state failed" << VCD_ENDL; in Output()
Dvcdiffengine.cc48 << VCD_ENDL; in Init()
54 VCD_DFATAL << "Creation of dictionary hash failed" << VCD_ENDL; in Init()
143 << coder->target_length() << ")" << VCD_ENDL; in FinishEncoding()
155 "called before VCDiffEngine::Init()" << VCD_ENDL; in EncodeInternal()
176 VCD_DFATAL << "Instantiation of target hash failed" << VCD_ENDL; in EncodeInternal()
Dvcencoder.cc113 "Initialization of code table writer failed" << VCD_ENDL; in StartEncoding()
126 VCD_ERROR << "EncodeChunk called before StartEncoding" << VCD_ENDL; in EncodeChunk()
139 VCD_ERROR << "FinishEncoding called before StartEncoding" << VCD_ENDL; in FinishEncoding()
180 VCD_ERROR << "Error initializing HashedDictionary" << VCD_ENDL; in EncodeToInterface()
Dcodetable.cc41 VCD_ERROR << "Unexpected instruction type " << inst << VCD_ENDL; in VCDiffInstructionName()
200 << static_cast<int>(inst) << VCD_ENDL; in ValidateOpcode()
206 << static_cast<int>(mode) << VCD_ENDL; in ValidateOpcode()
214 << static_cast<int>(size) << VCD_ENDL; in ValidateOpcode()
222 << static_cast<int>(mode) << VCD_ENDL; in ValidateOpcode()
263 "COPY, size 0, mode " << (i - VCD_COPY) << VCD_ENDL; in Validate()
267 << ", size 0, mode 0" << VCD_ENDL; in Validate()
Ddecodetable.h113 "instructions_and_sizes in UnGetInstruction" << VCD_ENDL; in UnGetInstruction()
119 "in UnGetInstruction" << VCD_ENDL; in UnGetInstruction()
Ddecodetable.cc54 << VCD_ENDL; in GetNextInstruction()
99 << VCD_ENDL; in GetNextInstruction()
Dvarint_bigendian.cc66 " which requires non-negative argument" << VCD_ENDL; in EncodeInternal()
114 " which requires non-negative argument" << VCD_ENDL; in Length()
Dlogging.h45 #define VCD_ENDL std::endl; \ macro
Drolling_hash.h112 " before calling RollingHash::Init()" << VCD_ENDL; in RollingHash()