Searched refs:dot_ptr (Results 1 – 2 of 2) sorted by relevance
/external/libcups/filter/ |
D | rastertoepson.c | 798 unsigned char *dot_ptr, /* Pointer to print data */ in OutputRows() local 813 dot_ptr = LineBuffers[row]; in OutputRows() 815 while (dot_count >= dot_min && dot_ptr[0] == 0 && in OutputRows() 816 memcmp(dot_ptr, dot_ptr + 1, dot_min - 1) == 0) in OutputRows() 819 dot_ptr += dot_min; in OutputRows() 827 while (dot_count >= dot_min && dot_ptr[dot_count - dot_min] == 0 && in OutputRows() 828 memcmp(dot_ptr + dot_count - dot_min, in OutputRows() 829 dot_ptr + dot_count - dot_min + 1, dot_min - 1) == 0) in OutputRows() 898 for (n = dot_count / 2, ptr = dot_ptr; n > 0; n --, ptr += 2) in OutputRows() 930 for (n = dot_count / 2, ptr = dot_ptr + 1; n > 0; n --, ptr += 2) in OutputRows() [all …]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 509 HChar *dot_ptr; in find_separate_debug_file() local 547 while ((dot_ptr = VG_(strrchr) (dsymfile, '.'))) in find_separate_debug_file() 551 slash_ptr = VG_(strchr) (dot_ptr, '/'); in find_separate_debug_file() 565 *dot_ptr = '\0'; in find_separate_debug_file() 566 VG_(strcat) (dot_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file() 567 VG_(strcat) (dot_ptr, basename_str); in find_separate_debug_file() 573 *dot_ptr = '\0'; in find_separate_debug_file()
|