Lines Matching refs:optimize
2330 struct optimize struct
2335 struct optimize *next; argument
2339 static struct optimize *opt_free; argument
2343 struct optimize *op = (struct optimize*)fp; in optimize_clear()
2367 static const Namdisc_t optimize_disc = {sizeof(struct optimize),put_optimize,0,0,0,0,clone_optimiz…
2372 register struct optimize *op, *xp; in nv_optimize()
2390 if((xp= (struct optimize*)fp) && xp->ptr==sh.argaddr) in nv_optimize()
2395 op=(struct optimize*)calloc(1,sizeof(struct optimize)); in nv_optimize()
2407 op->next = (struct optimize*)sh.optlist; in nv_optimize()
2416 register struct optimize *op,*opnext; in sh_optclear()
2417 for(op=(struct optimize*)shp->optlist; op; op = opnext) in sh_optclear()