OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_SECURE_FUN
(Results
1 - 2
of
2
) sorted by null
/external/stlport/src/
num_put_float.cpp
294
# define
_STLP_SECURE_FUN
(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); return buf
297
# define
_STLP_SECURE_FUN
(F, X, N, PT, SIGN) return F(X, N, PT, SIGN)
301
{
_STLP_SECURE_FUN
(_ecvt, x, n, pt, sign); }
303
{
_STLP_SECURE_FUN
(_fcvt, x, n, pt, sign); }
316
# undef
_STLP_SECURE_FUN
[
all
...]
/ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp
294
# define
_STLP_SECURE_FUN
(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); return buf
297
# define
_STLP_SECURE_FUN
(F, X, N, PT, SIGN) return F(X, N, PT, SIGN)
301
{
_STLP_SECURE_FUN
(_ecvt, x, n, pt, sign); }
303
{
_STLP_SECURE_FUN
(_fcvt, x, n, pt, sign); }
316
# undef
_STLP_SECURE_FUN
[
all
...]
Completed in 234 milliseconds