Home
last modified time | relevance | path

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

/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_cnv.c176 extern void __declcnv_tostr(char *, word32 *, int32, int32);
1118 __declcnv_tostr(chp, xsp->ap, trimblen, widnumlen); in sdispd()
1153 __declcnv_tostr(chp, ap, trimblen, widnumlen); in sdispd()
1165 extern void __declcnv_tostr(char *s, word32 *wp, int32 trimblen, int32 widnumlen) in __declcnv_tostr() function
H A Dv_ex4.c278 extern void __declcnv_tostr(char *, word32 *, int32, int32);
5317 __declcnv_tostr(s, t1a, trimblen, widnumlen); in to_dvtimstr()