/third_party/ffmpeg/doc/examples/ |
H A D | remuxing.c | 76 goto end; in main() 81 goto end; in main() 90 goto end; in main() 97 goto end; in main() 120 goto end; in main() 126 goto end; in main() 136 goto end; in main() 143 goto end; in main() 180 end: in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_h264_hevc.c | 182 const uint8_t *r, *end = buf1 + size; in ff_rtp_send_h264_hevc() local 188 r = ff_avc_mp4_find_startcode(buf1, end, s->nal_length_size) ? buf1 : end; in ff_rtp_send_h264_hevc() 190 r = ff_avc_find_startcode(buf1, end); in ff_rtp_send_h264_hevc() 191 while (r < end) { in ff_rtp_send_h264_hevc() 195 r1 = ff_avc_mp4_find_startcode(r, end, s->nal_length_size); in ff_rtp_send_h264_hevc() 197 r1 = end; in ff_rtp_send_h264_hevc() 201 r1 = ff_avc_find_startcode(r, end); in ff_rtp_send_h264_hevc() 203 nal_send(s1, r, r1 - r, r1 == end); in ff_rtp_send_h264_hevc()
|
/third_party/node/test/parallel/ |
H A D | test-http-generic-streams.js | 13 res.end(testData); 26 res.on('end', common.mustCall()); 28 req.end(); 37 res.end(testData); 52 res.on('end', common.mustCall(cb)); 55 req.end(); 72 req.once('end', function() { 76 res.end(); 82 clientSide.on('end', common.mustCall()); 83 serverSide.on('end', commo [all...] |
/third_party/nghttp2/src/ |
H A D | http3.cc | 85 auto it_forwarded = std::end(headers); in copy_headers_to_nva_internal() 86 auto it_xff = std::end(headers); in copy_headers_to_nva_internal() 87 auto it_xfp = std::end(headers); in copy_headers_to_nva_internal() 88 auto it_via = std::end(headers); in copy_headers_to_nva_internal() 90 for (auto it = std::begin(headers); it != std::end(headers); ++it) { in copy_headers_to_nva_internal() 127 if (it_forwarded == std::end(headers)) { in copy_headers_to_nva_internal() 140 if (it_xff == std::end(headers)) { in copy_headers_to_nva_internal() 153 if (it_xfp == std::end(headers)) { in copy_headers_to_nva_internal() 166 if (it_via == std::end(headers)) { in copy_headers_to_nva_internal()
|
H A D | shrpx_http.cc | 44 return StringRef{std::begin(page.content), std::end(page.content)}; in create_error_html() 87 p = std::copy(std::begin(node_by), std::end(node_by), p); in create_forwarded() 91 p = std::copy(std::begin(node_by), std::end(node_by), p); in create_forwarded() 99 p = std::copy(std::begin(node_for), std::end(node_for), p); in create_forwarded() 103 p = std::copy(std::begin(node_for), std::end(node_for), p); in create_forwarded() 110 p = std::copy(std::begin(host), std::end(host), p); in create_forwarded() 117 p = std::copy(std::begin(proto), std::end(proto), p); in create_forwarded() 193 p = std::copy(std::begin(name), std::end(name), p); in create_affinity_cookie() 201 p = std::copy(std::begin(PATH_PREFIX), std::end(PATH_PREFIX), p); in create_affinity_cookie() 202 p = std::copy(std::begin(path), std::end(pat in create_affinity_cookie() [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.h | 23 .cur = storage, .end = (const void *)(storage) + (size), \ 31 .cur = (buf)->base, .end = (buf)->base + (size), \ 37 .cur = storage, .end = (const void *)(storage) + (size), \ 74 /* cur is the write pointer. When cur passes end, the slow path is 78 const void *end; member 83 const void *end; member 167 if (unlikely(size > enc->end - enc->cur)) { in vn_cs_encoder_reserve() 172 assert(size <= enc->end - enc->cur); in vn_cs_encoder_reserve() 185 assert(size <= enc->end - enc->cur); in vn_cs_encoder_write() 215 if (unlikely(size > dec->end in vn_cs_decoder_peek_internal() [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | update_metadata.cc | 38 for (auto it = shortMetadata->begin(); it != shortMetadata->end(); it++) { in UpdateShortNumber() 41 if (metadataMap->find(code) != metadataMap->end()) { in UpdateShortNumber() 52 for (auto it = regionMetadata->begin(); it != regionMetadata->end(); it++) { in UpdatePhoneNumber() 55 if (regionMetadataMap->find(code) != regionMetadataMap->end()) { in UpdatePhoneNumber() 61 for (auto it = countryMetadata->begin(); it != countryMetadata->end(); it++) { in UpdatePhoneNumber() 64 if (countryMetadataMap->find(code) != countryMetadataMap->end()) { in UpdatePhoneNumber() 74 for (auto it = alterMetadata->begin(); it != alterMetadata->end(); it++) { in UpdateAlternateFormat() 76 if (metadataMap.find(code) != metadataMap.end()) { in UpdateAlternateFormat() 96 it != phoneMetadataCollection->metadata().end(); ++it) { in LoadUpdatedMetadata()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_query.c | 79 const struct fd_rb_samp_ctrs *end) in count_samples() 81 return end->ctr[0] - start->ctr[0]; in count_samples() 86 const void *end, in occlusion_counter_accumulate_result() 89 uint64_t n = count_samples(start, end); in occlusion_counter_accumulate_result() 95 const void *end, in occlusion_predicate_accumulate_result() 98 uint64_t n = count_samples(start, end); in occlusion_predicate_accumulate_result() 220 const void *end, union pipe_query_result *result) in time_elapsed_accumulate_result() 222 uint64_t n = *(uint64_t *)end - *(uint64_t *)start; in time_elapsed_accumulate_result() 229 const void *end, union pipe_query_result *result) in timestamp_accumulate_result() 78 count_samples(const struct fd_rb_samp_ctrs *start, const struct fd_rb_samp_ctrs *end) count_samples() argument 85 occlusion_counter_accumulate_result(struct fd_context *ctx, const void *start, const void *end, union pipe_query_result *result) occlusion_counter_accumulate_result() argument 94 occlusion_predicate_accumulate_result(struct fd_context *ctx, const void *start, const void *end, union pipe_query_result *result) occlusion_predicate_accumulate_result() argument 219 time_elapsed_accumulate_result(struct fd_context *ctx, const void *start, const void *end, union pipe_query_result *result) time_elapsed_accumulate_result() argument 228 timestamp_accumulate_result(struct fd_context *ctx, const void *start, const void *end, union pipe_query_result *result) timestamp_accumulate_result() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | local_single_block_elim_pass.cpp | 32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs() 63 for (auto bi = func->begin(); bi != func->end(); ++bi) { in LocalSingleBlockLoadStoreElim() 67 for (auto ii = next; ii != bi->end(); ii = next) { in LocalSingleBlockLoadStoreElim() 84 if (prev_store != var2store_.end() && in LocalSingleBlockLoadStoreElim() 94 if (li != var2load_.end()) { in LocalSingleBlockLoadStoreElim() 127 if (si != var2store_.end()) { in LocalSingleBlockLoadStoreElim() 131 if (li != var2load_.end()) { in LocalSingleBlockLoadStoreElim() 139 if (si != var2store_.end()) instructions_to_save.insert(si->second); in LocalSingleBlockLoadStoreElim() 188 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | local_single_block_elim_pass.cpp | 32 if (supported_ref_ptrs_.find(ptrId) != supported_ref_ptrs_.end()) return true; in HasOnlySupportedRefs() 63 for (auto bi = func->begin(); bi != func->end(); ++bi) { in LocalSingleBlockLoadStoreElim() 67 for (auto ii = next; ii != bi->end(); ii = next) { in LocalSingleBlockLoadStoreElim() 84 if (prev_store != var2store_.end() && in LocalSingleBlockLoadStoreElim() 94 if (li != var2load_.end()) { in LocalSingleBlockLoadStoreElim() 127 if (si != var2store_.end()) { in LocalSingleBlockLoadStoreElim() 131 if (li != var2load_.end()) { in LocalSingleBlockLoadStoreElim() 139 if (si != var2store_.end()) instructions_to_save.insert(si->second); in LocalSingleBlockLoadStoreElim() 188 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported()
|
/third_party/gn/src/gn/ |
H A D | command_format.cc | 157 // End the current line, flushing end of line comments. 195 // will be set so it can be closed at the end of the expression. 212 // |end| holds any trailing comments to be printed just before the closing 217 const ParseNode* end, 230 const ParseNode* end); 233 std::vector<Token> comments_; // Pending end-of-line comments. 503 size_t end = group.back() + 1; in SortImports() local 515 std::sort(statements.begin() + begin, statements.begin() + end, in SortImports() 519 for (size_t i = begin; i < end; ++i) { in SortImports() 522 prev ? prev->GetRange().end() in SortImports() 604 int end = range.end().line_number(); FindLowestSuffixComment() local 957 Sequence(SequenceStyle style, const std::vector<std::unique_ptr<PARSENODE>>& list, const ParseNode* end, bool force_multiline) Sequence() argument 1048 const ParseNode* end = func_call->args()->End(); FunctionCall() local 1212 ListWillBeMultiline( const std::vector<std::unique_ptr<PARSENODE>>& list, const ParseNode* end) ListWillBeMultiline() argument [all...] |
/third_party/json/tests/src/ |
H A D | unit-element_access2.cpp | 744 CHECK(j.find("integer") != j.end()); 746 CHECK(j.find("integer") == j.end()); 749 CHECK(j.find("unsigned") != j.end()); 751 CHECK(j.find("unsigned") == j.end()); 754 CHECK(j.find("boolean") != j.end()); 756 CHECK(j.find("boolean") == j.end()); 759 CHECK(j.find("null") != j.end()); 761 CHECK(j.find("null") == j.end()); 764 CHECK(j.find("string") != j.end()); 766 CHECK(j.find("string") == j.end()); [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | tokenizer.cc | 114 // Note: No class is allowed to contain '\0', since this is used to mark end- 269 // end of stream (or read error) in Refresh() 366 AddError("Unexpected end of string."); in ConsumeString() 528 // we want to interpret that as the end of the comment. in ConsumeBlockComment() 845 // It looks like we're at the end of a scope. In this case it in NextWithComments() 904 char* end; in ParseFloat() local 905 double result = NoLocaleStrtod(start, &end); in ParseFloat() 910 if (*end == 'e' || *end == 'E') { in ParseFloat() 911 ++end; in ParseFloat() 1093 const char* end = FetchUnicodePoint(ptr, &unicode); ParseStringAppend() local [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | time_util_test.cc | 50 Timestamp begin, end; in TEST() local 54 EXPECT_TRUE(TimeUtil::FromString("9999-12-31T23:59:59.999999999Z", &end)); in TEST() 55 EXPECT_EQ(TimeUtil::kTimestampMaxSeconds, end.seconds()); in TEST() 56 EXPECT_EQ(999999999, end.nanos()); in TEST() 58 EXPECT_EQ("9999-12-31T23:59:59.999999999Z", TimeUtil::ToString(end)); in TEST() 92 Timestamp begin, end; in TEST() local 94 EXPECT_TRUE(TimeUtil::FromString("9999-12-31T23:59:59.999999999Z", &end)); in TEST() 96 EXPECT_EQ("315537897599.999999999s", TimeUtil::ToString(end - begin)); in TEST() 97 EXPECT_EQ(999999999, (end - begin).nanos()); in TEST() 98 EXPECT_EQ("-315537897599.999999999s", TimeUtil::ToString(begin - end)); in TEST() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | charconv_bigint.cc | 50 // 5**27 (i=1), start=0, end=2 52 // 5**54 (i=2), start=2, end=6 54 // 5**81 (i=3), start=6, end=12 56 // 5**108 (i=4), start=12, end=20 59 // 5**135 (i=5), start=20, end=30 62 // 5**162 (i=6), start=30, end=42 65 // 5**189 (i=7), start=42, end=56 69 // 5**216 (i=8), start=56, end=72 73 // 5**243 (i=9), start=72, end=90 77 // 5**270 (i=10), start=90, end 193 ReadDigits(const char* begin, const char* end, int significant_digits) ReadDigits() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_wsc.c | 61 const char *pos, *end; in eap_wsc_new_ap_settings() local 70 end = os_strchr(pos, ' '); in eap_wsc_new_ap_settings() 71 if (end == NULL) in eap_wsc_new_ap_settings() 74 len = end - pos; in eap_wsc_new_ap_settings() 122 end = os_strchr(pos, ' '); in eap_wsc_new_ap_settings() 123 if (end == NULL) in eap_wsc_new_ap_settings() 126 len = end - pos; in eap_wsc_new_ap_settings() 145 const char *pos, *end; in eap_wsc_init() local 231 end = os_strchr(pos, ' '); in eap_wsc_init() 232 if (end) in eap_wsc_init() 433 const u8 *start, *pos, *end; eap_wsc_process() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.c | 547 int wps_attr_text(struct wpabuf *data, char *buf, char *end) in wps_attr_text() argument 558 ret = os_snprintf(pos, end - pos, in wps_attr_text() 561 ret = os_snprintf(pos, end - pos, in wps_attr_text() 565 if (os_snprintf_error(end - pos, ret)) in wps_attr_text() 571 ret = os_snprintf(pos, end - pos, in wps_attr_text() 573 if (os_snprintf_error(end - pos, ret)) in wps_attr_text() 579 ret = os_snprintf(pos, end - pos, in wps_attr_text() 581 if (os_snprintf_error(end - pos, ret)) in wps_attr_text() 587 ret = os_snprintf(pos, end - pos, in wps_attr_text() 590 if (os_snprintf_error(end in wps_attr_text() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluVarTypeUtil.hpp | 100 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end); 103 VarType getVarType (const VarType& type, Iterator begin, Iterator end); 105 inline bool isValidTypePath (const VarType& type, const TypeComponentVector& path) { return isValidTypePath(type, path.begin(), path.end()); } in isValidTypePath() 106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarType(type, path.begin(), path.end()); } in getVarType() 170 static SubTypeIterator<IsExpanded> end (const VarType* type) { DE_UNREF(type); return SubTypeIterator(DE_NULL); } in end() function in glu::SubTypeIterator 179 VarType getType (void) const { return getVarType(*m_type, m_path.begin(), m_path.end()); } in getType() 228 m_type = DE_NULL; // Unset type to signal end. in operator ++() 249 VarType parentType = getVarType(*m_type, m_path.begin(), m_path.end()-1); in removeTraversed() 319 bool isValidTypePath (const VarType& type, Iterator begin, Iterator end) in isValidTypePath() argument 325 while (pathIter != end) in isValidTypePath() 380 getVarType(const VarType& type, Iterator begin, Iterator end) getVarType() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_wsc.c | 63 const char *pos, *end; in eap_wsc_new_ap_settings() local 72 end = os_strchr(pos, ' '); in eap_wsc_new_ap_settings() 73 if (end == NULL) in eap_wsc_new_ap_settings() 76 len = end - pos; in eap_wsc_new_ap_settings() 124 end = os_strchr(pos, ' '); in eap_wsc_new_ap_settings() 125 if (end == NULL) in eap_wsc_new_ap_settings() 128 len = end - pos; in eap_wsc_new_ap_settings() 147 const char *pos, *end; in eap_wsc_init() local 233 end = os_strchr(pos, ' '); in eap_wsc_init() 234 if (end) in eap_wsc_init() 439 const u8 *start, *pos, *end; eap_wsc_process() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.c | 553 int wps_attr_text(struct wpabuf *data, char *buf, char *end) in wps_attr_text() argument 564 ret = os_snprintf(pos, end - pos, in wps_attr_text() 567 ret = os_snprintf(pos, end - pos, in wps_attr_text() 571 if (os_snprintf_error(end - pos, ret)) in wps_attr_text() 577 ret = os_snprintf(pos, end - pos, in wps_attr_text() 579 if (os_snprintf_error(end - pos, ret)) in wps_attr_text() 585 ret = os_snprintf(pos, end - pos, in wps_attr_text() 587 if (os_snprintf_error(end - pos, ret)) in wps_attr_text() 593 ret = os_snprintf(pos, end - pos, in wps_attr_text() 596 if (os_snprintf_error(end in wps_attr_text() [all...] |
/third_party/curl/tests/server/ |
H A D | getpart.c | 185 * This appends data from a given source buffer to the end of the used part of 319 char *end; in getpart() local 372 end = ptr; in getpart() 373 EAT_WORD(end); in getpart() 374 len.sig = end - ptr; in getpart() 383 /* end of current sub section */ in getpart() 387 /* end of wanted part */ in getpart() 402 /* end of current main section */ in getpart() 406 /* end of wanted part */ in getpart() 421 /* end o in getpart() [all...] |
/third_party/ffmpeg/tests/api/ |
H A D | api-seek-test.c | 185 static int seek_test(const char *input_filename, const char *start, const char *end) in seek_test() argument 212 goto end; in seek_test() 216 end_ts = read_seek_range(end); in seek_test() 219 goto end; in seek_test() 227 goto end; in seek_test() 236 goto end; in seek_test() 243 goto end; in seek_test() 249 goto end; in seek_test() 255 goto end; in seek_test() 262 goto end; in seek_test() [all...] |
/third_party/node/src/large_pages/ |
H A D | node_large_page.cc | 32 // * Possibly modify the end to account for the `lpstub` section which 37 // * Align the address of the end to its nearest lower large page boundary. 154 uintptr_t end = 0; member 166 uintptr_t end = start + phdr->p_memsz; in FindMapping() local 169 dl_params->reference_sym <= end) { in FindMapping() 171 dl_params->end = end; in FindMapping() 201 Debug("start: %p - sym: %p - end: %p\n", in FindNodeTextRegion() 204 reinterpret_cast<void*>(dl_params.end)); in FindNodeTextRegion() 207 if (lpstub_start > dl_params.start && lpstub_start <= dl_params.end) { in FindNodeTextRegion() 245 char* end = reinterpret_cast<char*>(hugepage_align_down(addr+size)); FindNodeTextRegion() local [all...] |
/third_party/skia/src/core/ |
H A D | SkDeque.cpp | 15 char* fEnd; // end of used section in this chunk 16 char* fStop; // end of the allocated chunk 118 char* end; in push_back() local 123 end = last->fBegin + fElemSize; in push_back() 125 end = last->fEnd + fElemSize; in push_back() 126 if (end > last->fStop) { // no more room in this chunk in push_back() 136 last->fEnd = end; in push_back() 137 end -= fElemSize; in push_back() 141 fFront = fBack = end; in push_back() 144 fBack = end; in push_back() 200 char* end = last->fEnd - fElemSize; pop_back() local [all...] |
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | string_utils.cpp | 53 auto end = input.find_first_of(delimiters, start); in SplitString() local 56 if (end == std::string::npos) in SplitString() 63 piece = input.substr(start, end - start); in SplitString() 64 start = end + 1; in SplitString() 109 std::string::size_type end = input.find_last_not_of(trimChars); in TrimString() local 110 if (end == std::string::npos) in TrimString() 115 return input.substr(begin, end - begin + 1); in TrimString() 166 inFile.seekg(0, std::ios::end); in ReadFileToString() 215 // Compare token with all sub-strings terminated by delimiter or end of string in ContainsToken() 219 std::string::size_type end in ContainsToken() local [all...] |