Home
last modified time | relevance | path

Searched refs:npoints (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0puny.c46 rustv0_puny_adapt(size_t delta, size_t npoints, boolean_t first) in rustv0_puny_adapt() argument
51 delta += delta / npoints; in rustv0_puny_adapt()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/
H A Dpiclenvd.c307 init_table(int npoints) in init_table() argument
312 if (npoints == 0) in init_table()
318 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table()
323 tblp->nentries = npoints; in init_table()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/
H A Dpiclenvd.c445 init_table(int npoints) in init_table() argument
450 if (npoints == 0) in init_table()
456 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table()
461 tblp->nentries = npoints; in init_table()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/
H A Dpiclenvd.c457 init_table(int npoints) in init_table() argument
462 if (npoints == 0) in init_table()
468 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table()
473 tblp->nentries = npoints; in init_table()