Home
last modified time | relevance | path

Searched refs:MAX_CHILDREN (Results 1 – 25 of 60) sorted by relevance

123

/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/src/tree/
H A Dmod.rs42 pub(crate) const MAX_CHILDREN: usize = (TARGET_NODE_SIZE
52 pub(crate) const MIN_CHILDREN: usize = MAX_CHILDREN / 2;
90 pub(crate) const MAX_CHILDREN: usize = 5;
91 pub(crate) const MIN_CHILDREN: usize = MAX_CHILDREN / 2;
99 pub(crate) use self::constants::{MAX_BYTES, MAX_CHILDREN, MIN_BYTES, MIN_CHILDREN};
102 pub(crate) use self::test_constants::{MAX_BYTES, MAX_CHILDREN, MIN_BYTES, MIN_CHILDREN};
H A Dnode.rs6 Count, NodeChildren, NodeText, TextInfo, MAX_BYTES, MAX_CHILDREN, MIN_BYTES, MIN_CHILDREN,
107 if children.len() < MAX_CHILDREN { in edit_chunk_at_char()
331 if (children_l.len() + children_r.len()) <= MAX_CHILDREN { in append_at_depth()
352 if children.len() < MAX_CHILDREN { in append_at_depth()
380 if (children_l.len() + children_r.len()) <= MAX_CHILDREN { in prepend_at_depth()
400 if children.len() < MAX_CHILDREN { in prepend_at_depth()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/src/tree/
H A Dmod.rs42 pub(crate) const MAX_CHILDREN: usize = (TARGET_NODE_SIZE
52 pub(crate) const MIN_CHILDREN: usize = MAX_CHILDREN / 2;
90 pub(crate) const MAX_CHILDREN: usize = 5;
91 pub(crate) const MIN_CHILDREN: usize = MAX_CHILDREN / 2;
99 pub(crate) use self::constants::{MAX_BYTES, MAX_CHILDREN, MIN_BYTES, MIN_CHILDREN};
102 pub(crate) use self::test_constants::{MAX_BYTES, MAX_CHILDREN, MIN_BYTES, MIN_CHILDREN};
H A Dnode.rs6 Count, NodeChildren, NodeText, TextInfo, MAX_BYTES, MAX_CHILDREN, MIN_BYTES, MIN_CHILDREN,
107 if children.len() < MAX_CHILDREN { in edit_chunk_at_char()
331 if (children_l.len() + children_r.len()) <= MAX_CHILDREN { in append_at_depth()
352 if children.len() < MAX_CHILDREN { in append_at_depth()
380 if (children_l.len() + children_r.len()) <= MAX_CHILDREN { in prepend_at_depth()
400 if children.len() < MAX_CHILDREN { in prepend_at_depth()
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Drle_open_f.c24 #define MAX_CHILDREN 100 macro
26 static int pids[MAX_CHILDREN];
143 if (catching_children < MAX_CHILDREN) {
182 if (catching_children < MAX_CHILDREN) {
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Drle_open_f.c25 #define MAX_CHILDREN 100 macro
192 if (*catchingChildrenP < MAX_CHILDREN) in dealWithSubprocess()
216 if (*catchingChildrenP < MAX_CHILDREN) in dealWithSubprocess()
260 pid_t pids[MAX_CHILDREN]; in rle_open_f_noexit()
/dports/comms/thebridge/thebridge-1.09/common/
H A Dmain.c241 #define MAX_CHILDREN 16 macro
246 } ChildExitStatus[MAX_CHILDREN];
258 } ExitCallBacks[MAX_CHILDREN];
1156 if(((ExitStatWr + 1) % MAX_CHILDREN) == ExitStatRd) { in ChildSigHandler()
1164 ExitStatWr = (ExitStatWr + 1) % MAX_CHILDREN; in ChildSigHandler()
1180 ExitStatRd = (ExitStatRd + 1) % MAX_CHILDREN; in ProcessExitStatus()
1181 for(i = 0; i < MAX_CHILDREN; i++) { in ProcessExitStatus()
1190 if(i == MAX_CHILDREN) { in ProcessExitStatus()
1209 for(i = 0; i < MAX_CHILDREN; i++) { in RegisterExitCB()
1218 if(i == MAX_CHILDREN) { in RegisterExitCB()
[all …]
/dports/security/clamav/clamav-0.104.2/freshclam/
H A Dexecute.c36 #define MAX_CHILDREN 5 macro
61 if (g_active_children < MAX_CHILDREN) { in execute()
/dports/security/clamav-lts/clamav-0.103.5/freshclam/
H A Dexecute.c36 #define MAX_CHILDREN 5 macro
61 if (g_active_children < MAX_CHILDREN) { in execute()
/dports/sysutils/R-cran-processx/processx/src/supervisor/
H A Dsupervisor.c58 #define MAX_CHILDREN 1024 macro
65 int children[MAX_CHILDREN];
402 if (n_children == MAX_CHILDREN) { in main()
405 MAX_CHILDREN in main()
/dports/math/cvc4/CVC4-1.7/src/theory/booleans/
H A Dtheory_bool_rewriter.cpp80 static const unsigned MAX_CHILDREN = (1u << __CVC4__EXPR__NODE_VALUE__NBITS__NCHILDREN ) - 1; in flattenNode() local
81 if (childList.size() < MAX_CHILDREN) { in flattenNode()
85 Assert(childList.size() < size_t(MAX_CHILDREN) * size_t(MAX_CHILDREN) ); in flattenNode()
89 next = min(cur + MAX_CHILDREN, en); in flattenNode()
/dports/net/yptransitd/yptransitd-0.5/include/
H A Dconfig.h45 #define MAX_CHILDREN 20 macro
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/
H A DFormModel.cpp122 static const int MAX_CHILDREN; member in UserFormModel
183 auto v = std::make_shared<Wt::WIntValidator>(0, MAX_CHILDREN); in createChildrenValidator()
191 const int UserFormModel::MAX_CHILDREN = 15; member in UserFormModel
/dports/editors/helix/helix-0.5.0/cargo-crates/ropey-1.3.1/src/
H A Drope_builder.rs7 use crate::tree::{Node, NodeChildren, NodeText, MAX_BYTES, MAX_CHILDREN, MIN_BYTES};
238 } else if self.stack[stack_idx as usize].child_count() < (MAX_CHILDREN - 1) { in append_leaf_node()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/ropey-1.3.1/src/
H A Drope_builder.rs7 use crate::tree::{Node, NodeChildren, NodeText, MAX_BYTES, MAX_CHILDREN, MIN_BYTES};
238 } else if self.stack[stack_idx as usize].child_count() < (MAX_CHILDREN - 1) { in append_leaf_node()
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/spider/
H A DSpiderParam.java99 private static final String MAX_CHILDREN = "spider.maxChildren"; field in SpiderParam
249 this.maxChildren = getInt(MAX_CHILDREN, 0); in parse()
960 getConfig().setProperty(MAX_CHILDREN, maxChildren); in setMaxChildren()
/dports/net-mgmt/dhcdrop/dhcdrop-0.5/src/
H A Ddhcdrop_types.h42 #define MAX_CHILDREN 32 macro
/dports/x11/kitty/kitty-0.23.1/kitty/
H A Dgl.c192 static Buffer buffers[MAX_CHILDREN * 6 + 4] = {{0}};
258 static VAO vaos[4*MAX_CHILDREN + 10] = {{0}};
H A Dchild-monitor.c79 static Child children[MAX_CHILDREN] = {{0}};
80 static Child scratch[MAX_CHILDREN] = {{0}};
81 static Child add_queue[MAX_CHILDREN] = {{0}}, remove_queue[MAX_CHILDREN] = {{0}};
82 static unsigned long remove_notify[MAX_CHILDREN] = {0};
84 static struct pollfd fds[MAX_CHILDREN + EXTRA_FDS] = {{0}};
217 …if (self->count + add_queue_count >= MAX_CHILDREN) { PyErr_SetString(PyExc_ValueError, "Too many c… in add_child()
1079 for (; add_queue_count > 0 && self->count < MAX_CHILDREN;) { in add_children()
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Dmetakind_template.h126 static const unsigned MAX_CHILDREN = variable
H A Dmkmetakind332 ub=MAX_CHILDREN
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32.h112 #define MAX_CHILDREN MAXDESC/2 macro
H A Dw32proc.c1003 child_process child_procs[ MAX_CHILDREN ];
1017 if (child_proc_count == MAX_CHILDREN) in new_child()
1059 if (child_proc_count == MAX_CHILDREN) in new_child()
1444 child_process *cp, *cps[MAX_CHILDREN]; in waitpid()
1445 HANDLE wait_hnd[MAX_CHILDREN]; in waitpid()
2281 child_process *cp, *cps[MAX_CHILDREN]; in sys_select()
2282 HANDLE wait_hnd[MAXDESC + MAX_CHILDREN]; in sys_select()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32.h112 #define MAX_CHILDREN MAXDESC/2 macro
/dports/editors/xi-core/xi-editor-0.3.0/rust/rope/src/
H A Dtree.rs24 const MAX_CHILDREN: usize = 8; const
261 if n_children <= MAX_CHILDREN { in merge_nodes()
265 let splitpoint = min(MAX_CHILDREN, n_children - MIN_CHILDREN); in merge_nodes()
508 if stack.last().unwrap().len() < MAX_CHILDREN { in push_leaves()

123