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

/external/opencv/cvaux/src/
H A Dcvlines.cpp208 int curr_dst; local
212 curr_dst = 0;
230 cvSampleLine( &mat, start, end, dst + curr_dst, 8 );
231 curr_dst += dst_nums[k] * 3;
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp475 CvSubdiv2DPoint *temp_dst = 0, *curr_org = 0, *curr_dst = 0; local
480 curr_dst = cvSubdiv2DEdgeDst( curr_edge );
484 curr_dst->pt, curr_point->pt ) < 0 )
/external/lldb/source/Target/
H A DProcess.cpp2400 char *curr_dst = dst;
2407 size_t bytes_read = ReadMemory (curr_addr, curr_dst, bytes_to_read, error);
2422 curr_dst += bytes_read;
2450 char *curr_dst = dst;
2456 size_t bytes_read = ReadMemory (curr_addr, curr_dst, bytes_to_read, error);
2464 const size_t len = strlen(curr_dst);
2471 curr_dst += bytes_read;
H A DTarget.cpp1407 char *curr_dst = dst; local
1413 size_t bytes_read = ReadMemory (address, false, curr_dst, bytes_to_read, error);
1421 const size_t len = strlen(curr_dst);
1428 curr_dst += bytes_read;

Completed in 605 milliseconds