/third_party/ffmpeg/libavcodec/ |
D | 012v.c | 45 const uint8_t *line_end, *src = avpkt->data; in zero12v_decode_frame() local 70 line_end = avpkt->data + stride; in zero12v_decode_frame() 83 if (width - x < 6 || line_end - src < 16) { in zero12v_decode_frame() 89 if (line_end - src < 4) in zero12v_decode_frame() 98 if (line_end - src < 4) in zero12v_decode_frame() 107 if (line_end - src < 4) in zero12v_decode_frame() 116 if (line_end - src < 4) in zero12v_decode_frame() 138 line_end += stride; in zero12v_decode_frame() 139 src = line_end - stride; in zero12v_decode_frame()
|
D | rl2.c | 70 uint8_t *line_end; in rl2_rle_decode() local 80 line_end = out - stride_adj; in rl2_rle_decode() 106 if (out == line_end) { in rl2_rle_decode() 108 line_end += stride; in rl2_rle_decode() 118 memcpy(out, back_frame, line_end - out); in rl2_rle_decode() 119 back_frame += line_end - out; in rl2_rle_decode() 120 out = line_end + stride_adj; in rl2_rle_decode() 121 line_end += stride; in rl2_rle_decode()
|
D | fraps.c | 314 uint8_t *line_end = out + 3*avctx->width; in decode_frame() local 315 while (out < line_end) { in decode_frame()
|
/third_party/cups-filters/filter/ |
D | rastertopclx.c | 972 *line_end, /* End-of-line byte pointer */ in CompressData() local 993 line_end = line; /* Blank line */ in CompressData() 995 line_end = line + length; /* Non-blank line */ in CompressData() 1003 line_end = line + length; in CompressData() 1005 line_ptr < line_end; in CompressData() 1009 (line_ptr + count) < line_end && in CompressData() 1019 line_end = comp_ptr; in CompressData() 1028 line_end = line + length; in CompressData() 1031 while (line_ptr < line_end) in CompressData() 1033 if ((line_ptr + 1) >= line_end) in CompressData() [all …]
|
D | rastertoescpx.c | 1308 *line_end, /* End-of-line byte pointer */ in CompressData() local 1333 line_end = (const unsigned char *)line + length; in CompressData() 1342 line_end = (const unsigned char *)line + length; in CompressData() 1345 while (line_ptr < line_end && (comp_ptr - CompBuffer) < length) in CompressData() 1347 if ((line_ptr + 1) >= line_end) in CompressData() 1365 while (line_ptr < (line_end - 1) && in CompressData() 1386 while (line_ptr < (line_end - 1) && in CompressData() 1404 line_end = (const unsigned char *)comp_ptr; in CompressData() 1410 line_end = (const unsigned char *)line + length; in CompressData() 1484 cupsWritePrintData(line_ptr, line_end - line_ptr); in CompressData()
|
/third_party/ninja/src/ |
D | build_log.cc | 220 bool ReadLine(char** line_start, char** line_end) { in ReadLine() 247 *line_end = line_end_; in ReadLine() 277 char* line_end = 0; in Load() local 278 while (reader.ReadLine(&line_start, &line_end)) { in Load() 294 if (!line_end) in Load() 300 char* end = (char*)memchr(start, kFieldSeparator, line_end - start); in Load() 311 end = (char*)memchr(start, kFieldSeparator, line_end - start); in Load() 318 end = (char*)memchr(start, kFieldSeparator, line_end - start); in Load() 325 end = (char*)memchr(start, kFieldSeparator, line_end - start); in Load() 331 end = line_end; in Load()
|
/third_party/ffmpeg/libavformat/ |
D | vivo.c | 125 unsigned char *line, *line_end, *key, *value; in vivo_read_header() local 157 line_end = strstr(line, "\r\n"); in vivo_read_header() 158 if (!line_end) in vivo_read_header() 161 *line_end = 0; in vivo_read_header() 163 line = line_end + 2; // skip \r\n in vivo_read_header() 165 if (line_end == key) // skip blank lines in vivo_read_header()
|
/third_party/gn/src/gn/ |
D | json_project_writer.cc | 305 size_t line_end = json.find('\n'); in AddJSONDict() local 310 bool line_empty = (line_end == 0 || (line_end == 1 && json[0] == '\r')); in AddJSONDict() 314 if (line_end == std::string_view::npos) { in AddJSONDict() 322 0, (line_end == json.size() - 1) ? line_end : line_end + 1); in AddJSONDict() 323 json.remove_prefix(line_end + 1); in AddJSONDict()
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
D | PuckerBloat.cpp | 87 line_end = pts[1]; in onRevalidateEffect() local 89 lerp(line_start, line_end, kCtrlPosFraction), in onRevalidateEffect() 90 lerp(line_start, line_end, 1 - kCtrlPosFraction), in onRevalidateEffect() 91 line_end in onRevalidateEffect()
|
/third_party/openssl/apps/lib/ |
D | http_server.c | 421 char *key, *value, *line_end = NULL; in http_server_get_asn1_req() local 444 line_end = strchr(value, '\r'); in http_server_get_asn1_req() 445 if (line_end == NULL) { in http_server_get_asn1_req() 446 line_end = strchr(value, '\n'); in http_server_get_asn1_req() 447 if (line_end == NULL) { in http_server_get_asn1_req() 454 *line_end = '\0'; in http_server_get_asn1_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | tncs.c | 1018 char *config, *end, *pos, *line_end; in tncs_read_config() local 1033 for (pos = config; pos < end; pos = line_end + 1) { in tncs_read_config() 1034 line_end = pos; in tncs_read_config() 1035 while (*line_end != '\n' && *line_end != '\r' && in tncs_read_config() 1036 line_end < end) in tncs_read_config() 1037 line_end++; in tncs_read_config() 1038 *line_end = '\0'; in tncs_read_config() 1043 imv = tncs_parse_imv(id++, pos + 4, line_end, &error); in tncs_read_config()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | tncs.c | 1019 char *config, *end, *pos, *line_end; in tncs_read_config() local 1034 for (pos = config; pos < end; pos = line_end + 1) { in tncs_read_config() 1035 line_end = pos; in tncs_read_config() 1036 while (*line_end != '\n' && *line_end != '\r' && in tncs_read_config() 1037 line_end < end) in tncs_read_config() 1038 line_end++; in tncs_read_config() 1039 *line_end = '\0'; in tncs_read_config() 1044 imv = tncs_parse_imv(id++, pos + 4, line_end, &error); in tncs_read_config()
|
/third_party/skia/third_party/icu/ |
D | make_data_cpp.py | 32 header, line_begin, line_end, footer = fmt 41 o.write('%s%s%s\n' % (line_begin, line, line_end))
|
/third_party/flutter/skia/third_party/icu/ |
D | make_data_cpp.py | 30 header, line_begin, line_end, footer = fmt 39 o.write('%s%s%s\n' % (line_begin, line, line_end))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
D | tncc.c | 1070 char *config, *end, *pos, *line_end; in tncc_read_config() local 1084 for (pos = config; pos < end; pos = line_end + 1) { in tncc_read_config() 1085 line_end = pos; in tncc_read_config() 1086 while (*line_end != '\n' && *line_end != '\r' && in tncc_read_config() 1087 line_end < end) in tncc_read_config() 1088 line_end++; in tncc_read_config() 1089 *line_end = '\0'; in tncc_read_config() 1094 imc = tncc_parse_imc(pos + 4, line_end, &error); in tncc_read_config()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
D | tncc.c | 1071 char *config, *end, *pos, *line_end; in tncc_read_config() local 1085 for (pos = config; pos < end; pos = line_end + 1) { in tncc_read_config() 1086 line_end = pos; in tncc_read_config() 1087 while (*line_end != '\n' && *line_end != '\r' && in tncc_read_config() 1088 line_end < end) in tncc_read_config() 1089 line_end++; in tncc_read_config() 1090 *line_end = '\0'; in tncc_read_config() 1095 imc = tncc_parse_imc(pos + 4, line_end, &error); in tncc_read_config()
|
/third_party/openssl/crypto/http/ |
D | http_client.c | 519 char *buf, *key, *value, *line_end = NULL; in OSSL_HTTP_REQ_CTX_nbio() local 688 line_end = strchr(value, '\r'); in OSSL_HTTP_REQ_CTX_nbio() 689 if (line_end == NULL) in OSSL_HTTP_REQ_CTX_nbio() 690 line_end = strchr(value, '\n'); in OSSL_HTTP_REQ_CTX_nbio() 691 if (line_end != NULL) in OSSL_HTTP_REQ_CTX_nbio() 692 *line_end = '\0'; in OSSL_HTTP_REQ_CTX_nbio() 694 if (value != NULL && line_end != NULL) { in OSSL_HTTP_REQ_CTX_nbio() 718 resp_len = (size_t)strtoul(value, &line_end, 10); in OSSL_HTTP_REQ_CTX_nbio() 719 if (line_end == value || *line_end != '\0') { in OSSL_HTTP_REQ_CTX_nbio()
|
/third_party/alsa-utils/alsamixer/ |
D | textbox.c | 129 const char *line_end; in update_text_lines() local 141 line_end = mbs_at_width(line_begin, &width, -1); in update_text_lines() 144 line_end - line_begin); in update_text_lines()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/ |
D | SDL_gamecontroller.c | 720 char *buf, *line, *line_end, *tmp, *comma, line_platform[64]; in SDL_GameControllerAddMappingsFromRW() local 752 line_end = SDL_strchr(line, '\n'); in SDL_GameControllerAddMappingsFromRW() 753 if (line_end != NULL) { in SDL_GameControllerAddMappingsFromRW() 754 *line_end = '\0'; in SDL_GameControllerAddMappingsFromRW() 756 line_end = buf + db_size; in SDL_GameControllerAddMappingsFromRW() 776 line = line_end + 1; in SDL_GameControllerAddMappingsFromRW()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_drawtext.c | 617 FriBidiStrIndex line_end = 0; in shape_text() local 656 for (line_end = 0, line_start = 0; line_end < len; line_end++) { in shape_text() 657 if (is_newline(unicodestr[line_end]) || line_end == len - 1) { in shape_text() 659 line_end - line_start + 1, line_start, in shape_text() 664 line_start = line_end + 1; in shape_text()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.c | 476 const char *line_end; in get_next_line() local 480 line_end = strchr (self->textbuf->str, '\n'); in get_next_line() 482 if (!line_end) { in get_next_line() 488 if (line_end != self->textbuf->str && *(line_end - 1) == '\r') { in get_next_line() 489 line_end--; in get_next_line() 493 line_len = line_end - self->textbuf->str; in get_next_line()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 536 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput() local 538 if (line_end == ::std::string::npos) { in FormatDeathTestOutput() 542 ret += output.substr(at, line_end + 1 - at); in FormatDeathTestOutput() 543 at = line_end + 1; in FormatDeathTestOutput()
|
/third_party/googletest/googletest/src/ |
D | gtest-death-test.cc | 537 const size_t line_end = output.find('\n', at); in FormatDeathTestOutput() local 539 if (line_end == ::std::string::npos) { in FormatDeathTestOutput() 543 ret += output.substr(at, line_end + 1 - at); in FormatDeathTestOutput() 544 at = line_end + 1; in FormatDeathTestOutput()
|
/third_party/flutter/engine/flutter/third_party/txt/src/txt/ |
D | paragraph_txt.cc | 364 size_t line_end = breaks[i] + block_start; in ComputeLineBreaks() local 367 (hard_break && line_end < text_.size()) ? line_end + 1 : line_end; in ComputeLineBreaks() 368 size_t line_end_excluding_whitespace = line_end; in ComputeLineBreaks() 374 line_ranges_.emplace_back(line_start, line_end, in ComputeLineBreaks()
|
/third_party/flutter/txt/src/txt/ |
D | paragraph_txt.cc | 364 size_t line_end = breaks[i] + block_start; in ComputeLineBreaks() local 367 (hard_break && line_end < text_.size()) ? line_end + 1 : line_end; in ComputeLineBreaks() 368 size_t line_end_excluding_whitespace = line_end; in ComputeLineBreaks() 374 line_metrics_.emplace_back(line_start, line_end, in ComputeLineBreaks()
|