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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_linux.cc39 char *next_line = (char*)internal_memchr(current_, '\n', last - current_); local
40 if (next_line == 0)
41 next_line = last;
73 while (current_ < next_line && *current_ == ' ')
77 while (current_ < next_line) {
84 current_ = next_line + 1;
/external/google-breakpad/src/common/solaris/
H A Ddump_symbols.cc382 struct LineInfo &next_line = func_info.line_info[k + 1]; local
383 line_info.size = next_line.rva_to_func - line_info.rva_to_func;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dstroker.c634 const VGfloat *next_line, enum line_join_mode join)
637 debug_printf("create_joins: focal=[%f, %f], next_line=[%f, %f,%f, %f]\n",
639 next_line[0], next_line[1], next_line[2], next_line[3]);
642 if (floatsEqual(stroker->back1_x, next_line[0]) &&
643 floatsEqual(stroker->back1_y, next_line[1]))
647 stroker_emit_line_to(stroker, next_line[0], next_line[
632 create_joins(struct stroker *stroker, VGfloat focal_x, VGfloat focal_y, const VGfloat *next_line, enum line_join_mode join) argument
[all...]

Completed in 307 milliseconds