Home
last modified time | relevance | path

Searched refs:ncstr (Results 1 – 7 of 7) sorted by relevance

/dports/net/openntpd/openntpd-6.8p1/src/
H A Dconstraint.c607 struct constraint *cstr, *ncstr; in constraint_purge() local
784 ncstr = new_constraint(); in constraint_msg_dns()
785 ncstr->addr = h; in constraint_msg_dns()
786 ncstr->addr_head.a = h; in constraint_msg_dns()
789 if (ncstr->addr_head.name == NULL || in constraint_msg_dns()
790 ncstr->addr_head.path == NULL) in constraint_msg_dns()
793 ncstr->state = STATE_DNS_DONE; in constraint_msg_dns()
794 constraint_add(ncstr); in constraint_msg_dns()
797 h->next = ncstr->addr; in constraint_msg_dns()
798 ncstr->addr = h; in constraint_msg_dns()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A Dbmo.cpp114 ncstr = 0; in main()
143 if (ncstr > 0) { in main()
147 for (int i = 0; i < ncstr; ++i) { in main()
229 if (ncstr > 0) { in main()
235 for (int i = 0; i < ncstr; ++i) { in main()
384 for (int i = 0; i < ncstr; ++i) { in gradopt()
H A Dbmo.hpp39 integer ncstr; member in BijanMO
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/join/
H A DParser.java212 Constructor<? extends Node> ncstr = in addIdentifier() local
214 ncstr.setAccessible(true); in addIdentifier()
215 nodeCstrMap.put(ident, ncstr); in addIdentifier()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/join/
H A DParser.java227 Constructor<? extends Node> ncstr = in addIdentifier() local
229 ncstr.setAccessible(true); in addIdentifier()
230 nodeCstrMap.put(ident, ncstr); in addIdentifier()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/join/
H A DParser.java239 Constructor<? extends Node> ncstr = in addIdentifier() local
241 ncstr.setAccessible(true); in addIdentifier()
242 nodeCstrMap.put(ident, ncstr); in addIdentifier()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dafni_graph.c3208 char *eee=NULL, *cnam=NULL; NI_str_array *cstr=NULL; int icc=0,ncstr=0; in plot_graphs() local
3227 ncstr = cstr->num ; in plot_graphs()
3243 if( ncstr > 0 ){ cnam = cstr->str[icc%ncstr] ; icc++ ; } in plot_graphs()