/external/chromium/sdch/open-vcdiff/src/ |
blockhash.h | 137 // classes that inherit from BlockHash are expected to call AddBlock() 182 AddBlock(hash_value); 186 // Calls AddBlock() for each kBlockSize-byte block in the range 199 // If AddAllBlocksThroughIndex(9) is invoked, then it will call AddBlock() 202 // AddBlock() at all, because block 3 (beginning at index 12) would 349 // for which AddBlock() should be called. 362 // AddBlock() must be called once for each block in source_data_ 364 void AddBlock(uint32_t hash_value); 366 // Calls AddBlock() for each complete kBlockSize-byte block between 402 // using AddAllBlocks() or AddBlock(), it will simply return - [all...] |
blockhash.cc | 152 void BlockHash::AddBlock(uint32_t hash_value) { 154 LOG(DFATAL) << "BlockHash::AddBlock() called before BlockHash::Init()" 163 LOG(DFATAL) << "BlockHash::AddBlock() called" 170 LOG(DFATAL) << "Internal error in BlockHash::AddBlock(): " 186 LOG(DFATAL) << "Internal error in BlockHash::AddBlock(): " 229 AddBlock(RollingHash<kBlockSize>::Hash(block_ptr));
|
/external/chromium_org/sdch/open-vcdiff/src/ |
blockhash.h | 137 // classes that inherit from BlockHash are expected to call AddBlock() 182 AddBlock(hash_value); 186 // Calls AddBlock() for each kBlockSize-byte block in the range 199 // If AddAllBlocksThroughIndex(9) is invoked, then it will call AddBlock() 202 // AddBlock() at all, because block 3 (beginning at index 12) would 349 // for which AddBlock() should be called. 362 // AddBlock() must be called once for each block in source_data_ 364 void AddBlock(uint32_t hash_value); 366 // Calls AddBlock() for each complete kBlockSize-byte block between 402 // using AddAllBlocks() or AddBlock(), it will simply return - [all...] |
blockhash.cc | 153 void BlockHash::AddBlock(uint32_t hash_value) { 155 VCD_DFATAL << "BlockHash::AddBlock() called before BlockHash::Init()" 164 VCD_DFATAL << "BlockHash::AddBlock() called" 171 VCD_DFATAL << "Internal error in BlockHash::AddBlock(): " 187 VCD_DFATAL << "Internal error in BlockHash::AddBlock(): " 230 AddBlock(RollingHash<kBlockSize>::Hash(block_ptr));
|
/external/open-vcdiff/src/ |
blockhash.h | 137 // classes that inherit from BlockHash are expected to call AddBlock() 182 AddBlock(hash_value); 186 // Calls AddBlock() for each kBlockSize-byte block in the range 199 // If AddAllBlocksThroughIndex(9) is invoked, then it will call AddBlock() 202 // AddBlock() at all, because block 3 (beginning at index 12) would 349 // for which AddBlock() should be called. 362 // AddBlock() must be called once for each block in source_data_ 364 void AddBlock(uint32_t hash_value); 366 // Calls AddBlock() for each complete kBlockSize-byte block between 402 // using AddAllBlocks() or AddBlock(), it will simply return - [all...] |
blockhash.cc | 153 void BlockHash::AddBlock(uint32_t hash_value) { 155 VCD_DFATAL << "BlockHash::AddBlock() called before BlockHash::Init()" 164 VCD_DFATAL << "BlockHash::AddBlock() called" 171 VCD_DFATAL << "Internal error in BlockHash::AddBlock(): " 187 VCD_DFATAL << "Internal error in BlockHash::AddBlock(): " 230 AddBlock(RollingHash<kBlockSize>::Hash(block_ptr));
|
/external/chromium_org/v8/src/ |
preparse-data.cc | 132 Vector<const byte>::cast(literal_chars_.AddBlock(literal_bytes)); 136 Vector<Key> symbol = symbol_keys_.AddBlock(1, key); 148 symbol_store_.AddBlock(padding, PreparseDataConstants::kNumberTerminator);
|
zone.h | 223 INLINE(Vector<T> AddBlock(T value, int count, Zone* zone)) { 224 return List<T, ZoneAllocationPolicy>::AddBlock(value, count,
|
hydrogen-flow-engine.h | 101 loop_effects_.AddBlock(NULL, graph_->blocks()->length(), zone); 214 pred_counts_.AddBlock(0, graph_->blocks()->length(), zone_); 217 block_states_.AddBlock(NULL, graph_->blocks()->length(), zone_);
|
heap-profiler.cc | 73 wrapper_callbacks_.AddBlock(
|
list.h | 124 Vector<T> AddBlock(T value, int count,
|
small-pointer-list.h | 56 list()->AddBlock(NULL, capacity - list()->capacity(), zone);
|
list-inl.h | 99 Vector<T> List<T, P>::AddBlock(T value, int count, P alloc) {
|
safepoint-table.cc | 191 bits.AddBlock(0, bytes_per_entry, zone_);
|
hydrogen-escape-analysis.cc | 170 block_states_.AddBlock(NULL, graph()->blocks()->length(), zone());
|
hydrogen-load-elimination.cc | 390 fields_.AddBlock(NULL, num_fields - fields_.length(), zone_);
|
/external/v8/src/ |
preparse-data.cc | 131 Vector<const byte>::cast(literal_chars_.AddBlock(literal_bytes)); 135 Vector<Key> symbol = symbol_keys_.AddBlock(1, key); 147 symbol_store_.AddBlock(padding, PreparseDataConstants::kNumberTerminator);
|
list.h | 104 Vector<T> AddBlock(T value, int count);
|
heap-profiler.cc | 93 wrapper_callbacks_.AddBlock(
|
small-pointer-list.h | 56 list()->AddBlock(NULL, capacity - list()->capacity());
|
list-inl.h | 97 Vector<T> List<T, P>::AddBlock(T value, int count) {
|
safepoint-table.cc | 198 bits.AddBlock(0, bytes_per_entry);
|
/art/compiler/sea_ir/code_gen/ |
code_gen.h | 45 void AddBlock(int region_id, llvm::BasicBlock* block) { 49 void AddBlock(Region* region, llvm::BasicBlock* block) { 50 AddBlock(region->Id(), block);
|
/external/chromium_org/v8/test/cctest/ |
test-utils.cc | 156 Vector<int> block = collector.AddBlock(7, 0xbadcafe); 215 collector.AddBlock(
|
/external/v8/test/cctest/ |
test-utils.cc | 145 Vector<int> block = collector.AddBlock(7, 0xbadcafe); 204 collector.AddBlock(
|