/third_party/ffmpeg/libavfilter/ |
H A D | af_afftdn.c | 211 { "end", "stop", 0, AV_OPT_TYPE_CONST, {.i64 = SAMPLE_STOP}, 0, 0, AFR, "sample" }, 977 const int end = (in->ch_layout.nb_channels * (jobnr+1)) / nb_jobs; in filter_channel() local 981 for (int ch = start; ch < end; ch++) { in filter_channel()
|
H A D | af_biquads.c | 1215 const int end = (buf->ch_layout.nb_channels * (jobnr+1)) / nb_jobs; in filter_channel() local 1218 for (ch = start; ch < end; ch++) { in filter_channel()
|
H A D | vf_stereo3d.c | 615 int end = (height * (jobnr+1)) / nb_jobs; in filter_slice() local 624 s->out.width, end - start, in filter_slice()
|
H A D | vf_overlay.c | 941 goto end; in config_input_main() 986 end: in config_input_main()
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 674 klv.insert(klv.end(), packet.data.begin(), packet.data.end()); in handle_klv()
|
/third_party/curl/lib/vtls/ |
H A D | vtls.c | 1037 * otherwise it'll go to the end of the original string in Curl_pin_peer_pubkey() 1396 char *end = backends + sizeof(backends); in multissl_version() local 1408 p += msnprintf(p, end - p, "%s%s%s%s", (p != backends ? " " : ""), in multissl_version()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | ShaderLang.cpp | 1306 } // end anonymous namespace for local functions 1969 for (auto it = stages[stage].begin(); it != stages[stage].end(); ++it) { in linkStage() 2015 for (it = stages[stage].begin(); it != stages[stage].end(); ++it) in linkStage() 2074 // Otherwise we end up pointing to the same object between different stages in crossStageCheck() 2179 } // end namespace glslang
|
H A D | Scan.cpp | 98 // we reached the end of the comment in consumeComment() 129 break; // end of comment in consumeComment() 130 // not end of comment in consumeComment() 131 } else // end of input in consumeComment() 289 } // end namespace glslang 823 // Returning 0 implies end of input. 927 if (ReservedSet->find(tokenText) != ReservedSet->end()) in tokenizeIdentifier() 931 if (it == KeywordMap->end()) { in tokenizeIdentifier() 2005 } // end namespace glslang
|
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 1143 auto end = std::chrono::high_resolution_clock::now(); in build_image_pipeline() 1144 float us = std::chrono::duration_cast<std::chrono::microseconds>(end - begin).count(); in build_image_pipeline()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 627 a = SetArrayArgument<2>(letters.begin(), letters.end()); in TEST() 676 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 220 iterator end() const { return iterator(); } in end() function in foo::PathLike 808 // Array a contains '\0' in the middle and doesn't end with '\0'. in TEST() 822 // Array a contains '\0' in the middle and doesn't end with '\0'. in TEST() 836 // Array a contains '\0' in the middle and doesn't end with '\0'. in TEST() 850 // Array a contains '\0' in the middle and doesn't end with '\0'. in TEST() 864 // Array a contains '\0' in the middle and doesn't end with '\0'. in TEST() 1096 std::sort(numbers.begin(), numbers.end()); in TEST()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | VTimeZone.java | 356 public boolean hasEquivalentTransitions(TimeZone other, long start, long end) { in hasEquivalentTransitions() argument 360 return tz.hasEquivalentTransitions(other, start, end); in hasEquivalentTransitions() 476 * of the header field just after the end of VTIMEZONE block. 492 // end of file in load() 825 // Update the end year in parse() 1010 // Calculate start/end year and missing fields in createRuleByRRULE()
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 80 // a different solution for bounds: go from end and see if the guys on the top in getBounds() 536 // end of lower and in the middle of trial, so we will have in detectContractions() 571 // you can end up with concatenation that is unknown for the examined API. in detectContractions() 1001 if(n == expIndexSize-1) { // added to the end of the string in gooseUp() 1198 // the difference between expansion line and the end of expansion sequence is less or in detectExpansions() 1980 SortedLines::calculateCumulativeStrengths(Line *start, Line *end) { in calculateCumulativeStrengths() argument 1981 // start is a reset - end may be NULL in calculateCumulativeStrengths() 1984 while(start && start != end) { in calculateCumulativeStrengths()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | VTimeZone.java | 330 public boolean hasEquivalentTransitions(TimeZone other, long start, long end) { in hasEquivalentTransitions() argument 334 return tz.hasEquivalentTransitions(other, start, end); in hasEquivalentTransitions() 447 * of the header field just after the end of VTIMEZONE block. 463 // end of file in load() 796 // Update the end year in parse() 981 // Calculate start/end year and missing fields in createRuleByRRULE()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | plurrule.cpp | 205 /* end plural rules cache */ 442 double end = rangeHi.toDouble(); in getSamplesFromString() local 444 while (dblValue <= end) { in getSamplesFromString() 736 // The new rule chain goes at the end of the linked list of rule chains, in parse() 1440 // We could be looking at either ".." in a range, or "..." at the end of a sample. in getNextToken()
|
/third_party/json/tests/src/ |
H A D | unit-conversions.cpp | 257 CHECK(std::equal(v.begin(), v.end(), std::begin(nbs))); 344 CHECK(std::equal(std::begin(nbs), std::end(nbs), std::begin(nbs2)));
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 40 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::end', 'Method', 'api/basic_json/end/index.html');
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_64bit.cpp | 509 if (split_vars == m_varmap.end()) { in get_var_pair() 1235 for (auto i = stores.begin(); i != stores.end() - 1; ++i) in combine_one_slot() 1446 } // end namespace r600
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | spirv_builder.c | 495 spirv_builder_emit_interlock(struct spirv_builder *b, bool end) in spirv_builder_emit_interlock() argument 498 spirv_buffer_emit_word(&b->instructions, (end ? SpvOpEndInvocationInterlockEXT : SpvOpBeginInvocationInterlockEXT) | (1 << 16)); in spirv_builder_emit_interlock()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 135 add r2,r2,r1 @ end pointer 253 ldr r0,[sp,#16] @ reload end pointer 496 @ 128-bit instructions, which benefits low-end processors], but
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 135 add r2,r2,r1 @ end pointer 253 ldr r0,[sp,#16] @ reload end pointer 496 @ 128-bit instructions, which benefits low-end processors], but
|
/third_party/node/src/ |
H A D | node_snapshotable.cc | 361 sink.insert(sink.end(), data.c_str(), data.c_str() + length); in WriteString() 389 sink.insert(sink.end(), pos, pos + size); in Write()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http2_upstream.cc | 118 std::end(http2_settings)); in upgrade_upstream() 1333 // Server may indicate the end of the request by EOF in downstream_eof() 1833 p = std::copy(std::begin(via->value), std::end(via->value), p); in on_downstream_header_complete()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_vec4.cpp | 606 * While GLSL IR also performs this optimization, we end up with it in 612 * 0, accumulate in vertex blending factors) end up breaking down to 627 /* Full mixed-type saturates don't happen. However, we can end up in opt_algebraic() 1123 unsigned end = scan_inst->base_mrf + scan_inst->mlen; in opt_register_coalesce() local 1125 if (inst->dst.nr >= start && inst->dst.nr < end) { in opt_register_coalesce() 1594 * the URB handles that are passed on to the URB write at the end in setup_payload()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | plurrule.cpp | 209 /* end plural rules cache */ 446 double end = rangeHi.toDouble(); in getSamplesFromString() local 448 while (dblValue <= end) { in getSamplesFromString() 740 // The new rule chain goes at the end of the linked list of rule chains, in parse() 1444 // We could be looking at either ".." in a range, or "..." at the end of a sample. in getNextToken()
|