/third_party/ffmpeg/libavfilter/x86/ |
H A D | yadif-16.asm | 118 ; code should make it possible to eliminate the move instruction at the end. It 207 jge .end%1 236 .end%1:
|
/third_party/ffmpeg/libavformat/ |
H A D | av1.c | 35 const uint8_t *start = buf, *end = buf + size; in av1_filter_obus() local 45 while (buf < end) { in av1_filter_obus() 48 int len = parse_obu_header(buf, end - buf, &obu_size, &start_pos, in av1_filter_obus()
|
H A D | aadec.c | 243 // are we at the end of the audio content? in aa_read_packet() 300 while (chapter_idx < s->nb_chapters && timestamp >= s->chapters[chapter_idx]->end) { in aa_read_seek() 307 timestamp = s->chapters[chapter_idx]->end; in aa_read_seek() 313 chapter_size = ch->end / TIMEPREC - ch->start / TIMEPREC; in aa_read_seek()
|
/third_party/ffmpeg/libavutil/ |
H A D | sha512.c | 260 const uint8_t *end; in av_sha512_update() local 265 end = data + (len & ~127); in av_sha512_update() 267 for (; data < end; data += 128) in av_sha512_update()
|
/third_party/benchmark/test/ |
H A D | output_test_helper.cc | 172 } // end namespace internal 300 } // end namespace internal 311 auto end = name.find('/', pos + 9); in NumThreads() 313 ss << name.substr(pos + 9, end); in NumThreads() 363 L.insert(L.end(), il); in AddCases()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_ext_unittest.cc | 54 for (c_iter = map.begin(); c_iter != map.end(); c_iter++) { in flagsForTest() 64 for (c_iter = map.begin(); c_iter != map.end(); c_iter++) { in reqForTest() 77 for (iter = mapping.begin(); iter != mapping.end(); iter++) { in refreshFilter()
|
/third_party/gn/src/gn/ |
H A D | loader.cc | 195 if (found_toolchain == toolchain_records_.end()) in GetToolchainSettings() 258 // Targets, etc. generated as part of running this file will end up here. in BackgroundLoadFile() 375 if (found_toolchain == toolchain_records_.end()) { in DidLoadBuildConfig() 383 CHECK(empty_label != toolchain_records_.end()); in DidLoadBuildConfig()
|
H A D | loader_unittest.cc | 27 return build_dependency_files.end() != in ItemContainsBuildDependencyFile() 115 if (found == canned_responses_.end()) in GetSyncCallback() 159 if (found == canned_responses_.end())
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | formatted_string_builder_test.cpp | 86 int end = uprv_min(10, str.length()); in testInsertAppendUnicodeString() local 87 sb4.insert(3, str, start, end - start); // UnicodeString uses length instead of end index in testInsertAppendUnicodeString() 88 sb5.insert(3, str, start, end, kUndefinedField, status); in testInsertAppendUnicodeString() 236 assertEquals("Currency end position", str.length() * 2, fp.getEndIndex()); in testFields()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | DecimalFormatICU.java | 110 int end = aci.getRunLimit(); in formatToCharacterIterator() 123 int resend = residx + (end - index); in formatToCharacterIterator() 126 index = end; in formatToCharacterIterator()
|
H A D | SimpleDateFormatICU.java | 107 int end = aci.getRunLimit(); in formatToCharacterIterator() 120 int resend = residx + (end - index); in formatToCharacterIterator() 123 index = end; in formatToCharacterIterator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 847 // In a change span, map to its end. in srcIndexFromDest() 874 // In a change span, map to its end. in destIndexFromSrc() 962 String msg = name + " end"; in checkEditsIter() 1781 int end = str.indexOf("; ", start); in getUnicodeStrings() 1782 String casestr = str.substring(start, end); in getUnicodeStrings() 1795 start = end + 2; in getUnicodeStrings()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterCaseTest.java | 930 // In a change span, map to its end. in srcIndexFromDest() 957 // In a change span, map to its end. in destIndexFromSrc() 1045 String msg = name + " end"; in checkEditsIter() 1864 int end = str.indexOf("; ", start); in getUnicodeStrings() 1865 String casestr = str.substring(start, end); in getUnicodeStrings() 1878 start = end + 2; in getUnicodeStrings()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationdatareader.cpp | 152 // If we have reorder codes, then build the reorderTable at the end, in read() 313 UChar32 start, end; in read() local 314 uset_getSerializedRange(&sset, i, &start, &end); in read() 315 tailoring.unsafeBackwardSet->add(start, end); in read()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 9 \end{Name} 118 \end{Description} 134 \end{document}
|
/third_party/libbpf/src/ |
H A D | ringbuf.c | 134 * end of a ring buffer. See kernel implementation for details. in ring_buffer__add() 448 * simple reading and writing of samples that wrap around the end of in user_ringbuf_map() 582 static __u64 ns_elapsed_timespec(const struct timespec *start, const struct timespec *end) in ns_elapsed_timespec() argument 587 end_ns = (__u64)end->tv_sec * ns_per_s + end->tv_nsec; in ns_elapsed_timespec()
|
/third_party/libabigail/tools/ |
H A D | kmidiff.cc | 93 }; // end struct options. 302 i != opts.suppression_paths.end(); in maybe_check_suppression_files() 309 i != opts.kabi_whitelist_paths.end(); in maybe_check_suppression_files() 371 p != modules.end(); in print_kernel_dist_binary_paths_under()
|
/third_party/mbedtls/library/ |
H A D | memory_buffer_alloc.c | 657 unsigned char *p, *q, *r, *end; in mbedtls_memory_buffer_alloc_self_test() local 680 /* Memorize end to compare with the next test */ in mbedtls_memory_buffer_alloc_self_test() 681 end = heap.buf + heap.len; in mbedtls_memory_buffer_alloc_self_test() 695 TEST_ASSERT(heap.buf + heap.len == end); in mbedtls_memory_buffer_alloc_self_test()
|
H A D | psa_crypto_rsa.c | 158 uint8_t *end = data + data_size; in mbedtls_psa_rsa_export_key() local 164 ret = mbedtls_rsa_write_key(rsa, data, &end); in mbedtls_psa_rsa_export_key() 166 ret = mbedtls_rsa_write_pubkey(rsa, data, &end); in mbedtls_psa_rsa_export_key() 175 /* The mbedtls_pk_xxx functions write to the end of the buffer. in mbedtls_psa_rsa_export_key()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 178 unsigned end = MIN2(a_end, b_end); in can_skip_interference() local 182 .size = end - start, in can_skip_interference() 187 .size = end - start, in can_skip_interference()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | pgmdump2.c | 127 #define U(s, start, end) \ 128 dump_unknown(state, s->unk_##start##_##end, 0x##start, \ 129 (4 + 0x##end - 0x##start) / 4) 167 * end of shader binary to (roughly) establish the start of the string in dump_unknown() 528 /* note: allow hex dumps to go a bit past the end of the buffer.. in main() 562 /* note: allow hex dumps to go a bit past the end of the buffer.. in main()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_ssa_elimination.cpp | 114 /* insert parallelcopies for the linear phis at the end of blocks just before the branch */ in insert_parallelcopies() 121 std::vector<aco_ptr<Instruction>>::iterator it = block.instructions.end(); in insert_parallelcopies() 324 std::any_of(block.linear_succs.begin(), block.linear_succs.end(), in eliminate_useless_exec_writes_in_block() 360 auto new_end = std::remove(block.instructions.begin(), block.instructions.end(), nullptr); in eliminate_useless_exec_writes_in_block() 390 } /* end namespace */
|
/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 255 unsigned char **p = (unsigned char **)in, *end = (*p) + len; in callback_dumb_increment() local 259 (unsigned char *)"29", 2, p, end)) in callback_dumb_increment() 264 33, p, end)) in callback_dumb_increment()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.cpp | 60 return std::find_if(extensions.begin(), extensions.end(), in get_highest_supported_version() 63 }) != extensions.end(); in get_highest_supported_version() 398 return { v.begin(), v.end() }; in max_block_size()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_fs_out_to_vector.cpp | 289 if (entry.first != m_block_io.end()) { in vec_instr_set_remove() 330 std::sort(ir_sorted_set.begin(), ir_sorted_set.end(), in vec_instr_stack_pop() 365 for (auto k = ir_sorted_set.begin() + 1; k != ir_sorted_set.end(); ++k) { in vec_instr_stack_pop()
|