Home
last modified time | relevance | path

Searched refs:index_step (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_mapping.c301 int *index_step; in BKE_mesh_vert_looptri_map_create() local
313 index_step = indices; in BKE_mesh_vert_looptri_map_create()
316 index_step += map[i].count; in BKE_mesh_vert_looptri_map_create()
437 int *index_step; in BKE_mesh_edge_loop_map_create() local
451 index_step = indices; in BKE_mesh_edge_loop_map_create()
495 int *index_step; in BKE_mesh_edge_poly_map_create() local
509 index_step = indices; in BKE_mesh_edge_poly_map_create()
554 int *index_step; in BKE_mesh_origindex_map_create() local
566 index_step = indices; in BKE_mesh_origindex_map_create()
600 int *index_step; in BKE_mesh_origindex_map_create_looptri() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dpath_util.c1869 int index_step = 0; in BLI_path_name_at_index() local
1877 if (index_step == index) { in BLI_path_name_at_index()
1883 index_step += 1; in BLI_path_name_at_index()
1896 int index_step = -1; in BLI_path_name_at_index() local
1904 if (index_step == index) { in BLI_path_name_at_index()
1909 index_step -= 1; in BLI_path_name_at_index()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/
H A DElggInstaller.php857 $index_step = array_search($step, $this->getSteps());
861 …$use_elgg_session = ($index_step == $index_admin && $this->is_action) || ($index_step == $index_co…
866 if ($index_step > $index_db) {
/dports/audio/lingot/lingot-1.0.1/src/
H A Dlingot-gui-mainframe.c1034 const unsigned int index_step = 1; in lingot_gui_mainframe_draw_spectrum() local
1064 for (i = index_step; i < max_index - 1; i += index_step) { in lingot_gui_mainframe_draw_spectrum()
1170 for (i = min_index + index_step; i < max_index - 1; i += index_step) { in lingot_gui_mainframe_draw_spectrum()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DParamStudy.hpp148 int index_step(size_t start, size_t end, int num_steps) const;
652 inline int ParamStudy::index_step(size_t start, size_t end, int num_steps) const in index_step() function in Dakota::ParamStudy
H A DParamStudy.cpp977 discIntStepVector[j] = index_step( in final_point_to_step_vector()
992 discStringStepVector[j] = index_step( in final_point_to_step_vector()
1002 discRealStepVector[j] = index_step( in final_point_to_step_vector()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dshape.c236 start_index, index_step) in CalcRegularPolygonVs() argument
237 int sides, vertex_at_right, start_degree, start_index, index_step; in CalcRegularPolygonVs()
261 for (i=0; i < sides; i++, angle += inc, index += index_step) {
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_fp.c4778 guint16 index_step; in heur_dissect_fp_hsdsch_type_1() local
4850 index_step = mac_d_pdu_length / 8; in heur_dissect_fp_hsdsch_type_1()
4859 next_pdu_index += index_step; in heur_dissect_fp_hsdsch_type_1()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_fp.c4778 guint16 index_step; in heur_dissect_fp_hsdsch_type_1() local
4850 index_step = mac_d_pdu_length / 8; in heur_dissect_fp_hsdsch_type_1()
4859 next_pdu_index += index_step; in heur_dissect_fp_hsdsch_type_1()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_fp.c4778 guint16 index_step; in heur_dissect_fp_hsdsch_type_1() local
4850 index_step = mac_d_pdu_length / 8; in heur_dissect_fp_hsdsch_type_1()
4859 next_pdu_index += index_step; in heur_dissect_fp_hsdsch_type_1()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-umts_fp.c4778 guint16 index_step; in heur_dissect_fp_hsdsch_type_1() local
4850 index_step = mac_d_pdu_length / 8; in heur_dissect_fp_hsdsch_type_1()
4859 next_pdu_index += index_step; in heur_dissect_fp_hsdsch_type_1()
/dports/devel/antlr/antlr-2.7.7/examples/java/pascal/test/
H A Dbig.pas748 index_step = 10;