Home
last modified time | relevance | path

Searched refs:aicount (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dint_array.c329 for (j = 0; j < b->aicount; j++) { in int_clear()
379 for (i = 0; i < b->aicount; i++) { in int_remove()
384 if (i == 0 && b->aicount == 2) { in int_remove()
400 b->aicount--; in int_remove()
402 if (b->aicount == 0) { in int_remove()
414 assert(b->aicount == 1); in int_remove()
470 newchain->aicount = chain->aicount; in int_copy()
673 bucket_cnt += b->aicount; in int_dump()
765 for (i = 0; i < b->aicount; i++) { in int_find()
788 b->aicount = 0; in int_insert()
[all …]
H A Dawk.h316 #define aicount hi.cnt macro
/dports/games/spring/spring_98.0/tools/unitsync/python/
H A Dbinding_test.py199 aicount = unitsync.GetSkirmishAICount()
200 if aicount == 0:
204 return aicount == 0
207 aicount = unitsync.GetPrimaryModCount()
208 self.assertEqual(None,unitsync.GetPrimaryModName(aicount))
211 for aiindex in testRange(aicount):
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c1558 REGISTER INTBIG nicount, lx, hx, ly, hy, dist, bestdist, aicount, newnicount; in us_mirror() local
1770 aicount = newnicount = 0; in us_mirror()
1812 newailist = (ARCINST **)emalloc((aicount+1) * (sizeof (ARCINST *)), el_tempcluster); in us_mirror()
1816 for(i=0; i<aicount; i++) newailist[i] = ailist[i]; in us_mirror()
1817 if (aicount > 0) efree((CHAR *)ailist); in us_mirror()
1819 ailist[aicount] = ai; in us_mirror()
1820 aicount++; in us_mirror()
1843 for(i=0; i<aicount; i++) in us_mirror()
1845 if (aicount > 0) efree((CHAR *)ailist); in us_mirror()
H A Dusrcomrs.c1228 INTBIG xstart, ystart, xend, yend, gx, gy, cx, cy, rotcx, rotcy, aicount, in us_rotate() local
1506 aicount = newnicount = 0; in us_rotate()
1547 newailist = (ARCINST **)emalloc((aicount+1) * (sizeof (ARCINST *)), el_tempcluster); in us_rotate()
1551 for(j=0; j<aicount; j++) newailist[j] = ailist[j]; in us_rotate()
1552 if (aicount > 0) efree((CHAR *)ailist); in us_rotate()
1554 ailist[aicount] = ai; in us_rotate()
1555 aicount++; in us_rotate()
1590 for(i=0; i<aicount; i++) in us_rotate()
1595 if (aicount > 0) efree((CHAR *)ailist); in us_rotate()