Home
last modified time | relevance | path

Searched refs:newn (Results 51 – 75 of 638) sorted by relevance

12345678910>>...26

/dports/devel/gitg/gitg-3.32.1/libgitg/
H A Dgitg-diff-view-lines-renderer.vala166 var newn = info.hunk.get_new_start() + info.hunk.get_new_lines();
168 var num = int.max(int.max(oldn, newn), d_maxlines);
192 var newn = hunk.get_new_start();
210 ltext = "%*d".printf(d_num_digits, newn);
211 newn++;
/dports/math/gambit/gambit-16.0.1/src/tools/enumpoly/
H A Dgtree.imp84 gTreeNode<T>* newn = new gTreeNode<T>(t,n,NULL,NULL,NULL,NULL);
85 n->SetEldest(newn);
86 n->SetYoungest(newn);
89 gTreeNode<T>* newn = new gTreeNode<T>(t,n,n->youngest,NULL,NULL,NULL);
90 n->youngest->SetNext(newn);
91 n->SetYoungest(newn);
/dports/mail/rspamd/rspamd-3.1/contrib/lua-lpeg/
H A Dlpvm.c82 int max, newn; in doublestack() local
88 newn = 2 * n; /* new size */ in doublestack()
89 if (newn > max) newn = max; in doublestack()
90 newstack = (Stack *)lua_newuserdata(L, newn * sizeof(Stack)); in doublestack()
93 *stacklimit = newstack + newn; in doublestack()
/dports/devel/lua-lpeg/lpeg-1.0.2/
H A Dlpvm.c81 int max, newn; in doublestack() local
87 newn = 2 * n; /* new size */ in doublestack()
88 if (newn > max) newn = max; in doublestack()
89 newstack = (Stack *)lua_newuserdata(L, newn * sizeof(Stack)); in doublestack()
92 *stacklimit = newstack + newn; in doublestack()
/dports/audio/moony-lv2/moony-0.36.0/lpeg-1.0.2/
H A Dlpvm.c81 int max, newn; in doublestack() local
87 newn = 2 * n; /* new size */ in doublestack()
88 if (newn > max) newn = max; in doublestack()
89 newstack = (Stack *)lua_newuserdata(L, newn * sizeof(Stack)); in doublestack()
92 *stacklimit = newstack + newn; in doublestack()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/lua-lpeg/
H A Dlpvm.c82 int max, newn; in doublestack() local
88 newn = 2 * n; /* new size */ in doublestack()
89 if (newn > max) newn = max; in doublestack()
90 newstack = (Stack *)lua_newuserdata(L, newn * sizeof(Stack)); in doublestack()
93 *stacklimit = newstack + newn; in doublestack()
/dports/editors/textadept/lua-5.3.5/src/lib/
H A Dlpvm.c81 int max, newn; in doublestack() local
87 newn = 2 * n; /* new size */ in doublestack()
88 if (newn > max) newn = max; in doublestack()
89 newstack = (Stack *)lua_newuserdata(L, newn * sizeof(Stack)); in doublestack()
92 *stacklimit = newstack + newn; in doublestack()
/dports/editors/textadept/lpeg-1.0.2/
H A Dlpvm.c81 int max, newn; in doublestack() local
87 newn = 2 * n; /* new size */ in doublestack()
88 if (newn > max) newn = max; in doublestack()
89 newstack = (Stack *)lua_newuserdata(L, newn * sizeof(Stack)); in doublestack()
92 *stacklimit = newstack + newn; in doublestack()
/dports/biology/hhsuite/hh-suite-3.3.0/src/cs/
H A Dprofile-inl.h118 void Profile<Abc>::Resize(size_t newn) { in Resize() argument
120 if (newn != nn) { in Resize()
125 nn = newn; in Resize()
134 void Profile<Abc>::Assign(size_t newn, const double& a) { in Assign() argument
136 if (newn != nn) { in Assign()
141 nn = newn; in Assign()
H A Dprofile.h47 void Resize(size_t newn);
48 void Assign(size_t newn, const double &a);
/dports/ftp/yafc/yafc-1.3.7/lib/
H A Dfnmatch.c257 char *newn; local
261 for (newn = n; newn < se; ++newn)
263 if (extmatch (c, newn, se, p, pe, flags) == 0)
270 newn = patscan (p + 1, pe, 0);
271 p = newn;
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/selinux/ss/
H A Dconditional.c645 struct cond_node *newn = &newp->cond_list[i]; in duplicate_policydb_cond_list() local
650 newn->cur_state = orign->cur_state; in duplicate_policydb_cond_list()
651 newn->expr.nodes = kcalloc(orign->expr.len, in duplicate_policydb_cond_list()
652 sizeof(*newn->expr.nodes), GFP_KERNEL); in duplicate_policydb_cond_list()
653 if (!newn->expr.nodes) in duplicate_policydb_cond_list()
656 newn->expr.nodes[j] = orign->expr.nodes[j]; in duplicate_policydb_cond_list()
657 newn->expr.len = orign->expr.len; in duplicate_policydb_cond_list()
659 rc = cond_dup_av_list(&newn->true_list, &orign->true_list, in duplicate_policydb_cond_list()
664 rc = cond_dup_av_list(&newn->false_list, &orign->false_list, in duplicate_policydb_cond_list()
/dports/multimedia/libv4l/linux-5.13-rc2/security/selinux/ss/
H A Dconditional.c645 struct cond_node *newn = &newp->cond_list[i]; in duplicate_policydb_cond_list() local
650 newn->cur_state = orign->cur_state; in duplicate_policydb_cond_list()
651 newn->expr.nodes = kcalloc(orign->expr.len, in duplicate_policydb_cond_list()
652 sizeof(*newn->expr.nodes), GFP_KERNEL); in duplicate_policydb_cond_list()
653 if (!newn->expr.nodes) in duplicate_policydb_cond_list()
656 newn->expr.nodes[j] = orign->expr.nodes[j]; in duplicate_policydb_cond_list()
657 newn->expr.len = orign->expr.len; in duplicate_policydb_cond_list()
659 rc = cond_dup_av_list(&newn->true_list, &orign->true_list, in duplicate_policydb_cond_list()
664 rc = cond_dup_av_list(&newn->false_list, &orign->false_list, in duplicate_policydb_cond_list()
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/selinux/ss/
H A Dconditional.c645 struct cond_node *newn = &newp->cond_list[i]; in duplicate_policydb_cond_list() local
650 newn->cur_state = orign->cur_state; in duplicate_policydb_cond_list()
651 newn->expr.nodes = kcalloc(orign->expr.len, in duplicate_policydb_cond_list()
652 sizeof(*newn->expr.nodes), GFP_KERNEL); in duplicate_policydb_cond_list()
653 if (!newn->expr.nodes) in duplicate_policydb_cond_list()
656 newn->expr.nodes[j] = orign->expr.nodes[j]; in duplicate_policydb_cond_list()
657 newn->expr.len = orign->expr.len; in duplicate_policydb_cond_list()
659 rc = cond_dup_av_list(&newn->true_list, &orign->true_list, in duplicate_policydb_cond_list()
664 rc = cond_dup_av_list(&newn->false_list, &orign->false_list, in duplicate_policydb_cond_list()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/hierarchical/birch/
H A DCFTree.java357 TreeNode newn = new TreeNode(node.getDimensionality(), capacity); in split() local
382 newn.resetStatistics(); in split()
392 newn.addToStatistics(newn.children[sj++] = node.children[i]); in split()
401 newn.addToStatistics(newn.children[sj++] = newchild); in split()
408 assert (newn.children[j] == null); in split()
410 return newn; in split()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/admesh/
H A Dnormals.cpp176 stl_normal *newn = pool.construct(); in stl_fix_normal_directions() local
177 newn->facet_num = stl->neighbors_start[facet_num].neighbor[j]; in stl_fix_normal_directions()
178 newn->next = head->next; in stl_fix_normal_directions()
179 head->next = newn; in stl_fix_normal_directions()
/dports/games/scourge/scourge/src/sqstdlib/
H A Dsqstdsystem.cpp64 const SQChar *oldn, *newn; in _system_rename() local
66 sq_getstring( v, 3, &newn ); in _system_rename()
67 if ( screname( oldn, newn ) == -1 ) in _system_rename()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/squirrel/sqstdlib/
H A Dsqstdsystem.cpp69 const SQChar *oldn,*newn; in _system_rename() local
71 sq_getstring(v,3,&newn); in _system_rename()
72 if(screname(oldn,newn)==-1) in _system_rename()
/dports/lang/squirrel/squirrel3/sqstdlib/
H A Dsqstdsystem.cpp69 const SQChar *oldn,*newn; in _system_rename() local
71 sq_getstring(v,3,&newn); in _system_rename()
72 if(screname(oldn,newn)==-1) in _system_rename()
/dports/games/simutrans/simutrans-121.0/squirrel/sqstdlib/
H A Dsqstdsystem.cc69 const SQChar *oldn,*newn; in _system_rename() local
71 sq_getstring(v,3,&newn); in _system_rename()
72 if(screname(oldn,newn)==-1) in _system_rename()
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/scripting/sqstdlib/
H A Dsqstdsystem.cpp70 const SQChar *oldn,*newn; in _system_rename() local
72 sq_getstring(v,3,&newn); in _system_rename()
73 if(screname(oldn,newn)==-1) in _system_rename()
/dports/biology/emboss/EMBOSS-6.6.0/scripts/
H A Dfixdeprecated.pl97 ($oldn, $newn, $olda, $newa) = split(/ /, $x);
99 $nkey = "$oldn\_$newn";
151 $newtext = "$newn(";
/dports/ftp/pure-ftpd/pure-ftpd-1.0.50/src/
H A Dbsd-glob.c711 size_t newn, len; in globextend() local
716 newn = 2 + pglob->gl_pathc + pglob->gl_offs; in globextend()
719 newn >= INT_MAX || in globextend()
720 SIZE_MAX / sizeof(*pathv) <= newn || in globextend()
721 SIZE_MAX / sizeof(*statv) <= newn) { in globextend()
723 for (i = pglob->gl_offs; i < (ssize_t)(newn - 2); i++) { in globextend()
741 pathv = realloc(pglob->gl_pathv, newn * sizeof(*pathv)); in globextend()
755 statv = realloc(pglob->gl_statv, newn * sizeof(*statv)); in globextend()
798 if ((newn * sizeof(*pathv)) + limitp->glim_malloc > GLOB_LIMIT_MALLOC) { in globextend()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_sqlang/squirrel/sqstdlib/
H A Dsqstdsystem.cpp77 const SQChar *oldn,*newn; in _system_rename() local
79 sq_getstring(v,3,&newn); in _system_rename()
80 if(screname(oldn,newn)==-1) in _system_rename()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libelf/tset/elf_newscn/
H A Dnewscn.m4104 size_t oldn, newn;
129 if (elf_getshnum(e, &newn) == 0) {
136 if (newn != (oldn + 1))
137 TP_FAIL("newn %d != oldn %d + 1.", newn, oldn);

12345678910>>...26