Searched defs:cvt_ll (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprprf.c287 static int cvt_ll(SprintfState *ss, PRInt64 num, int width, int prec, int radix, function
896 rv = cvt_ll(ss, u.ll, width, prec, radix, type, flags, hexp);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp418 static int cvt_ll(SprintfState *ss, PRInt64 num, int width, int prec, function
1197 rv = cvt_ll(ss, u.ll, width, prec, radix, type, flags, hexp);

Completed in 64 milliseconds