Searched refs:target_ptr (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc353 const char* target_ptr = target_match_start; local
357 --target_ptr;
358 if (*source_ptr != *target_ptr) {
374 const char* target_ptr = target_match_end; local
376 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
379 ++target_ptr;
/external/open-vcdiff/src/
H A Dblockhash.cc354 const char* target_ptr = target_match_start; local
358 --target_ptr;
359 if (*source_ptr != *target_ptr) {
375 const char* target_ptr = target_match_end; local
377 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
380 ++target_ptr;
/external/e2fsprogs/ext2ed/
H A Dmain.c421 char ch,*source_ptr,*target_ptr; local
428 source_ptr=source;target_ptr=dest;
434 *target_ptr++=ch;
438 *target_ptr=0;
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc523 char* target_ptr = string_as_array(target) + pos; local
526 memcpy(target_ptr, indent_.data(), indent_.size());
527 target_ptr += indent_.size();
534 memcpy(target_ptr, data_.data() + data_pos, line_length);
535 target_ptr += line_length;
539 GOOGLE_CHECK_EQ(target_ptr,

Completed in 96 milliseconds