Home
last modified time | relevance | path

Searched refs:nodemax (Results 1 – 18 of 18) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dedt_calcmask.c99 int zii, ii , ids , jj, ll, jbot, jtop, nodemax=-1 ; in EDT_calcmask() local
132 if (nodemax < 0 && CALC_dset[ids]->dblk->node_list) { in EDT_calcmask()
135 nodemax = CALC_dset[ids]->dblk->node_list[0]; in EDT_calcmask()
137 …if (nodemax < CALC_dset[ids]->dblk->node_list[zii]) nodemax = CALC_dset[ids]->dblk->node_list[zii… in EDT_calcmask()
139 if (nodemax+1 > forced_mask_length) { in EDT_calcmask()
142 nodemax, forced_mask_length); in EDT_calcmask()
146 nodemax = forced_mask_length-1; in EDT_calcmask()
350 if (nodemax >= 0) { in EDT_calcmask()
352 if (nodemax+1 < CALC_nvox) { in EDT_calcmask()
360 m2 = (byte *) calloc(nodemax+1, sizeof(byte)) ; in EDT_calcmask()
[all …]
/dports/cad/netgen-lvs/netgen-1.5.211/base/
H A Dquery.c557 int nodenum, nodemax; in PrintNodes() local
578 nodemax = 0; in PrintNodes()
583 if (ob->node > nodemax) nodemax = ob->node; in PrintNodes()
585 nodelist = (noderecord *) CALLOC((nodemax + 1), sizeof(noderecord)); in PrintNodes()
625 for (nodenum = 0; nodenum <= nodemax; nodenum++) { in PrintNodes()
778 int nodemax, nodenum; in DescribeInstance() local
798 nodemax = 0; in DescribeInstance()
802 if (ob->node > nodemax) nodemax = ob->node; in DescribeInstance()
816 instlist = (unsigned char *) CALLOC((nodemax + 1), sizeof(unsigned char)); in DescribeInstance()
825 for (nodenum = 1; nodenum <= nodemax; nodenum++) in DescribeInstance()
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dusermpc.f32 & ikmpc(*),idir,indexmax,indexold(3),indexnew(3),nodeold,nodemax, local
440 nodemax=nodempc(1,indexmax)
449 if(nodemax.ne.nodeold) then
458 if(nodempc(1,index).eq.nodemax) then
506 idof=8*(nodemax-1)+idirmax
H A Dumpc_mean_rot.f52 & nodemax,idirold,idirmax,jnode(*),idof,id,iold(3),inew(3),
285 nodemax=jnode(imax)
290 if(nodemax.ne.nodeold) then
295 if(jnode(i).eq.nodemax) then
H A Dcouplings.f47 & idir,indexmax,nodeold,node1,nodemax,ndirboun(*),ilboun(*),
1260 nodemax=nodempc(1,indexmax)
1269 if(nodemax.ne.nodeold) then
1278 if(nodempc(1,index2).eq.nodemax) then
1326 idof=8*(nodemax-1)+idirmax
/dports/www/awffull/awffull-3.10.2/src/
H A Dhashtab.c74 static unsigned int nodemax[] = { MAXHOST, MAXURL, MAXREF, MAXAGENT, MAXSRCHH, MAXIDENT, MAXURL, MA… variable
121 if (len >= nodemax[nodetype]) { in check_hashstr_size()
124 str[nodemax[nodetype]] = 0; in check_hashstr_size()
125 len = nodemax[nodetype]; in check_hashstr_size()
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dhashtab.c74 static unsigned int nodemax[] = { MAXHOST, MAXURL, MAXREF, MAXAGENT, MAXSRCHH, MAXIDENT, MAXURL, MA… variable
121 if (len >= nodemax[nodetype]) { in check_hashstr_size()
124 str[nodemax[nodetype]] = 0; in check_hashstr_size()
125 len = nodemax[nodetype]; in check_hashstr_size()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Durktree.c207 Int4 nodecount, nodemax; in GetWidestLevelLeftNode() local
213 nodemax = 0; in GetWidestLevelLeftNode()
224 if (nodecount > nodemax) in GetWidestLevelLeftNode()
226 nodemax = nodecount; in GetWidestLevelLeftNode()
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwince.c999 STRLEN nodemax = sizeof(name->nodename)-1; in win32_uname() local
1047 if (len <= nodemax) { in win32_uname()
1051 strncpy(name->nodename, hep->h_name, nodemax); in win32_uname()
1052 name->nodename[nodemax] = '\0'; in win32_uname()
1056 DWORD sz = nodemax; in win32_uname()
H A Dwin32.c2062 STRLEN nodemax = sizeof(name->nodename)-1; in win32_uname() local
2097 if (len <= nodemax) { in win32_uname()
2101 strncpy(name->nodename, hep->h_name, nodemax); in win32_uname()
2102 name->nodename[nodemax] = '\0'; in win32_uname()
2106 DWORD sz = nodemax; in win32_uname()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_Surface_IO.c3445 int ok, nread, i, k, lessen=0, nodemin, nodemax, in SUMA_BYU_Read() local
3504 nodemin = 1000; nodemax = -1; in SUMA_BYU_Read()
3514 nodemax = SUMA_MAX_PAIR(SUMA_ABS(face[n]), nodemax); in SUMA_BYU_Read()
3534 nodemin = 1000; nodemax = -1; in SUMA_BYU_Read()
3546 nodemax = SUMA_MAX_PAIR(SO->FaceSetList[3*i+k], nodemax); in SUMA_BYU_Read()
3559 …if (LocalHead && nodemax >= SO->N_Node) { SUMA_S_Notev("Largest node index in list is %d\n", nodem… in SUMA_BYU_Read()
3560 if (nodemin > 0 && nodemax == SO->N_Node) { in SUMA_BYU_Read()
3564 if (nodemax > SO->N_Node || nodemin < 0) { in SUMA_BYU_Read()
3566 SO->N_Node -1, nodemin, nodemax); in SUMA_BYU_Read()
6747 if (MaxNodeIndex < nodemax) MaxNodeIndex = nodemax; in SUMA_ROIv2NodeLists()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Drbt.c785 size_t nodemax = filesize - sizeof(dns_rbtnode_t); in treefix() local
793 CONFIRM((size_t)((char *)n - (char *)base) <= nodemax); in treefix()
811 CONFIRM(n->left <= (dns_rbtnode_t *)nodemax); in treefix()
820 CONFIRM(n->right <= (dns_rbtnode_t *)nodemax); in treefix()
829 CONFIRM(n->down <= (dns_rbtnode_t *)nodemax); in treefix()
839 CONFIRM(n->parent <= (dns_rbtnode_t *)nodemax); in treefix()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Drbt.c787 size_t datasize, nodemax = filesize - sizeof(dns_rbtnode_t); in treefix() local
793 CONFIRM((char *) n - (char *) base <= (int) nodemax); in treefix()
811 CONFIRM(n->left <= (dns_rbtnode_t *) nodemax); in treefix()
819 CONFIRM(n->right <= (dns_rbtnode_t *) nodemax); in treefix()
827 CONFIRM(n->down <= (dns_rbtnode_t *) nodemax); in treefix()
836 CONFIRM(n->parent <= (dns_rbtnode_t *) nodemax); in treefix()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Drbt.c756 size_t datasize, nodemax = filesize - sizeof(dns_rbtnode_t); in treefix() local
763 CONFIRM((char *)n - (char *)base <= (int)nodemax); in treefix()
781 CONFIRM(n->left <= (dns_rbtnode_t *)nodemax); in treefix()
790 CONFIRM(n->right <= (dns_rbtnode_t *)nodemax); in treefix()
799 CONFIRM(n->down <= (dns_rbtnode_t *)nodemax); in treefix()
809 CONFIRM(n->parent <= (dns_rbtnode_t *)nodemax); in treefix()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Drbt.c785 size_t nodemax = filesize - sizeof(dns_rbtnode_t); in treefix() local
793 CONFIRM((size_t)((char *)n - (char *)base) <= nodemax); in treefix()
811 CONFIRM(n->left <= (dns_rbtnode_t *)nodemax); in treefix()
820 CONFIRM(n->right <= (dns_rbtnode_t *)nodemax); in treefix()
829 CONFIRM(n->down <= (dns_rbtnode_t *)nodemax); in treefix()
839 CONFIRM(n->parent <= (dns_rbtnode_t *)nodemax); in treefix()
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32.c2063 STRLEN nodemax = sizeof(name->nodename)-1; in win32_uname() local
2098 if (len <= nodemax) { in win32_uname()
2102 strncpy(name->nodename, hep->h_name, nodemax); in win32_uname()
2103 name->nodename[nodemax] = '\0'; in win32_uname()
2107 DWORD sz = nodemax; in win32_uname()
/dports/lang/perl5.34/perl-5.34.0/win32/
H A Dwin32.c2369 STRLEN nodemax = sizeof(name->nodename)-1; in win32_uname() local
2404 if (len <= nodemax) { in win32_uname()
2408 strncpy(name->nodename, hep->h_name, nodemax); in win32_uname()
2409 name->nodename[nodemax] = '\0'; in win32_uname()
2413 DWORD sz = nodemax; in win32_uname()
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/win32/
H A Dwin32.c2369 STRLEN nodemax = sizeof(name->nodename)-1; in win32_uname() local
2404 if (len <= nodemax) { in win32_uname()
2408 strncpy(name->nodename, hep->h_name, nodemax); in win32_uname()
2409 name->nodename[nodemax] = '\0'; in win32_uname()
2413 DWORD sz = nodemax; in win32_uname()