Home
last modified time | relevance | path

Searched refs:p_max_depth (Results 1 – 25 of 61) sorted by relevance

123

/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dsort.h181 inline void introsort(int p_first, int p_last, T *p_array, int p_max_depth) const { in introsort() argument
185 if (p_max_depth == 0) { in introsort()
190 p_max_depth--; in introsort()
201 introsort(cut, p_last, p_array, p_max_depth); in introsort()
206 inline void introselect(int p_first, int p_nth, int p_last, T *p_array, int p_max_depth) const { in introselect() argument
210 if (p_max_depth == 0) { in introselect()
216 p_max_depth--; in introselect()
H A Dscript_language.h204 …ist<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
205 …st<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
207 …ist<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
208 …ession(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1) = 0;
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dsort.h181 inline void introsort(int p_first, int p_last, T *p_array, int p_max_depth) const { in introsort() argument
185 if (p_max_depth == 0) { in introsort()
190 p_max_depth--; in introsort()
201 introsort(cut, p_last, p_array, p_max_depth); in introsort()
206 inline void introselect(int p_first, int p_nth, int p_last, T *p_array, int p_max_depth) const { in introselect() argument
210 if (p_max_depth == 0) { in introselect()
216 p_max_depth--; in introselect()
H A Dscript_language.h204 …ist<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
205 …st<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
207 …ist<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
208 …ession(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1) = 0;
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dsort_array.h203 inline void introsort(int p_first, int p_last, T *p_array, int p_max_depth) const { in introsort() argument
207 if (p_max_depth == 0) { in introsort()
212 p_max_depth--; in introsort()
223 introsort(cut, p_last, p_array, p_max_depth); in introsort()
228 inline void introselect(int p_first, int p_nth, int p_last, T *p_array, int p_max_depth) const { in introselect() argument
232 if (p_max_depth == 0) { in introselect()
238 p_max_depth--; in introselect()
H A Dscript_language.h323 …ist<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
324 …st<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
326 …st<String> *p_globals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
327 …ession(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1) = 0;
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dsort_array.h203 inline void introsort(int p_first, int p_last, T *p_array, int p_max_depth) const { in introsort() argument
207 if (p_max_depth == 0) { in introsort()
212 p_max_depth--; in introsort()
223 introsort(cut, p_last, p_array, p_max_depth); in introsort()
228 inline void introselect(int p_first, int p_nth, int p_last, T *p_array, int p_max_depth) const { in introselect() argument
232 if (p_max_depth == 0) { in introselect()
238 p_max_depth--; in introselect()
H A Dscript_language.h323 …ist<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
324 …st<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
326 …st<String> *p_globals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1) = 0;
327 …ession(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1) = 0;
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_language.h101 …l, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
102 …, List<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
103 …ls(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
104 …expression(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1);
H A Dpluginscript_language.cpp338 …nt p_level, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) { in debug_get_stack_level_locals() argument
342 … p_level, (godot_pool_string_array *)&locals, (godot_array *)&values, p_max_subitems, p_max_depth); in debug_get_stack_level_locals()
352 …t p_level, List<String> *p_members, List<Variant> *p_values, int p_max_subitems, int p_max_depth) { in debug_get_stack_level_members() argument
356 …p_level, (godot_pool_string_array *)&members, (godot_array *)&values, p_max_subitems, p_max_depth); in debug_get_stack_level_members()
366 …get_globals(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) { in debug_get_globals() argument
370 …ls(_data, (godot_pool_string_array *)&locals, (godot_array *)&values, p_max_subitems, p_max_depth); in debug_get_globals()
380 …ck_level_expression(int p_level, const String &p_expression, int p_max_subitems, int p_max_depth) { in debug_parse_stack_level_expression() argument
382 …stack_level_expression(_data, p_level, (godot_string *)&p_expression, p_max_subitems, p_max_depth); in debug_parse_stack_level_expression()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/pluginscript/
H A Dpluginscript_language.h101 …l, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
102 …, List<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
103 …ls(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
104 …expression(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1);
H A Dpluginscript_language.cpp338 …nt p_level, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) { in debug_get_stack_level_locals() argument
342 … p_level, (godot_pool_string_array *)&locals, (godot_array *)&values, p_max_subitems, p_max_depth); in debug_get_stack_level_locals()
352 …t p_level, List<String> *p_members, List<Variant> *p_values, int p_max_subitems, int p_max_depth) { in debug_get_stack_level_members() argument
356 …p_level, (godot_pool_string_array *)&members, (godot_array *)&values, p_max_subitems, p_max_depth); in debug_get_stack_level_members()
366 …get_globals(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) { in debug_get_globals() argument
370 …ls(_data, (godot_pool_string_array *)&locals, (godot_array *)&values, p_max_subitems, p_max_depth); in debug_get_globals()
380 …ck_level_expression(int p_level, const String &p_expression, int p_max_subitems, int p_max_depth) { in debug_parse_stack_level_expression() argument
382 …stack_level_expression(_data, p_level, (godot_string *)&p_expression, p_max_subitems, p_max_depth); in debug_parse_stack_level_expression()
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/include/pluginscript/
H A Dgodot_pluginscript.h148 …el, godot_pool_string_array *p_locals, godot_array *p_values, int p_max_subitems, int p_max_depth);
149 …l, godot_pool_string_array *p_members, godot_array *p_values, int p_max_subitems, int p_max_depth);
150 …ta, godot_pool_string_array *p_locals, godot_array *p_values, int p_max_subitems, int p_max_depth);
151 …_data *p_data, int p_level, const godot_string *p_expression, int p_max_subitems, int p_max_depth);
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/include/pluginscript/
H A Dgodot_pluginscript.h148 …el, godot_pool_string_array *p_locals, godot_array *p_values, int p_max_subitems, int p_max_depth);
149 …l, godot_pool_string_array *p_members, godot_array *p_values, int p_max_subitems, int p_max_depth);
150 …ta, godot_pool_string_array *p_locals, godot_array *p_values, int p_max_subitems, int p_max_depth);
151 …_data *p_data, int p_level, const godot_string *p_expression, int p_max_subitems, int p_max_depth);
/dports/devel/godot/godot-3.2.3-stable/modules/gdnative/nativescript/
H A Dnativescript.h334 …int p_level, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth);
335 …nt p_level, List<String> *p_members, List<Variant> *p_values, int p_max_subitems, int p_max_depth);
336 …_get_globals(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth);
337 …ack_level_expression(int p_level, const String &p_expression, int p_max_subitems, int p_max_depth);
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdnative/nativescript/
H A Dnativescript.h334 …int p_level, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth);
335 …nt p_level, List<String> *p_members, List<Variant> *p_values, int p_max_subitems, int p_max_depth);
336 …_get_globals(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth);
337 …ack_level_expression(int p_level, const String &p_expression, int p_max_subitems, int p_max_depth);
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dcurve.h112 …tor2 &p_out, const Vector2 &p_b, const Vector2 &p_in, int p_depth, int p_max_depth, float p_tol) c…
177 …tor3 &p_out, const Vector3 &p_b, const Vector3 &p_in, int p_depth, int p_max_depth, float p_tol) c…
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dcurve.h112 …tor2 &p_out, const Vector2 &p_b, const Vector2 &p_in, int p_depth, int p_max_depth, float p_tol) c…
177 …tor3 &p_out, const Vector3 &p_b, const Vector3 &p_in, int p_depth, int p_max_depth, float p_tol) c…
H A Dcurve.cpp489 …tor2 &p_out, const Vector2 &p_b, const Vector2 &p_in, int p_depth, int p_max_depth, float p_tol) c… in _bake_segment2d() argument
505 if (p_depth < p_max_depth) { in _bake_segment2d()
506 _bake_segment2d(r_bake, p_begin, mp, p_a, p_out, p_b, p_in, p_depth + 1, p_max_depth, p_tol); in _bake_segment2d()
507 _bake_segment2d(r_bake, mp, p_end, p_a, p_out, p_b, p_in, p_depth + 1, p_max_depth, p_tol); in _bake_segment2d()
920 …tor3 &p_out, const Vector3 &p_b, const Vector3 &p_in, int p_depth, int p_max_depth, float p_tol) c… in _bake_segment3d() argument
935 if (p_depth < p_max_depth) { in _bake_segment3d()
936 _bake_segment3d(r_bake, p_begin, mp, p_a, p_out, p_b, p_in, p_depth + 1, p_max_depth, p_tol); in _bake_segment3d()
937 _bake_segment3d(r_bake, mp, p_end, p_a, p_out, p_b, p_in, p_depth + 1, p_max_depth, p_tol); in _bake_segment3d()
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_script.h377 …l, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
378 …, List<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
379 …s(List<String> *p_globals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
381 …expression(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1);
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_script.h377 …l, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
378 …, List<String> *p_members, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
379 …s(List<String> *p_globals, List<Variant> *p_values, int p_max_subitems = -1, int p_max_depth = -1);
381 …expression(int p_level, const String &p_expression, int p_max_subitems = -1, int p_max_depth = -1);
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.h428 …t p_level, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) {} in debug_get_stack_level_locals() argument
429 … p_level, List<String> *p_members, List<Variant> *p_values, int p_max_subitems, int p_max_depth) {} in debug_get_stack_level_members() argument
430 …et_globals(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) {} in debug_get_globals() argument
431 …ession(int p_level, const String &p_expression, int p_max_subitems, int p_max_depth) { return ""; } in debug_parse_stack_level_expression() argument
/dports/devel/godot/godot-3.2.3-stable/modules/mono/
H A Dcsharp_script.h428 …t p_level, List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) {} in debug_get_stack_level_locals() argument
429 … p_level, List<String> *p_members, List<Variant> *p_values, int p_max_subitems, int p_max_depth) {} in debug_get_stack_level_members() argument
430 …et_globals(List<String> *p_locals, List<Variant> *p_values, int p_max_subitems, int p_max_depth) {} in debug_get_globals() argument
431 …ession(int p_level, const String &p_expression, int p_max_subitems, int p_max_depth) { return ""; } in debug_parse_stack_level_expression() argument
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dcurve.h178 …tor2 &p_out, const Vector2 &p_b, const Vector2 &p_in, int p_depth, int p_max_depth, float p_tol) c… in VARIANT_ENUM_CAST()
247 …tor3 &p_out, const Vector3 &p_b, const Vector3 &p_in, int p_depth, int p_max_depth, float p_tol) c…
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dcurve.h178 …tor2 &p_out, const Vector2 &p_b, const Vector2 &p_in, int p_depth, int p_max_depth, float p_tol) c… in VARIANT_ENUM_CAST()
247 …tor3 &p_out, const Vector3 &p_b, const Vector3 &p_in, int p_depth, int p_max_depth, float p_tol) c…

123