Home
last modified time | relevance | path

Searched refs:nsd (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libsqlite/src/
H A Dprintf.c230 int nsd; /* Number of significant digits returned */ in vxprintf() local
453 nsd = 0; in vxprintf()
458 else for(; exp>=0; exp--) *(bufpt++) = et_getdigit(&realvalue,&nsd); in vxprintf()
463 while( (precision--)>0 ) *(bufpt++) = et_getdigit(&realvalue,&nsd); in vxprintf()
473 *(bufpt++) = et_getdigit(&realvalue,&nsd); /* First digit */ in vxprintf()
475 while( (precision--)>0 ) *(bufpt++) = et_getdigit(&realvalue,&nsd); in vxprintf()
/titanic_50/usr/src/common/ctf/
H A Dctf_open.c889 ctf_dsdef_t *dsd, *nsd; in ctf_close() local
914 for (dsd = ctf_list_prev(&fp->ctf_dsdefs); dsd != NULL; dsd = nsd) { in ctf_close()
915 nsd = ctf_list_prev(dsd); in ctf_close()