Home
last modified time | relevance | path

Searched refs:start_i (Results 251 – 275 of 391) sorted by relevance

1...<<111213141516

/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/src/tree/
H A Dnode.rs272 let start_i = l_child_i + 1; in remove_char_range() localVariable
283 for _ in start_i..end_i { in remove_char_range()
284 children.remove(start_i); in remove_char_range()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/src/tree/
H A Dnode.rs272 let start_i = l_child_i + 1; in remove_char_range() localVariable
283 for _ in start_i..end_i { in remove_char_range()
284 children.remove(start_i); in remove_char_range()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_curve.cpp2846 int Ni, start_i, start_end, end_i, end_end, i, end; in ON_SortLines() local
2875 start_i = end_i = Ni; in ON_SortLines()
2879 startd = StartP.DistanceTo( line_list[index[start_i]].from ); // "from" is correct here in ON_SortLines()
2890 start_i = i; in ON_SortLines()
2911 index[Ni] = index[start_i]; in ON_SortLines()
2912 index[start_i] = i; in ON_SortLines()
2913 start_i = index[Ni]; in ON_SortLines()
2919 index[0] = start_i; in ON_SortLines()
H A Dopennurbs_brep_tools.cpp2788 int start_i = 0; in ON_BrepMergeFaces() local
2789 while (start_i<SF.Count()){ in ON_BrepMergeFaces()
2790 int next_i = start_i+1; in ON_BrepMergeFaces()
2791 while (next_i<SF.Count() && SF[next_i][0] == SF[start_i][0]) in ON_BrepMergeFaces()
2793 if (next_i == start_i+1){ in ON_BrepMergeFaces()
2794 start_i++; in ON_BrepMergeFaces()
2797 for (i=start_i; i<next_i-1; i++){ in ON_BrepMergeFaces()
2808 start_i = next_i; in ON_BrepMergeFaces()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_curve.cpp2850 int Ni, start_i, start_end, end_i, end_end, i, end; in ON_SortLines() local
2879 start_i = end_i = Ni; in ON_SortLines()
2883 startd = StartP.DistanceTo( line_list[index[start_i]].from ); // "from" is correct here in ON_SortLines()
2894 start_i = i; in ON_SortLines()
2915 index[Ni] = index[start_i]; in ON_SortLines()
2916 index[start_i] = i; in ON_SortLines()
2917 start_i = index[Ni]; in ON_SortLines()
2923 index[0] = start_i; in ON_SortLines()
H A Dopennurbs_brep_tools.cpp2799 int start_i = 0; in ON_BrepMergeFaces() local
2800 while (start_i<SF.Count()){ in ON_BrepMergeFaces()
2801 int next_i = start_i+1; in ON_BrepMergeFaces()
2802 while (next_i<SF.Count() && SF[next_i][0] == SF[start_i][0]) in ON_BrepMergeFaces()
2804 if (next_i == start_i+1){ in ON_BrepMergeFaces()
2805 start_i++; in ON_BrepMergeFaces()
2808 for (i=start_i; i<next_i-1; i++){ in ON_BrepMergeFaces()
2819 start_i = next_i; in ON_BrepMergeFaces()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/opencores/spi_boot/rtl/vhdl/
H A Dchip-e.vhd64 start_i : in std_logic; port
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp890 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
892 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
894 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp890 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
892 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
894 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstantPool.hpp884 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
886 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
888 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstantPool.hpp915 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
917 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
919 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp883 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
885 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
887 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.hpp890 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
892 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
894 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstantPool.hpp914 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
916 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
918 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp884 void copy_cp_to(int start_i, int end_i, const constantPoolHandle& to_cp, int to_i, TRAPS) { in copy_cp_to() argument
886 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
888 …static void copy_cp_to_impl(const constantPoolHandle& from_cp, int start_i, int end_i, const const…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp839 void copy_cp_to(int start_i, int end_i, constantPoolHandle to_cp, int to_i, TRAPS) { in copy_cp_to() argument
841 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
843 …static void copy_cp_to_impl(constantPoolHandle from_cp, int start_i, int end_i, constantPoolHandle…
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp839 void copy_cp_to(int start_i, int end_i, constantPoolHandle to_cp, int to_i, TRAPS) { in copy_cp_to() argument
841 copy_cp_to_impl(h_this, start_i, end_i, to_cp, to_i, THREAD); in copy_cp_to()
843 …static void copy_cp_to_impl(constantPoolHandle from_cp, int start_i, int end_i, constantPoolHandle…
/dports/math/cvc3/cvc3-2.4.1/src/theory_arith/
H A Darith_theorem_producer_old.cpp3082 int start_i = 0; in implyWeakerInequality() local
3084 start_i = 1; in implyWeakerInequality()
3088 for(int i = start_i; i < end_i; i ++) { in implyWeakerInequality()
3100 int start_i = 0; in implyWeakerInequality() local
3102 start_i = 1; in implyWeakerInequality()
3106 for(int i = start_i; i < end_i; i ++) { in implyWeakerInequality()
3149 int start_i = 0; in implyNegatedInequality() local
3151 start_i = 1; in implyNegatedInequality()
3155 for(int i = start_i; i < end_i; i ++) { in implyNegatedInequality()
3167 int start_i = 0; in implyNegatedInequality() local
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_box.c1264 int i, remain_w = box_w, start_i = 0; in _evas_object_box_layout_flow_horizontal_row_info_collect() local
1296 if (i == start_i) in _evas_object_box_layout_flow_horizontal_row_info_collect()
1312 start_i = i; in _evas_object_box_layout_flow_horizontal_row_info_collect()
1444 int i, remain_h = box_h, start_i = 0; in _evas_object_box_layout_flow_vertical_col_info_collect() local
1477 if (i == start_i) in _evas_object_box_layout_flow_vertical_col_info_collect()
1493 start_i = i; in _evas_object_box_layout_flow_vertical_col_info_collect()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A DLPfold.c1029 int start_i, i, k, l, n, m, winSize, turn, type, type_2, tt, *rtype; in compute_probs() local
1134 start_i = k - MAXLOOP - 1; in compute_probs()
1136 if (start_i < l - winSize + 1) in compute_probs()
1137 start_i = l - winSize + 1; in compute_probs()
1139 if (start_i < 1) in compute_probs()
1140 start_i = 1; in compute_probs()
1147 for (i = k - 1; i >= start_i; i--, u1++) { in compute_probs()
/dports/www/nginx-full/nginx-rtmp-module-8e344d7/hls/
H A Dngx_rtmp_hls_module.c541 ngx_int_t i, start_i; in ngx_rtmp_hls_write_playlist() local
572 start_i = 0; in ngx_rtmp_hls_write_playlist()
585 start_i = i; in ngx_rtmp_hls_write_playlist()
591 "hls: found starting fragment=%i", start_i); in ngx_rtmp_hls_write_playlist()
593 for (i = start_i; i < (ngx_int_t)ctx->nfrags; i++) { in ngx_rtmp_hls_write_playlist()
640 for (i = start_i; i < (ngx_int_t)ctx->nfrags; i++) { in ngx_rtmp_hls_write_playlist()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dg_game.c239 int start_i, i; in G_NextWeapon() local
261 start_i = i; in G_NextWeapon()
266 } while (i != start_i && !WeaponSelectable(weapon_order_table[i].weapon)); in G_NextWeapon()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dim2col_kernels.cu1582 int start_i = blockIdx.x*blockDim.x / N; in gemm_nn_custom_bin_mean_transposed_gpu_kernel() local
1585 size_t shared_size = lda * (end_i - start_i); in gemm_nn_custom_bin_mean_transposed_gpu_kernel()
1588 int local_i = i_cur - start_i; in gemm_nn_custom_bin_mean_transposed_gpu_kernel()
1591 int x = start_i*lda + k; in gemm_nn_custom_bin_mean_transposed_gpu_kernel()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dg_game.c467 int start_i; in G_BuildTiccmd() local
479 start_i = i; in G_BuildTiccmd()
482 } while (i != start_i && !players[consoleplayer].weaponowned[i]); in G_BuildTiccmd()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dg_game.c293 int start_i, i; in G_NextWeapon() local
315 start_i = i; in G_NextWeapon()
320 } while (i != start_i && !WeaponSelectable(weapon_order_table[i].weapon)); in G_NextWeapon()

1...<<111213141516