Searched refs:nNZrc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/byacc/test/ |
H A D | expr.oxout.y | 51 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 752 long nNZrc = 0; in yyyExecuteRRsection() local 755 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 756 if (nNZrc) in yyyExecuteRRsection() 764 nNZrc in yyyExecuteRRsection() 772 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 777 nNZrc in yyyExecuteRRsection() 1395 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1404 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1409 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | expr.oxout.tab.c | 140 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 951 long nNZrc = 0; in yyyExecuteRRsection() local 954 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 955 if (nNZrc) in yyyExecuteRRsection() 963 nNZrc in yyyExecuteRRsection() 971 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 976 nNZrc in yyyExecuteRRsection() 1594 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1603 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1608 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | expr.oxout.tab.c | 160 void yyyCheckUnsolvedInstTrav(yyyGNT *rootNode,long *nNZrc,long *cycleSum); 1101 long nNZrc = 0; in yyyExecuteRRsection() local 1104 yyyCheckUnsolvedInstTrav(rootNode,&nNZrc,&cycleSum); in yyyExecuteRRsection() 1105 if (nNZrc) in yyyExecuteRRsection() 1113 nNZrc in yyyExecuteRRsection() 1121 ((float)(cycleSum)/(float)(nNZrc)) in yyyExecuteRRsection() 1126 nNZrc in yyyExecuteRRsection() 1744 void yyyCheckUnsolvedInstTrav(yyyGNT *pNode,long *nNZrc,long *cycleSum) in yyyCheckUnsolvedInstTrav() argument 1753 if (*rcp++) {*cycleSum += *(rcp - 1); (*nNZrc)++;} in yyyCheckUnsolvedInstTrav() 1758 yyyCheckUnsolvedInstTrav(*yyyCLpdum,nNZrc,cycleSum); in yyyCheckUnsolvedInstTrav()
|