Home
last modified time | relevance | path

Searched refs:remaining_depth (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/games/gnugo/gnugo-3.8/engine/
H A Dcache.h83 #define hn_create_data(remaining_depth, value1, value2, move, cost) \ argument
88 | (((remaining_depth & 0x1f) << 0)))
107 int target1, int target2, int remaining_depth,
111 int target, int target2, int remaining_depth,
205 #define READ_RETURN0(routine, str, remaining_depth) \ argument
207 tt_update(&ttable, routine, str, NO_MOVE, remaining_depth, NULL,\
222 tt_update(&ttable, routine, str1, str2, remaining_depth, NULL, \
230 tt_update(&ttable, routine, str1, str2, remaining_depth, NULL,\
254 #define READ_RETURN0(routine, str, remaining_depth) \ argument
276 tt_update(&ttable, routine, str1, str2, remaining_depth, NULL, \
[all …]
H A Dcache.c149 int target1, int target2, int remaining_depth, in tt_get() argument
158 if (remaining_depth < 0 || remaining_depth > HN_MAX_REMAINING_DEPTH) in tt_get()
181 if (remaining_depth <= (int) hn_get_remaining_depth(node->data)) { in tt_get()
200 int remaining_depth, Hash_data *extra_hash, in tt_update() argument
213 if (remaining_depth < 0 || remaining_depth > HN_MAX_REMAINING_DEPTH) in tt_update()
219 data = hn_create_data(remaining_depth, value1, value2, move, in tt_update()
229 && remaining_depth >= (int) hn_get_remaining_depth(deepest->data)) { in tt_update()
236 && remaining_depth >= (int) hn_get_remaining_depth(newest->data)) { in tt_update()
/dports/www/firefox/firefox-99.0/third_party/python/sentry_sdk/sentry_sdk/
H A Dserializer.py188 remaining_depth=None, # type: Optional[int] argument
203 remaining_depth=remaining_depth,
226 obj, is_databag, should_repr_strings, remaining_depth, remaining_breadth argument
235 if is_databag and remaining_depth is None:
236 remaining_depth = MAX_DATABAG_DEPTH
242 if remaining_depth is not None and remaining_depth <= 0:
249 hints = {"memo": memo, "remaining_depth": remaining_depth}
284 remaining_depth=remaining_depth - 1
285 if remaining_depth is not None
308 remaining_depth=remaining_depth - 1
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/sentry_sdk/sentry_sdk/
H A Dserializer.py188 remaining_depth=None, # type: Optional[int] argument
203 remaining_depth=remaining_depth,
226 obj, is_databag, should_repr_strings, remaining_depth, remaining_breadth argument
235 if is_databag and remaining_depth is None:
236 remaining_depth = MAX_DATABAG_DEPTH
242 if remaining_depth is not None and remaining_depth <= 0:
249 hints = {"memo": memo, "remaining_depth": remaining_depth}
284 remaining_depth=remaining_depth - 1
285 if remaining_depth is not None
308 remaining_depth=remaining_depth - 1
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/sentry_sdk/sentry_sdk/
H A Dserializer.py188 remaining_depth=None, # type: Optional[int] argument
203 remaining_depth=remaining_depth,
226 obj, is_databag, should_repr_strings, remaining_depth, remaining_breadth argument
235 if is_databag and remaining_depth is None:
236 remaining_depth = MAX_DATABAG_DEPTH
242 if remaining_depth is not None and remaining_depth <= 0:
249 hints = {"memo": memo, "remaining_depth": remaining_depth}
284 remaining_depth=remaining_depth - 1
285 if remaining_depth is not None
308 remaining_depth=remaining_depth - 1
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/sentry-sdk/sentry_sdk/
H A Dserializer.py188 remaining_depth=None, # type: Optional[int] argument
203 remaining_depth=remaining_depth,
226 obj, is_databag, should_repr_strings, remaining_depth, remaining_breadth argument
235 if is_databag and remaining_depth is None:
236 remaining_depth = MAX_DATABAG_DEPTH
242 if remaining_depth is not None and remaining_depth <= 0:
249 hints = {"memo": memo, "remaining_depth": remaining_depth}
284 remaining_depth=remaining_depth - 1
285 if remaining_depth is not None
308 remaining_depth=remaining_depth - 1
[all …]
/dports/devel/py-sentry-sdk/sentry-sdk-1.4.3/sentry_sdk/
H A Dserializer.py209 remaining_depth=None, # type: Optional[int] argument
224 remaining_depth=remaining_depth,
247 obj, is_databag, should_repr_strings, remaining_depth, remaining_breadth argument
256 if is_databag and remaining_depth is None:
257 remaining_depth = MAX_DATABAG_DEPTH
263 if remaining_depth is not None and remaining_depth <= 0:
270 hints = {"memo": memo, "remaining_depth": remaining_depth}
310 remaining_depth=remaining_depth - 1
311 if remaining_depth is not None
336 remaining_depth=remaining_depth - 1
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/octree/src/utils/
H A Dapprox_nearest_utils.hpp110 const auto remaining_depth = Morton::levels - level; in findNode() local
111 index.x >>= remaining_depth; in findNode()
112 index.y >>= remaining_depth; in findNode()
113 index.z >>= remaining_depth; in findNode()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/serde_json-1.0.26/src/
H A Dde.rs35 remaining_depth: u8, field
54 remaining_depth: 128, in new()
778 self.remaining_depth -= 1; in ignore_value()
785 self.remaining_depth += 1; in ignore_value()
789 self.remaining_depth -= 1; in ignore_value()
796 self.remaining_depth += 1; in ignore_value()
1051 self.remaining_depth -= 1; in deserialize_any()
1059 self.remaining_depth += 1; in deserialize_any()
1067 self.remaining_depth -= 1; in deserialize_any()
1075 self.remaining_depth += 1; in deserialize_any()
[all …]
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/tests/test_robustness/
H A Dtest_8Mlongpathfiles.py10 def branch_tree(current_path, remaining_depth): argument
11 if (remaining_depth > 0):
15 branch_tree (next_path, remaining_depth - 1)
/dports/games/dose-response/dose-response-179c326/cargo-crates/serde_json-1.0.33/src/
H A Dde.rs35 remaining_depth: u8, field
54 remaining_depth: 128, in new()
1039 self.remaining_depth -= 1; in deserialize_any()
1047 self.remaining_depth += 1; in deserialize_any()
1055 self.remaining_depth -= 1; in deserialize_any()
1063 self.remaining_depth += 1; in deserialize_any()
1431 self.remaining_depth -= 1; in deserialize_seq()
1439 self.remaining_depth += 1; in deserialize_seq()
1487 self.remaining_depth -= 1; in deserialize_map()
1495 self.remaining_depth += 1; in deserialize_map()
[all …]
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/serde_json-0.8.6/src/
H A Dde.rs97 remaining_depth: u8, field
111 remaining_depth: 128, in new()
209 self.remaining_depth -= 1; in parse_value()
210 if self.remaining_depth == 0 { in parse_value()
217 self.remaining_depth += 1; in parse_value()
222 self.remaining_depth -= 1; in parse_value()
223 if self.remaining_depth == 0 { in parse_value()
230 self.remaining_depth += 1; in parse_value()
636 self.remaining_depth -= 1; in deserialize_enum()
637 if self.remaining_depth == 0 { in deserialize_enum()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/serde_yaml-0.8.11/src/
H A Dde.rs72 remaining_depth: u8, field
103 remaining_depth: self.remaining_depth, in jump()
235 let previous_depth = self.remaining_depth; in recursion_check()
236 self.remaining_depth = previous_depth in recursion_check()
240 self.remaining_depth = previous_depth; in recursion_check()
308 remaining_depth: self.de.remaining_depth, in next_element_seed()
363 remaining_depth: self.de.remaining_depth, in next_value_seed()
421 remaining_depth: self.de.remaining_depth, in variant_seed()
1047 remaining_depth: 128, in from_str_seed()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/serde_yaml-0.8.9/src/
H A Dde.rs75 remaining_depth: u8, field
106 remaining_depth: self.remaining_depth, in jump()
238 let previous_depth = self.remaining_depth; in recursion_check()
239 self.remaining_depth = previous_depth in recursion_check()
243 self.remaining_depth = previous_depth; in recursion_check()
311 remaining_depth: self.de.remaining_depth, in next_element_seed()
366 remaining_depth: self.de.remaining_depth, in next_value_seed()
424 remaining_depth: self.de.remaining_depth, in variant_seed()
1032 remaining_depth: 128, in from_str()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/serde_yaml-0.8.13/src/
H A Dde.rs72 remaining_depth: u8, field
103 remaining_depth: self.remaining_depth, in jump()
235 let previous_depth = self.remaining_depth; in recursion_check()
236 self.remaining_depth = previous_depth in recursion_check()
240 self.remaining_depth = previous_depth; in recursion_check()
308 remaining_depth: self.de.remaining_depth, in next_element_seed()
363 remaining_depth: self.de.remaining_depth, in next_value_seed()
421 remaining_depth: self.de.remaining_depth, in variant_seed()
1047 remaining_depth: 128, in from_str_seed()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/serde_yaml-0.8.15/src/
H A Dde.rs72 remaining_depth: u8, field
103 remaining_depth: self.remaining_depth, in jump()
233 let previous_depth = self.remaining_depth; in recursion_check()
234 self.remaining_depth = previous_depth in recursion_check()
238 self.remaining_depth = previous_depth; in recursion_check()
306 remaining_depth: self.de.remaining_depth, in next_element_seed()
361 remaining_depth: self.de.remaining_depth, in next_value_seed()
419 remaining_depth: self.de.remaining_depth, in variant_seed()
1052 remaining_depth: 128, in from_str_seed()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/serde_yaml-0.8.9/src/
H A Dde.rs75 remaining_depth: u8, field
106 remaining_depth: self.remaining_depth, in jump()
238 let previous_depth = self.remaining_depth; in recursion_check()
239 self.remaining_depth = previous_depth in recursion_check()
243 self.remaining_depth = previous_depth; in recursion_check()
311 remaining_depth: self.de.remaining_depth, in next_element_seed()
366 remaining_depth: self.de.remaining_depth, in next_value_seed()
424 remaining_depth: self.de.remaining_depth, in variant_seed()
1032 remaining_depth: 128, in from_str()
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/serde_yaml-0.8.13/src/
H A Dde.rs72 remaining_depth: u8, field
103 remaining_depth: self.remaining_depth, in jump()
235 let previous_depth = self.remaining_depth; in recursion_check()
236 self.remaining_depth = previous_depth in recursion_check()
240 self.remaining_depth = previous_depth; in recursion_check()
308 remaining_depth: self.de.remaining_depth, in next_element_seed()
363 remaining_depth: self.de.remaining_depth, in next_value_seed()
421 remaining_depth: self.de.remaining_depth, in variant_seed()
1047 remaining_depth: 128, in from_str_seed()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/serde_yaml/src/
H A Dde.rs75 remaining_depth: u8, field
106 remaining_depth: self.remaining_depth, in jump()
238 let previous_depth = self.remaining_depth; in recursion_check()
239 self.remaining_depth = previous_depth in recursion_check()
243 self.remaining_depth = previous_depth; in recursion_check()
311 remaining_depth: self.de.remaining_depth, in next_element_seed()
366 remaining_depth: self.de.remaining_depth, in next_value_seed()
424 remaining_depth: self.de.remaining_depth, in variant_seed()
1032 remaining_depth: 128, in from_str()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/serde_yaml-0.8.21/src/
H A Dde.rs103 remaining_depth: 128, in de()
119 remaining_depth: 128, in de()
505 remaining_depth: u8, field
536 remaining_depth: self.remaining_depth, in jump()
666 let previous_depth = self.remaining_depth; in recursion_check()
667 self.remaining_depth = previous_depth in recursion_check()
671 self.remaining_depth = previous_depth; in recursion_check()
739 remaining_depth: self.de.remaining_depth, in next_element_seed()
794 remaining_depth: self.de.remaining_depth, in next_value_seed()
852 remaining_depth: self.de.remaining_depth, in variant_seed()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/serde_yaml-0.8.21/src/
H A Dde.rs103 remaining_depth: 128, in de()
119 remaining_depth: 128, in de()
505 remaining_depth: u8, field
536 remaining_depth: self.remaining_depth, in jump()
666 let previous_depth = self.remaining_depth; in recursion_check()
667 self.remaining_depth = previous_depth in recursion_check()
671 self.remaining_depth = previous_depth; in recursion_check()
739 remaining_depth: self.de.remaining_depth, in next_element_seed()
794 remaining_depth: self.de.remaining_depth, in next_value_seed()
852 remaining_depth: self.de.remaining_depth, in variant_seed()
/dports/www/rearx/rearx-0.1.4/cargo-crates/serde_yaml-0.8.17/src/
H A Dde.rs104 remaining_depth: 128, in de()
120 remaining_depth: 128, in de()
510 remaining_depth: u8, field
541 remaining_depth: self.remaining_depth, in jump()
671 let previous_depth = self.remaining_depth; in recursion_check()
672 self.remaining_depth = previous_depth in recursion_check()
676 self.remaining_depth = previous_depth; in recursion_check()
744 remaining_depth: self.de.remaining_depth, in next_element_seed()
799 remaining_depth: self.de.remaining_depth, in next_value_seed()
857 remaining_depth: self.de.remaining_depth, in variant_seed()
/dports/www/firefox/firefox-99.0/third_party/rust/serde_yaml/src/
H A Dde.rs103 remaining_depth: 128, in de()
119 remaining_depth: 128, in de()
505 remaining_depth: u8, field
536 remaining_depth: self.remaining_depth, in jump()
666 let previous_depth = self.remaining_depth; in recursion_check()
667 self.remaining_depth = previous_depth in recursion_check()
671 self.remaining_depth = previous_depth; in recursion_check()
739 remaining_depth: self.de.remaining_depth, in next_element_seed()
794 remaining_depth: self.de.remaining_depth, in next_value_seed()
852 remaining_depth: self.de.remaining_depth, in variant_seed()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/serde_yaml-0.8.23/src/
H A Dde.rs103 remaining_depth: 128, in de()
119 remaining_depth: 128, in de()
505 remaining_depth: u8, field
536 remaining_depth: self.remaining_depth, in jump()
666 let previous_depth = self.remaining_depth; in recursion_check()
667 self.remaining_depth = previous_depth in recursion_check()
671 self.remaining_depth = previous_depth; in recursion_check()
739 remaining_depth: self.de.remaining_depth, in next_element_seed()
794 remaining_depth: self.de.remaining_depth, in next_value_seed()
852 remaining_depth: self.de.remaining_depth, in variant_seed()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/serde_yaml/src/
H A Dde.rs104 remaining_depth: 128, in de()
120 remaining_depth: 128, in de()
510 remaining_depth: u8, field
541 remaining_depth: self.remaining_depth, in jump()
671 let previous_depth = self.remaining_depth; in recursion_check()
672 self.remaining_depth = previous_depth in recursion_check()
676 self.remaining_depth = previous_depth; in recursion_check()
744 remaining_depth: self.de.remaining_depth, in next_element_seed()
799 remaining_depth: self.de.remaining_depth, in next_value_seed()
857 remaining_depth: self.de.remaining_depth, in variant_seed()

1234567