Home
last modified time | relevance | path

Searched refs:line_begin (Results 1 – 6 of 6) sorted by relevance

/third_party/alsa-utils/alsamixer/
Dtextbox.c128 const char *line_begin; in update_text_lines() local
135 line_begin = mbs_at_width(text_lines[current_top + i], &width, 1); in update_text_lines()
139 if (*line_begin != '\0') { in update_text_lines()
141 line_end = mbs_at_width(line_begin, &width, -1); in update_text_lines()
143 waddnstr(text_widget.window, line_begin, in update_text_lines()
144 line_end - line_begin); in update_text_lines()
/third_party/ffmpeg/libavcodec/
Ddvbsubenc.c45 uint8_t *q, *line_begin; in dvb_encode_rle2() local
56 line_begin = q; in dvb_encode_rle2()
117 buf_size -= q - line_begin; in dvb_encode_rle2()
140 uint8_t *q, *line_begin; in dvb_encode_rle4() local
151 line_begin = q; in dvb_encode_rle4()
204 buf_size -= q - line_begin; in dvb_encode_rle4()
215 uint8_t *q, *line_begin; in dvb_encode_rle8() local
224 line_begin = q; in dvb_encode_rle8()
265 buf_size -= q - line_begin; in dvb_encode_rle8()
/third_party/skia/third_party/icu/
Dmake_data_cpp.py32 header, line_begin, line_end, footer = fmt
41 o.write('%s%s%s\n' % (line_begin, line, line_end))
/third_party/rust/crates/nom/src/
Derror.rs279 let line_begin = prefix in convert_error() localVariable
287 let line = input[line_begin..] in convert_error()
290 .unwrap_or(&input[line_begin..]) in convert_error()
/third_party/node/deps/v8/src/objects/
Dobjects.cc4897 for (auto line_begin = begin; line_begin < end;) { in GetPositionInfoSlowImpl() local
4898 const auto line_end = std::find(line_begin, end, '\n'); in GetPositionInfoSlowImpl()
4901 info->column = static_cast<int>((begin + position) - line_begin); in GetPositionInfoSlowImpl()
4902 info->line_start = static_cast<int>(line_begin - begin); in GetPositionInfoSlowImpl()
4907 line_begin = line_end + 1; in GetPositionInfoSlowImpl()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c6015 const char *line_begin; member
6036 (int)(d->ptr - d->line_begin), msg); in jsondec_err()
6043 (int)(d->ptr - d->line_begin)); in jsondec_errf()
6055 d->line_begin = d->ptr; in jsondec_skipws()
7402 d.line_begin = d.ptr; in upb_json_decode()