Home
last modified time | relevance | path

Searched refs:start_i (Results 101 – 125 of 391) sorted by relevance

12345678910>>...16

/dports/games/minetest/minetest-5.4.1/src/script/lua_api/
H A Dl_areastore.cpp30 static inline void get_data_and_border_flags(lua_State *L, u8 start_i, in get_data_and_border_flags() argument
33 if (!lua_isboolean(L, start_i)) in get_data_and_border_flags()
35 *borders = lua_toboolean(L, start_i); in get_data_and_border_flags()
36 if (!lua_isboolean(L, start_i + 1)) in get_data_and_border_flags()
38 *data = lua_toboolean(L, start_i + 1); in get_data_and_border_flags()
/dports/science/lammps/lammps-stable_29Sep2021/src/REAXFF/
H A Dreaxff_forces.cpp131 int start_i, end_i; in Init_Forces_noQEq() local
161 start_i = Start_Index(i, far_nbrs); in Init_Forces_noQEq()
184 for (pj = start_i; pj < end_i; ++pj) { in Init_Forces_noQEq()
256 int start_i, end_i; in Estimate_Storages() local
284 start_i = Start_Index(i, far_nbrs); in Estimate_Storages()
299 for (pj = start_i; pj < end_i; ++pj) { in Estimate_Storages()
H A Dreaxff_bonds.cpp38 int start_i, end_i; in Bonds() local
58 start_i = Start_Index(i, bonds); in Bonds()
61 for (pj = start_i; pj < end_i; ++pj) { in Bonds()
/dports/www/p5-CGI/CGI-4.53/t/
H A Dstart_end_end.t61 is(start_i(), "<i>", "start_i"); # TEST
62 is(start_i({class => 'hello'}), "<i class=\"hello\">", "start_i with param"); # TEST
H A Dstart_end_start.t61 is(start_i(), "<i>", "start_i"); # TEST
62 is(start_i({class => 'hello'}), "<i class=\"hello\">", "start_i with param"); # TEST
H A Dstart_end_asterisk.t61 is(start_i(), "<i>", "start_i"); # TEST
62 is(start_i({class => 'hello'}), "<i class=\"hello\">", "start_i with param"); # TEST
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/dib/
H A Dcstretchengine.cpp173 int start_i = floor(std::min(src_start, src_end)); in Calc() local
175 start_i = std::max(start_i, src_min); in Calc()
177 if (start_i > end_i) { in Calc()
178 start_i = std::min(start_i, src_max - 1); in Calc()
179 pixel_weights.m_SrcStart = start_i; in Calc()
180 pixel_weights.m_SrcEnd = start_i; in Calc()
183 pixel_weights.m_SrcStart = start_i; in Calc()
185 for (int j = start_i; j <= end_i; ++j) { in Calc()
197 size_t idx = j - start_i; in Calc()
/dports/astro/py-spktype01/spktype01-964cc70/package/spktype01/
H A Dspktype01.py455 self.frame, self.data_type, self.start_i, self.end_i) = descriptor
512 epoch_table = self.daf.map_array(self.start_i + (entry_count * 71),
513 self.start_i + (entry_count * 71) + entry_count - 1)
530 mda_record = self.daf.map_array(self.start_i + ((record_index - 1) * 71),
531 self.start_i + (record_index * 71) - 1)
/dports/astro/py-spktype01/spktype01-964cc70/package/spktype01/build/lib/
H A Dspktype01.py455 self.frame, self.data_type, self.start_i, self.end_i) = descriptor
512 epoch_table = self.daf.map_array(self.start_i + (entry_count * 71),
513 self.start_i + (entry_count * 71) + entry_count - 1)
530 mda_record = self.daf.map_array(self.start_i + ((record_index - 1) * 71),
531 self.start_i + (record_index * 71) - 1)
/dports/astro/py-spktype01/spktype01-964cc70/source/
H A Dspktype01.py455 self.frame, self.data_type, self.start_i, self.end_i) = descriptor
512 epoch_table = self.daf.map_array(self.start_i + (entry_count * 71),
513 self.start_i + (entry_count * 71) + entry_count - 1)
530 mda_record = self.daf.map_array(self.start_i + ((record_index - 1) * 71),
531 self.start_i + (record_index * 71) - 1)
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dreaxff_nonbonded_omp.cpp59 int start_i, end_i, orig_i, orig_j, flag; in vdW_Coulomb_Energy_OMP() local
89 start_i = Start_Index(i, far_nbrs); in vdW_Coulomb_Energy_OMP()
93 for (pj = start_i; pj < end_i; ++pj) { in vdW_Coulomb_Energy_OMP()
245 int start_i, end_i, orig_i, orig_j, flag; in Tabulated_vdW_Coulomb_Energy_OMP() local
267 start_i = Start_Index(i,far_nbrs); in Tabulated_vdW_Coulomb_Energy_OMP()
271 for (pj = start_i; pj < end_i; ++pj) { in Tabulated_vdW_Coulomb_Energy_OMP()
H A Dreaxff_forces_omp.cpp225 int start_i, end_i; in Init_Forces_noQEq_OMP() local
253 private(atom_i, type_i, start_i, end_i, sbp_i, btop_i, ihb, ihb_top, \ in Init_Forces_noQEq_OMP()
271 start_i = Start_Index(i, far_nbrs); in Init_Forces_noQEq_OMP()
274 for (pj = start_i; pj < end_i; ++pj) { in Init_Forces_noQEq_OMP()
389 start_i = Start_Index(i, far_nbrs); in Init_Forces_noQEq_OMP()
392 for (pj = start_i; pj < end_i; ++pj) { in Init_Forces_noQEq_OMP()
H A Dreaxff_bonds_omp.cpp58 int start_i, end_i; in BondsOMP() local
83 start_i = Start_Index(i, bonds); in BondsOMP()
86 for (pj = start_i; pj < end_i; ++pj) { in BondsOMP()
/dports/devel/taskflow/taskflow-3.2.0/benchmarks/wavefront/
H A Dmatrix.hpp64 int start_i = i*B; in framework_computation() local
69 for ( int ii = start_i; ii < end_i; ++ii ) { in framework_computation()
/dports/astro/py-spktype21/spktype21-7ed2236/package/spktype21/build/lib/
H A Dspktype21.py561 self.frame, self.data_type, self.start_i, self.end_i) = descriptor
624 epoch_table = self.daf.map_array(self.start_i + (entry_count * self.DLSIZE),
625 self.start_i + (entry_count * self.DLSIZE) + entry_count - 1)
642 mda_record = self.daf.map_array(self.start_i + ((record_index - 1) * self.DLSIZE),
643 self.start_i + (record_index * self.DLSIZE) - 1)
/dports/astro/py-spktype21/spktype21-7ed2236/package/spktype21/
H A Dspktype21.py561 self.frame, self.data_type, self.start_i, self.end_i) = descriptor
624 epoch_table = self.daf.map_array(self.start_i + (entry_count * self.DLSIZE),
625 self.start_i + (entry_count * self.DLSIZE) + entry_count - 1)
642 mda_record = self.daf.map_array(self.start_i + ((record_index - 1) * self.DLSIZE),
643 self.start_i + (record_index * self.DLSIZE) - 1)
/dports/astro/py-spktype21/spktype21-7ed2236/source/
H A Dspktype21.py561 self.frame, self.data_type, self.start_i, self.end_i) = descriptor
624 epoch_table = self.daf.map_array(self.start_i + (entry_count * self.DLSIZE),
625 self.start_i + (entry_count * self.DLSIZE) + entry_count - 1)
642 mda_record = self.daf.map_array(self.start_i + ((record_index - 1) * self.DLSIZE),
643 self.start_i + (record_index * self.DLSIZE) - 1)
/dports/net-im/uTox/uTox/third-party/stb/tests/
H A Dtextedit_sample.c22 void layout_func(StbTexteditRow *row, STB_TEXTEDIT_STRING *str, int start_i) in layout_func() argument
24 int remaining_chars = str->stringlen - start_i; in layout_func()
H A Dtest_cpp_compilation.cpp82 void layout_func(StbTexteditRow *row, STB_TEXTEDIT_STRING *str, int start_i) in layout_func() argument
84 int remaining_chars = str->stringlen - start_i; in layout_func()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/ndbapi/
H A DTransporterFacade.cpp1074 unsigned start_i= 0; in sendFragmentedSignal() local
1080 tmp_data[i-start_i]= i; in sendFragmentedSignal()
1084 … if (i != start_i) // first piece of a new section has to be a multiple of NDB_SECTION_SEGMENT_SZ in sendFragmentedSignal()
1099 tmp_data[i-start_i+1]= unique_id; in sendFragmentedSignal()
1100 tmp_signal.setLength(i-start_i+2); in sendFragmentedSignal()
1102 tmp_signal.m_noOfSections= i-start_i+1; in sendFragmentedSignal()
1110 &tmp_ptr[start_i]); in sendFragmentedSignal()
1115 start_i= i; in sendFragmentedSignal()
1134 unsigned tmp_sz= i-start_i; in sendFragmentedSignal()
1143 aSignal->m_noOfSections= i-start_i; in sendFragmentedSignal()
[all …]
/dports/devel/stb/stb-f54acd4/tests/
H A Dtextedit_sample.c22 void layout_func(StbTexteditRow *row, STB_TEXTEDIT_STRING *str, int start_i) in layout_func() argument
24 int remaining_chars = str->stringlen - start_i; in layout_func()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/
H A Dtextedit_sample.c22 void layout_func(StbTexteditRow *row, STB_TEXTEDIT_STRING *str, int start_i) in layout_func() argument
24 int remaining_chars = str->stringlen - start_i; in layout_func()
/dports/security/ridl/ridl-11b3240/stb/tests/
H A Dtextedit_sample.c22 void layout_func(StbTexteditRow *row, STB_TEXTEDIT_STRING *str, int start_i) in layout_func() argument
24 int remaining_chars = str->stringlen - start_i; in layout_func()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/x509-parser-0.9.2/src/
H A Drevocation_list.rs165 let start_i = i; in from_der() localVariable
175 let len = start_i.offset(i); in from_der()
184 raw: &start_i[..len], in from_der()
/dports/science/libefp/libefp-1.5.0/src/
H A Dint.c299 size_t start_i = get_shell_start(type_i); in efp_st_int() local
302 size_t count_i = end_i - start_i; in efp_st_int()
366 for (size_t i = start_i, idx = 0; i < end_i; i++) in efp_st_int()
458 size_t start_i = get_shell_start(type_i); in efp_st_int_deriv() local
461 size_t count_i = end_i - start_i; in efp_st_int_deriv()
510 for (size_t i = start_i, idx = 0; i < end_i; i++) in efp_st_int_deriv()
581 for (size_t i = start_i, idx = 0; i < end_i; i++) { in efp_st_int_deriv()
605 size_t idx2 = (loc_i + i - start_i) * size_j + (loc_j + j - start_j); in efp_st_int_deriv()

12345678910>>...16