Home
last modified time | relevance | path

Searched refs:_STLP_VENDOR_CSTD (Results 1 – 25 of 25) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h41 # define stdin (&_STLP_VENDOR_CSTD::__files[0])
42 # define stdout (&_STLP_VENDOR_CSTD::__files[1])
43 # define stderr (&_STLP_VENDOR_CSTD::__files[2])
48 { return _STLP_VENDOR_CSTD::_vsnprintf(s1, n, s2, v); } in vsnprintf()
53 using _STLP_VENDOR_CSTD::FILE;
54 using _STLP_VENDOR_CSTD::fpos_t;
55 using _STLP_VENDOR_CSTD::size_t;
66 using _STLP_VENDOR_CSTD::clearerr;
67 using _STLP_VENDOR_CSTD::fclose;
68 using _STLP_VENDOR_CSTD::feof;
[all …]
D_cstdlib.h56 using _STLP_VENDOR_CSTD::div_t;
57 using _STLP_VENDOR_CSTD::ldiv_t;
58 using _STLP_VENDOR_CSTD::size_t;
63 using _STLP_VENDOR_CSTD::abort;
64 using _STLP_VENDOR_CSTD::getenv;
65 using _STLP_VENDOR_CSTD::mblen;
66 using _STLP_VENDOR_CSTD::mbtowc;
67 using _STLP_VENDOR_CSTD::system;
68 using _STLP_VENDOR_CSTD::bsearch;
70 using _STLP_VENDOR_CSTD::atexit;
[all …]
D_cctype.h32 using _STLP_VENDOR_CSTD::isalnum;
33 using _STLP_VENDOR_CSTD::isalpha;
34 using _STLP_VENDOR_CSTD::iscntrl;
35 using _STLP_VENDOR_CSTD::isdigit;
36 using _STLP_VENDOR_CSTD::isgraph;
37 using _STLP_VENDOR_CSTD::islower;
38 using _STLP_VENDOR_CSTD::isprint;
39 using _STLP_VENDOR_CSTD::ispunct;
40 using _STLP_VENDOR_CSTD::isspace;
41 using _STLP_VENDOR_CSTD::isupper;
[all …]
D_ctime.h33 using _STLP_VENDOR_CSTD::size_t;
34 using _STLP_VENDOR_CSTD::clock_t;
35 using _STLP_VENDOR_CSTD::time_t;
36 using _STLP_VENDOR_CSTD::tm;
38 using _STLP_VENDOR_CSTD::clock;
39 using _STLP_VENDOR_CSTD::asctime;
40 using _STLP_VENDOR_CSTD::ctime;
41 using _STLP_VENDOR_CSTD::gmtime;
44 using _STLP_VENDOR_CSTD::difftime;
46 using _STLP_VENDOR_CSTD::mktime;
[all …]
D_cwchar.h167 using _STLP_VENDOR_CSTD::wint_t;
180 using _STLP_VENDOR_CSTD::wint_t;
184 using _STLP_VENDOR_CSTD::size_t;
213 using _STLP_VENDOR_CSTD::fgetwc;
214 using _STLP_VENDOR_CSTD::fgetws;
215 using _STLP_VENDOR_CSTD::fputwc;
216 using _STLP_VENDOR_CSTD::fputws;
222 using _STLP_VENDOR_CSTD::fwide;
224 using _STLP_VENDOR_CSTD::fwprintf;
225 using _STLP_VENDOR_CSTD::fwscanf;
[all …]
D_csignal.h33 using _STLP_VENDOR_CSTD::signal;
34 using _STLP_VENDOR_CSTD::raise;
36 using _STLP_VENDOR_CSTD::sig_atomic_t;
D_clocale.h33 using _STLP_VENDOR_CSTD::lconv;
35 using _STLP_VENDOR_CSTD::localeconv;
36 using _STLP_VENDOR_CSTD::setlocale;
D_csetjmp.h43 using _STLP_VENDOR_CSTD::jmp_buf;
53 using _STLP_VENDOR_CSTD::setjmp;
60 using _STLP_VENDOR_CSTD::longjmp;
D_cstddef.h39 using _STLP_VENDOR_CSTD::ptrdiff_t;
40 using _STLP_VENDOR_CSTD::size_t;
D_cstdarg.h30 using _STLP_VENDOR_CSTD::va_list;
D_config_compat_post.h24 # define __STL_VENDOR_CSTD _STLP_VENDOR_CSTD
D_cmath.h157 # define _STLP_CMATH_FUNC_NAMESPACE _STLP_VENDOR_CSTD
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x); }
176 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::__##cfunc(x,y); }
178 inline float_type func (float_type x, type y) { return _STLP_VENDOR_CSTD::cfunc(x,y); }
474 inline long double pow(long double __x, int __y) { return _STLP_VENDOR_CSTD::__powl(__x, __STATIC_C… in pow()
596 using _STLP_VENDOR_CSTD::_ecvt;
597 using _STLP_VENDOR_CSTD::_fcvt;
D_cwctype.h53 # define _STLP_VENDOR_CSTD_WFUNC _STLP_VENDOR_CSTD
D_threads.c42 using _STLP_VENDOR_CSTD::time_t;
D_new.h27 using _STLP_VENDOR_CSTD::malloc;
D_threads.h168 using _STLP_VENDOR_CSTD::time_t;
/ndk/sources/cxx-stl/stlport/stlport/using/
Dcstring1 using _STLP_VENDOR_CSTD::size_t;
8 { return _STLP_VENDOR_CSTD::__memcpy(dst, src, len); }
10 { return _STLP_VENDOR_CSTD::__memmove(dst, src, len); }
12 using _STLP_VENDOR_CSTD::memmove;
13 using _STLP_VENDOR_CSTD::memcpy;
18 using _STLP_VENDOR_CSTD::strcoll;
19 using _STLP_VENDOR_CSTD::strerror;
20 using _STLP_VENDOR_CSTD::strxfrm;
26 using _STLP_VENDOR_CSTD::memchr;
27 using _STLP_VENDOR_CSTD::strchr;
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp61 _STLP_VENDOR_CSTD::fflush(_M_file); in ~stdio_streambuf_base()
70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t); in setbuf()
145 return _STLP_VENDOR_CSTD::fflush(_M_file) == 0 ? 0 : -1; in sync()
164 _STLP_VENDOR_CSTD::ungetc(c, _M_file); in underflow()
182 int result = _STLP_VENDOR_CSTD::ungetc(c, _M_file); in pbackfail()
209 _STLP_VENDOR_CSTD::fflush(_M_file); in overflow()
Dstlport_prefix.h31 using _STLP_VENDOR_CSTD::time_t;
Dallocators.cpp70 void *__chunk = _STLP_VENDOR_CSTD::malloc(__bytes); in __stlp_new_chunk()
76 inline void __stlp_delete_chunck(void* __p) { _STLP_VENDOR_CSTD::free(__p); } in __stlp_delete_chunck()
/ndk/sources/cxx-stl/stlport/stlport/
Dwchar.h32 using _STLP_VENDOR_CSTD::strlen;
33 using _STLP_VENDOR_CSTD::strspn;
Derrno.h39 using _STLP_VENDOR_CSTD::__errno;
Dcerrno40 using _STLP_VENDOR_CSTD::errno;
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
Dfeatures.h428 # define _STLP_VENDOR_CSTD macro
431 # define _STLP_VENDOR_CSTD _STLP_VENDOR_STD macro
432 # define _STLP_USING_VENDOR_CSTD _STLP_USING_NAMESPACE(_STLP_VENDOR_CSTD)
444 # define _STLP_VENDOR_MB_NAMESPACE _STLP_VENDOR_CSTD
449 # define _STLP_VENDOR_CSTD macro
566 #define STLPORT_CSTD _STLP_VENDOR_CSTD
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
Dfp_traits.hpp52 # ifdef _STLP_VENDOR_CSTD
56 # define BOOST_FPCLASSIFY_PREFIX ::_STLP_VENDOR_CSTD::