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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 353 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/e2fsprogs/ext2ed/
main.c 421 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/
command_line_interface.cc 523 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,
    [all...]

Completed in 107 milliseconds