HomeSort by relevance Sort by last modified time
    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 293 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); return buf
296 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN)
300 { _STLP_SECURE_FUN(_ecvt, x, n, pt, sign); }
302 { _STLP_SECURE_FUN(_fcvt, x, n, pt, sign); }
315 # undef _STLP_SECURE_FUN
    [all...]

Completed in 103 milliseconds