Home
last modified time | relevance | path

Searched refs:MAX_CHILDS (Results 1 – 15 of 15) sorted by relevance

/dports/print/cups-filters/cups-filters-1.28.10/filter/foomatic-rip/
H A Dprocess.c41 #define MAX_CHILDS 4 macro
42 struct process procs[MAX_CHILDS] = {
52 for (i = 0; i < MAX_CHILDS; i++) { in add_process()
66 for (i = 0; i < MAX_CHILDS; i++) in find_process()
75 for (i = 0; i < MAX_CHILDS; i++) in clear_proc_list()
83 for (i = 0; i < MAX_CHILDS; i++) { in kill_all_processes()
/dports/print/foomatic-filters/foomatic-filters-4.0.17/
H A Dprocess.c40 #define MAX_CHILDS 4 macro
41 struct process procs[MAX_CHILDS] = {
51 for (i = 0; i < MAX_CHILDS; i++) { in add_process()
65 for (i = 0; i < MAX_CHILDS; i++) in find_process()
74 for (i = 0; i < MAX_CHILDS; i++) in clear_proc_list()
82 for (i = 0; i < MAX_CHILDS; i++) { in kill_all_processes()
/dports/science/cdo/cdo-2.0.0/src/
H A DSamplegridicon.cc20 constexpr int MAX_CHILDS = 9; variable
239 long *child2 = (long *) Malloc(MAX_CHILDS * ncells2 * sizeof(long)); in compute_child_from_parent()
243 for (long k = 0; k < MAX_CHILDS; ++k) child2[i * MAX_CHILDS + k] = -1; in compute_child_from_parent()
246 for (long k = 0; k < MAX_CHILDS; ++k) in compute_child_from_parent()
250 child2[i * MAX_CHILDS + k] = idx1[j + k]; in compute_child_from_parent()
314 long *child2 = (long *) Malloc(MAX_CHILDS * ncells2 * sizeof(long)); in compute_child_from_bounds()
318 for (int k = 0; k < MAX_CHILDS; ++k) child2[cell_no2 * MAX_CHILDS + k] = -1; in compute_child_from_bounds()
363 … if (k >= MAX_CHILDS) cdo_abort("Internal problem, limit of MAX_CHILDS reached (limit=9)."); in compute_child_from_bounds()
364 child2[cell_no2 * MAX_CHILDS + k++] = (long) cell_no1; in compute_child_from_bounds()
420 for (int k = 0; k < MAX_CHILDS; ++k) in compute_sum()
[all …]
/dports/benchmarks/ubench/ubench-0.32/
H A Dmembench.c23 #define MAX_CHILDS 128 macro
52 extern pid_t child_pid[MAX_CHILDS];
170 if ( parent && (child_number < MAX_CHILDS ) ) in membench()
H A Ddiskbench.c23 #define MAX_CHILDS 128 macro
52 extern pid_t child_pid[MAX_CHILDS];
171 if ( parent && (child_number < MAX_CHILDS ) ) in diskbench()
H A Dcpubench.c23 #define MAX_CHILDS 128 macro
51 pid_t child_pid[MAX_CHILDS];
183 if ( parent && (child_number < MAX_CHILDS ) ) in cpubench()
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dcode.c81 #define MAX_CHILDS 8 macro
89 CodeNode* child[MAX_CHILDS];
113 assert(childs <= MAX_CHILDS); in code_new_inst()
421 for(i = 0; i < MAX_CHILDS; i++) in code_free()
434 assert(idx < MAX_CHILDS); in code_set_child()
540 for(i = 0; i < MAX_CHILDS; i++) in code_prune_tree()
564 for(i = 0; i < MAX_CHILDS; i++) in code_prune_tree()
587 assert(no < MAX_CHILDS); in code_get_child()
/dports/www/ffproxy/ffproxy-1.6/
H A Dcfg.h44 #define MAX_CHILDS 1024 macro
H A Dmain.c171 if (!config.childs || config.childs > MAX_CHILDS) { in main()
H A Ddb.c403 ZHWRONG(config.childs, "child_processes", MAX_CHILDS); in verify_config()
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dfeature.h323 #define MAX_CHILDS (16) macro
H A Drxvtlib.h957 short asyncChilds[MAX_CHILDS];
H A Dinit.c3662 if( r->nAsyncChilds >= MAX_CHILDS ) in rxvt_async_exec()
/dports/games/ldmud/ldmud-3.3.720/src/util/erq/
H A Derq.c125 #define MAX_CHILDS 36 macro
212 static child_t childs[MAX_CHILDS] = {{0}};
676 return !(!child_slots && next_child_index >= MAX_CHILDS); in free_socket_childs()
2174 header[9] = MAX_CHILDS;
2256 header[9] = MAX_CHILDS;
2350 header[9] = MAX_CHILDS;
2469 header[9] = MAX_CHILDS;
/dports/net-mgmt/nfsen/nfsen-1.3.8/libexec/
H A DNfcomm.pm116 my $MAX_CHILDS = 20;
1118 if ( $num_childs >= $MAX_CHILDS ) {
1119 syslog('warning', "Too many childs. Limit: $MAX_CHILDS");