Home
last modified time | relevance | path

Searched refs:i_end (Results 1 – 13 of 13) sorted by relevance

/external/autotest/client/site_tests/platform_PrinterPpds/
Darchiver.py69 i_end = i_begin + 1
70 while i_end < len(names) and char == names[i_end][prefix_length]:
71 i_end += 1
72 results.update(self._split_names_by_prefixes(names[i_begin:i_end],
74 i_begin = i_end
/external/libhevc/encoder/
Dihevce_recur_bracketing.c350 WORD32 i, j = 0, i_end; in ihevce_pu_calc_4x4_blk() local
398 i_end = 2; in ihevce_pu_calc_4x4_blk()
402 i_end = 1; in ihevce_pu_calc_4x4_blk()
403 for(; i < i_end; i++) in ihevce_pu_calc_4x4_blk()
441 i_end = i; in ihevce_pu_calc_4x4_blk()
444 for(; i < i_end; i++) in ihevce_pu_calc_4x4_blk()
470 for(i = 0; i < (i_end - 1); i++) in ihevce_pu_calc_4x4_blk()
472 for(j = i + 1; j < i_end; j++) in ihevce_pu_calc_4x4_blk()
3068 WORD32 i = 0, j, k, i_end, z; in ihevce_mode_eval_filtering() local
3221 i_end = i; in ihevce_mode_eval_filtering()
[all …]
Dihevce_decomp_pre_intra_pass.c350 WORD32 i, i_end; in ihevce_ed_calc_4x4_blk() local
398 i_end = 2; in ihevce_ed_calc_4x4_blk()
402 i_end = 1; in ihevce_ed_calc_4x4_blk()
403 for(; i < i_end; i++) in ihevce_ed_calc_4x4_blk()
426 i_end = 2; in ihevce_ed_calc_4x4_blk()
430 i_end = 1; in ihevce_ed_calc_4x4_blk()
431 for(; i < i_end; i++) in ihevce_ed_calc_4x4_blk()
/external/jdiff/src/jdiff/
DDiffMyers.java757 int i_end = buffered_lines; in shift_boundaries() local
768 while (i < i_end && !changed[1+i]) in shift_boundaries()
777 if (i == i_end) in shift_boundaries()
787 while (i < i_end && changed[1+i]) i++; in shift_boundaries()
799 if (end != i_end in shift_boundaries()
802 && end != i_end in shift_boundaries()
/external/google-fruit/include/fruit/impl/component_storage/
Dpartial_component_storage.defn.h235 for (auto i = instances.rbegin(), i_end = instances.rend(); i != i_end; ++i) { in addBindings() local
260 for (auto i = instances.rbegin(), i_end = instances.rend(); i != i_end; ++i) { in addBindings() local
/external/google-breakpad/src/client/windows/crash_generation/
Dminidump_generator.cc157 std::list<AVRF_HANDLE_OPERATION>::iterator i_end = operations_.end(); in CollectHandleData() local
158 while (i != i_end) { in CollectHandleData()
/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h306 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local
308 for (i = i_start; i < i_end; ++i) { in FN()
/external/clang/include/clang/Sema/
DDeclSpec.h2035 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in getInnermostNonParenChunk() local
2046 for (unsigned i = DeclTypeInfo.size(), i_end = 0; i != i_end; --i) { in getOutermostNonParenChunk() local
2067 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isFunctionDeclarator() local
/external/libxaac/decoder/
Dixheaacd_env_dec.c482 WORD32 i_end; in ixheaacd_sbr_env_dequant_coup_fix() local
514 i_end = ptr_header_data->pstr_freq_band_data->num_nf_bands * in ixheaacd_sbr_env_dequant_coup_fix()
519 for (i = i_end - 1; i >= 0; i--) { in ixheaacd_sbr_env_dequant_coup_fix()
/external/clang/lib/Sema/
DDeclSpec.cpp262 for (unsigned i = 0, i_end = DeclTypeInfo.size(); i < i_end; ++i) { in isDeclarationOfFunction() local
DSemaTemplateInstantiateDecl.cpp3249 for (unsigned i = 0, i_end = OldProtoLoc.getNumParams(); i != i_end; in SubstFunctionType() local
/external/guava/guava/lib/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...