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

/external/stlport/src/
H A Dnum_put_float.cpp294 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); return buf macro
297 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN) macro
301 { _STLP_SECURE_FUN(_ecvt, x, n, pt, sign); }
303 { _STLP_SECURE_FUN(_fcvt, x, n, pt, sign); }
316 # undef _STLP_SECURE_FUN macro

Completed in 504 milliseconds