Home
last modified time | relevance | path

Searched refs:this_index (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/dports/databases/grass7/grass-7.8.6/raster/r.watershed/ram/
H A Ddo_cum.c131 aspect = asp[this_index]; in do_cum()
142 value = wat[this_index]; in do_cum()
206 tanb[this_index] = get_slope_tci(alt[this_index], in do_cum()
319 aspect = asp[this_index]; in do_cum_mfd()
327 value = wat[this_index]; in do_cum_mfd()
339 ele = alt[this_index]; in do_cum_mfd()
498 tanb[this_index] = tci_div; in do_cum_mfd()
516 aspect = asp[this_index]; in do_cum_mfd()
537 ele = alt[this_index]; in do_cum_mfd()
599 if (asp[this_index] < 0) in do_cum_mfd()
[all …]
/dports/audio/festival/speech_tools/sigpr/
H A Ddelta.cc51 int reg_index, this_index; in delta() local
71 this_index = i - reg_index; in delta()
72 if (this_index >= 0) in delta()
73 temp[reg_index] = tr.a(this_index, j); in delta()
91 int reg_index, this_index; in delta() local
111 this_index = i - reg_index; in delta()
112 if (this_index >= 0) in delta()
113 temp.a_no_check(reg_index) = (float)tr.a(this_index, j); in delta()
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Drandom_discrete_morse.cc86 const Int this_index = *n; in lex_free_faces() local
90 free_face_list += this_index; in lex_free_faces()
147 const Int this_index = *it; in lex_collapse() local
149 free_face_list += this_index; in lex_collapse()
228 const Int this_index = *it; in lex_discMorse() local
230 free_face_list += this_index; in lex_discMorse()
271 const Int this_index = *n; in rand_free_faces() local
275 free_face_list += this_index; in rand_free_faces()
330 const Int this_index = *it; in rand_collapse() local
332 free_face_list+=this_index; in rand_collapse()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dstaggered.py94 this_index, coro_fn = next(enum_coro_fns)
101 assert len(running_tasks) == this_index + 2
104 assert len(exceptions) == this_index + 1
111 exceptions[this_index] = e
117 winner_index = this_index
127 if i != this_index:
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimpcolorprofilestore.c455 gint this_index; in _gimp_color_profile_store_history_reorder() local
459 GIMP_COLOR_PROFILE_STORE_INDEX, &this_index, in _gimp_color_profile_store_history_reorder()
462 if (type == GIMP_COLOR_PROFILE_STORE_ITEM_FILE && this_index > -1) in _gimp_color_profile_store_history_reorder()
464 if (this_index < index) in _gimp_color_profile_store_history_reorder()
466 this_index++; in _gimp_color_profile_store_history_reorder()
468 else if (this_index == index) in _gimp_color_profile_store_history_reorder()
470 this_index = 0; in _gimp_color_profile_store_history_reorder()
474 GIMP_COLOR_PROFILE_STORE_INDEX, this_index, in _gimp_color_profile_store_history_reorder()
502 gint this_index; in gimp_color_profile_store_history_insert() local
506 GIMP_COLOR_PROFILE_STORE_INDEX, &this_index, in gimp_color_profile_store_history_insert()
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/filters/xz/
H A Dxzfile.c149 lzma_index *this_index = NULL; in parse_indexes() local
211 r = lzma_index_decoder (&strm, &this_index, UINT64_MAX); in parse_indexes()
243 pos -= lzma_index_total_size (this_index) + LZMA_STREAM_HEADER_SIZE; in parse_indexes()
269 r = lzma_index_stream_flags (this_index, &footer_flags); in parse_indexes()
278 r = lzma_index_stream_padding (this_index, stream_padding); in parse_indexes()
285 r = lzma_index_cat (this_index, combined_index, NULL); in parse_indexes()
292 combined_index = this_index; in parse_indexes()
293 this_index = NULL; in parse_indexes()
302 lzma_index_end (this_index, NULL); in parse_indexes()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/radix-tree/
H A Dtest.c148 unsigned long this_index = start; in item_full_scan() local
158 assert(items[i]->index == this_index); in item_full_scan()
159 this_index++; in item_full_scan()
163 into = this_index; in item_full_scan()
166 assert(this_index == start + nr); in item_full_scan()
168 this_index, chunk); in item_full_scan()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/radix-tree/
H A Dtest.c148 unsigned long this_index = start; in item_full_scan() local
158 assert(items[i]->index == this_index); in item_full_scan()
159 this_index++; in item_full_scan()
163 into = this_index; in item_full_scan()
166 assert(this_index == start + nr); in item_full_scan()
168 this_index, chunk); in item_full_scan()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/radix-tree/
H A Dtest.c148 unsigned long this_index = start; in item_full_scan() local
158 assert(items[i]->index == this_index); in item_full_scan()
159 this_index++; in item_full_scan()
163 into = this_index; in item_full_scan()
166 assert(this_index == start + nr); in item_full_scan()
168 this_index, chunk); in item_full_scan()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutmisc.c205 u32 this_index; in acpi_ut_walk_package_tree() local
218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutmisc.c205 u32 this_index; in acpi_ut_walk_package_tree() local
218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dutmisc.c205 u32 this_index; in acpi_ut_walk_package_tree() local
218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
/dports/multimedia/smpeg2/smpeg2-2.0.0/video/
H A DMPEGvideo.cpp384 int this_index; in GetVideoInfo() local
389 this_index = last_index - 1; in GetVideoInfo()
390 if ( this_index < 0 ) { in GetVideoInfo()
391 this_index = FPS_WINDOW-1; in GetVideoInfo()
393 time_diff = timestamps[this_index] - timestamps[last_index]; in GetVideoInfo()
/dports/math/z3/z3-z3-4.8.13/src/math/lp/
H A Dindexed_vector.h61 std::unordered_set<unsigned> this_index; variable
63 this_index.insert(i);
66 if (this_index.find(i) == this_index.end())
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/lp/
H A Dindexed_vector.h61 std::unordered_set<unsigned> this_index; variable
63 this_index.insert(i);
66 if (this_index.find(i) == this_index.end())
/dports/print/texinfo/texinfo-6.8/info/
H A Dindices.c560 REFERENCE **this_index, *this_item; in apropos_in_all_indices() local
589 this_index = index_index; in apropos_in_all_indices()
594 if (this_index) in apropos_in_all_indices()
597 for (i = 0; this_index && this_index[i]; i++) in apropos_in_all_indices()
598 if (!this_index[i]->filename) in apropos_in_all_indices()
599 this_index[i]->filename = xstrdup (this_fb->filename); in apropos_in_all_indices()
604 all_indices = info_concatenate_references (all_indices, this_index); in apropos_in_all_indices()
/dports/misc/bible-kjv/bible-kjv/
H A Dmakeconcfile.c140 short int this_index; in main() local
226 this_index = -rbuf[0]; in main()
336 this_index = entry_size; in main()
340 shortuniv_assign( indextmp, this_index ); in main()
/dports/multimedia/smpeg/smpeg-0.4.4/video/
H A DMPEGvideo.cpp397 int this_index; in GetVideoInfo() local
402 this_index = last_index - 1; in GetVideoInfo()
403 if ( this_index < 0 ) { in GetVideoInfo()
404 this_index = FPS_WINDOW-1; in GetVideoInfo()
406 time_diff = timestamps[this_index] - timestamps[last_index]; in GetVideoInfo()

12345678910>>...16