Home
last modified time | relevance | path

Searched refs:newn (Results 1 – 25 of 638) sorted by relevance

12345678910>>...26

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/mtr/
H A DmtrGroup.c168 *newn; in Mtr_MakeGroup() local
200 newn->elder = newn->younger = newn->child = NULL; in Mtr_MakeGroup()
202 return(newn); in Mtr_MakeGroup()
226 newn->younger = newn->child = NULL; in Mtr_MakeGroup()
227 return(newn); in Mtr_MakeGroup()
234 return(newn); in Mtr_MakeGroup()
253 return(newn); in Mtr_MakeGroup()
296 return(newn); in Mtr_MakeGroup()
314 newn->low = low; in Mtr_MakeGroup()
315 newn->size = size; in Mtr_MakeGroup()
[all …]
/dports/math/cudd/cudd-3.0.0/mtr/
H A DmtrGroup.c147 *newn; in Mtr_MakeGroup() local
169 newn->low = low; in Mtr_MakeGroup()
173 newn->elder = newn->younger = newn->child = NULL; in Mtr_MakeGroup()
175 return(newn); in Mtr_MakeGroup()
193 newn->low = low; in Mtr_MakeGroup()
199 newn->younger = newn->child = NULL; in Mtr_MakeGroup()
200 return(newn); in Mtr_MakeGroup()
207 return(newn); in Mtr_MakeGroup()
213 newn->low = low; in Mtr_MakeGroup()
226 return(newn); in Mtr_MakeGroup()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dsixel.cpp170 REQUIRE(nullptr != newn);
172 auto rgb = sixel_to_rgb(newn->sprite->glyph.buf, newn->sprite->glyph.used,
173 newn->sprite->pixy, newn->sprite->pixx);
193 REQUIRE(nullptr != newn);
194 auto rgbold = sixel_to_rgb(newn->sprite->glyph.buf, newn->sprite->glyph.used,
195 newn->sprite->pixy, newn->sprite->pixx);
201 .rows = ncplane_dim_y(newn) / 4,
202 .cols = ncplane_dim_x(newn) / 2,
217 auto rgbnew = sixel_to_rgb(newn->sprite->glyph.buf, newn->sprite->glyph.used,
218 newn->sprite->pixy, newn->sprite->pixx);
[all …]
H A Dstacking.cpp113 REQUIRE(nullptr != newn);
115 ncplane_move_below(newn, top);
126 CHECK(0 == ncplane_destroy(newn));
154 REQUIRE(nullptr != newn);
156 ncplane_move_below(newn, top);
167 CHECK(0 == ncplane_destroy(newn));
196 REQUIRE(nullptr != newn);
198 ncplane_move_below(newn, top);
209 CHECK(0 == ncplane_destroy(newn));
241 REQUIRE(nullptr != newn);
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/lower/
H A Dlower_hl.c51 ir_node *newn; in lower_sel() local
154 newn = new_rd_Add(dbg, bl, newn, n, mode); in lower_sel()
181 newn = new_r_Proj(newn, ent_mode, pn_Load_res); in lower_sel()
191 newn = new_rd_Add(dbg, bl, newn, cnst, mode); in lower_sel()
198 exchange(sel, newn); in lower_sel()
206 ir_node *newn; in lower_symconst() local
222 assert(newn); in lower_symconst()
225 exchange(symc, newn); in lower_symconst()
234 assert(newn); in lower_symconst()
249 assert(newn); in lower_symconst()
[all …]
/dports/math/calc/calc-2.14.0.14/help/
H A Dsrandom7 srandom(seed, newn)
13 newn integer
86 2 args (seed, newn>=2^32): srandom(seed, newn)
93 In this call form, newn value must be >= 2^32.
210 2 args (seed, 1>=newn>=20): srandom(seed, newn)
218 srandom(seed, newn) has the same effect as:
244 newn == 1: (Blum modulus bit length 130)
245 newn == 2: (Blum modulus bit length 137)
246 newn == 3: (Blum modulus bit length 147)
334 for newn >= 2^32: newn % 4 == 1
[all …]
/dports/math/miracl/miracl-5.6/
H A Dmrfast.c87 int i,j,newn,pr; in mr_fft_init() local
93 newn=(1<<logn); in mr_fft_init()
223 mmax=newn; in mr_dif_fft()
227 ii=newn; in mr_dif_fft()
524 while (2*n>newn) { newn<<=1; logn++; } in mr_poly_rem()
642 while (degree>newn) { newn<<=1; logn++; } in mr_polymod_set()
717 while (2*deg>newn) { newn <<=1; logn++; } in mr_ps_zzn_mul()
798 while (2*deg>newn) { newn <<=1; logn++; } in mr_ps_big_mul()
942 while (degree+1>newn) { newn<<=1; logn++; } in mr_poly_mul()
1028 while (degree+1>newn) { newn<<=1; logn++; } in mr_poly_sqr()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dname.c97 ffename newn; in ffename_find() local
108 newn = malloc_new_ks (ns->pool, "FFENAME name", sizeof (*n)); in ffename_find()
109 newn->next = n; in ffename_find()
110 newn->previous = n->previous; in ffename_find()
111 n->previous = newn; in ffename_find()
112 newn->previous->next = newn; in ffename_find()
113 newn->t = ffelex_token_use (t); in ffename_find()
114 newn->u.s = NULL; in ffename_find()
116 return newn; in ffename_find()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dname.c97 ffename newn; in ffename_find() local
108 newn = malloc_new_ks (ns->pool, "FFENAME name", sizeof (*n)); in ffename_find()
109 newn->next = n; in ffename_find()
110 newn->previous = n->previous; in ffename_find()
111 n->previous = newn; in ffename_find()
112 newn->previous->next = newn; in ffename_find()
113 newn->t = ffelex_token_use (t); in ffename_find()
114 newn->u.s = NULL; in ffename_find()
116 return newn; in ffename_find()
/dports/mail/procmail/procmail-3.22/src/
H A Dexopen.c147 int myrename(old,newn)const char*const old,*const newn; in myrename() argument
149 fd=hlink(old,newn);serrno=errno;unlink(old);
156 int rlink(old,newn,st)const char*const old,*const newn;struct stat*st; in rlink() argument
157 { if(link(old,newn))
162 if(lstat(old,&sto)||(ret=1,lstat(newn,&stn)||
177 int hlink(old,newn)const char*const old,*const newn; in hlink() argument
179 if(0<(ret=rlink(old,newn,&stbuf))) /* try a real hardlink */
183 0<=(fd=ropen(newn,O_WRONLY|O_CREAT|O_EXCL,stbuf.st_mode)))
H A Dexopen.h6 myrename P((const char*const old,const char*const newn)),
7 rlink P((const char*const old,const char*const newn,struct stat*st)),
8 hlink P((const char*const old,const char*const newn));
/dports/textproc/gdome2/gdome2-0.8.1/libgdome/gdomecore/
H A Dgdome-xml-nnodem.c666 xmlNode *newn = NULL; in gdome_xml_nnm_setNamedItem() local
694 xmlHashUpdateEntry(ht, gdome_xmlGetName(newn), newn, NULL); in gdome_xml_nnm_setNamedItem()
697 xmlHashAddEntry(ht, gdome_xmlGetName(newn), newn); in gdome_xml_nnm_setNamedItem()
709 if(newn->prev || newn->next || in gdome_xml_nnm_setNamedItem()
710 (gdome_xmlGetParent(newn) && gdome_xmlGetParent(newn) != parent_priv->n)) { in gdome_xml_nnm_setNamedItem()
794 xmlNode *newn = NULL; in gdome_xml_nnm_setNamedItemNS() local
821 if((ret = xmlHashLookup2(ht, gdome_xmlGetName(newn), gdome_xmlGetNsURI(newn))) != NULL) { in gdome_xml_nnm_setNamedItemNS()
822 xmlHashUpdateEntry2(ht, gdome_xmlGetName(newn), gdome_xmlGetNsURI(newn), newn, NULL); in gdome_xml_nnm_setNamedItemNS()
825 xmlHashAddEntry2(ht, gdome_xmlGetName(newn), gdome_xmlGetNsURI(newn), newn); in gdome_xml_nnm_setNamedItemNS()
838 if(newn->prev || newn->next || in gdome_xml_nnm_setNamedItemNS()
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/libSteve/
H A DList.c20 int newmax,i,newn; in ListExpandLI() local
26 newn=0; } in ListExpandLI()
31 newn=i; in ListExpandLI()
37 list->n=newn; in ListExpandLI()
44 int newmax,i,newn; in ListExpandV() local
50 newn=0; } in ListExpandV()
55 newn=i; in ListExpandV()
61 list->n=newn; in ListExpandV()
113 newn=0; } in ListExpandULVD4()
144 list->n=newn; in ListExpandULVD4()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/strmap/
H A Dstrmap.c57 struct node *newn; in strmap_add_() local
90 newn = malloc(sizeof(*newn)); in strmap_add_()
91 if (!newn) { in strmap_add_()
95 newn->byte_num = byte_num; in strmap_add_()
96 newn->bit_num = bit_num; in strmap_add_()
97 newn->child[new_dir].v = (void *)value; in strmap_add_()
98 newn->child[new_dir].u.s = member; in strmap_add_()
118 newn->child[!new_dir] = *n; in strmap_add_()
119 n->u.n = newn; in strmap_add_()
/dports/biology/hhsuite/hh-suite-3.3.0/src/cs/
H A Dvector.h40 void Resize(size_t newn);
41 void Assign(size_t newn, const T &a);
111 void Vector<T>::Resize(size_t newn) { in Resize() argument
112 if (newn != nn) { in Resize()
114 nn = newn; in Resize()
120 void Vector<T>::Assign(size_t newn, const T& a) { in Assign() argument
121 if (newn != nn) { in Assign()
123 nn = newn; in Assign()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsamhain_setpwd.c230 char * newn; in main() local
329 newn = (char *) malloc (nlen); in main()
330 strncpy(newn, argv[1], nlen); newn[nlen-1] = '\0'; in main()
331 strncat(newn, ".", nlen); newn[nlen-1] = '\0'; in main()
332 strncat(newn, argv[2], nlen); newn[nlen-1] = '\0'; in main()
333 newf = open(newn, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in main()
343 fprintf(stdout, _("ERROR Cannot open output file %s.\n"), newn); in main()
404 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
432 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
489 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsamhain_setpwd.c230 char * newn; in main() local
329 newn = (char *) malloc (nlen); in main()
330 strncpy(newn, argv[1], nlen); newn[nlen-1] = '\0'; in main()
331 strncat(newn, ".", nlen); newn[nlen-1] = '\0'; in main()
332 strncat(newn, argv[2], nlen); newn[nlen-1] = '\0'; in main()
333 newf = open(newn, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in main()
343 fprintf(stdout, _("ERROR Cannot open output file %s.\n"), newn); in main()
404 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
432 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
489 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsamhain_setpwd.c230 char * newn; in main() local
329 newn = (char *) malloc (nlen); in main()
330 strncpy(newn, argv[1], nlen); newn[nlen-1] = '\0'; in main()
331 strncat(newn, ".", nlen); newn[nlen-1] = '\0'; in main()
332 strncat(newn, argv[2], nlen); newn[nlen-1] = '\0'; in main()
333 newf = open(newn, O_WRONLY|O_CREAT|O_TRUNC, S_IRWXU); in main()
343 fprintf(stdout, _("ERROR Cannot open output file %s.\n"), newn); in main()
404 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
432 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
489 fprintf(stdout, _("ERROR Cannot write to output file %s.\n"), newn); in main()
/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A Dline.c152 int scols_line_move_cells(struct libscols_line *ln, size_t newn, size_t oldn) in scols_line_move_cells() argument
156 if (!ln || newn >= ln->ncells || oldn >= ln->ncells) in scols_line_move_cells()
158 if (oldn == newn) in scols_line_move_cells()
161 DBG(LINE, ul_debugobj(ln, "move cells[%zu] -> cells[%zu]", oldn, newn)); in scols_line_move_cells()
172 if (newn + 1 < ln->ncells) in scols_line_move_cells()
173 memmove(ln->cells + newn + 1, ln->cells + newn, in scols_line_move_cells()
174 (ln->ncells - newn - 1) * sizeof(struct libscols_cell)); in scols_line_move_cells()
177 memcpy(&ln->cells[newn], &ce, sizeof(struct libscols_cell)); in scols_line_move_cells()
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/intmap/
H A Dintmap.c56 struct node *newn; in split_node() local
67 newn = malloc(sizeof(*newn)); in split_node()
68 if (!newn) { in split_node()
72 newn->prefix_and_critbit = prefix_and_critbit(index, critbit); in split_node()
73 newn->child[new_dir].v = (void *)value; in split_node()
74 newn->child[new_dir].u.i = index; in split_node()
75 newn->child[!new_dir] = *n; in split_node()
77 n->u.n = newn; in split_node()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Darith_ite_utils.cpp97 Node newn = Node::null(); in reduceVariablesInItes() local
99 newn = n; in reduceVariablesInItes()
101 newn = applyReduceVariablesInItes(n); in reduceVariablesInItes()
102 newn = Rewriter::rewrite(newn); in reduceVariablesInItes()
103 Assert(Polynomial::isMember(newn)); in reduceVariablesInItes()
105 newn = n; in reduceVariablesInItes()
110 d_constants[n] = newn; in reduceVariablesInItes()
113 return newn; in reduceVariablesInItes()
116 d_varParts[n] = newn; in reduceVariablesInItes()
123 d_reduceVar[n] = newn; in reduceVariablesInItes()
[all …]
/dports/dns/py-dnspython/dnspython-1.16.0/examples/
H A Dzonediff.py243 oldn, newn = args
248 newn = "{}:{}".format(newr, filename)
253 newn = filename
267 new = _open(["git", "show", newn],
278 new = _open(newn, "Unable to open %s" % newn)
305 print(format_changes_html(oldn, newn, changes, opts.ignore_ttl))
307 print(format_changes_plain(oldn, newn, changes, opts.ignore_ttl))
/dports/dns/py-dnspython2/dnspython-2.1.0/examples/
H A Dzonediff.py242 oldn, newn = args
247 newn = "{}:{}".format(newr, filename)
252 newn = filename
266 new = _open(["git", "show", newn],
277 new = _open(newn, "Unable to open %s" % newn)
304 print(format_changes_html(oldn, newn, changes, opts.ignore_ttl))
306 print(format_changes_plain(oldn, newn, changes, opts.ignore_ttl))
/dports/security/unicornscan/unicornscan-0.4.2/src/unilib/
H A Dchtbl.c131 cnode *bucket=NULL, *newn=NULL, *prev=NULL; in chtinsert() local
150 newn=(cnode *)MALLOC(sizeof(cnode)); in chtinsert()
151 newn->key=key; in chtinsert()
152 newn->data=data; in chtinsert()
155 h_u.th->table[offset]=newn; in chtinsert()
158 prev->next=newn; in chtinsert()
160 newn->next=NULL; in chtinsert()
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/sci_files/
H A Dsci_cell.sci31 newn=Funcall("real",1,list(n),list(Variable("",n.infer)))
32 repl_poss(newn,n,n,gettext("is Real."));
33 n=newn
64 newn=Funcall("real",1,list(tree.rhs(k)),list())
65 repl_poss(newn,tree.rhs(k),tree.rhs(k),gettext("is Real."));
66 tree.rhs(k)=newn

12345678910>>...26