Searched defs:source_ptr (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc352 const char* source_ptr = source_match_start; local
356 --source_ptr;
358 if (*source_ptr != *target_ptr) {
373 const char* source_ptr = source_match_end; local
376 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
378 ++source_ptr;
/external/e2fsprogs/ext2ed/
H A Dmain.c421 char ch,*source_ptr,*target_ptr; local
428 source_ptr=source;target_ptr=dest;
430 ch=*source_ptr++;
435 ch=*source_ptr++;
440 source_ptr--;
442 ch=*source_ptr++;
445 return (--source_ptr);
/external/open-vcdiff/src/
H A Dblockhash.cc353 const char* source_ptr = source_match_start; local
357 --source_ptr;
359 if (*source_ptr != *target_ptr) {
374 const char* source_ptr = source_match_end; local
377 while ((bytes_found < max_bytes) && (*source_ptr == *target_ptr)) {
379 ++source_ptr;

Completed in 60 milliseconds