Searched defs:__m (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _ctype.h | 78 bool is(mask __m, char __c) const in is() 135 mask __m; member 183 bool is(mask __m, wchar_t __c) const in is() 190 const wchar_t* scan_is(mask __m, in scan_is() 194 const wchar_t* scan_not (mask __m, in scan_not()
|
D | _valarray.c | 165 valarray<_Tp> valarray<_Tp>::cshift(int __m) const { in cshift()
|
D | _fstream.h | 168 _Self* open(const char* __s, ios_base::openmode __m) { in open() 174 _Self* open(const char* __s, ios_base::openmode __m, in open() 477 basic_ifstream(const char* __s, ios_base::openmode __m, in basic_ifstream() 557 basic_ofstream(const char* __s, ios_base::openmode __m, long __protection) : in basic_ofstream() 638 basic_fstream(const char* __s, ios_base::openmode __m, long __protection) : in basic_fstream()
|
D | _string.c | 401 const_iterator __m = __f + __len; in _M_replace() local 405 const_iterator __m = __f + __len; in _M_replace() local 412 const_iterator __m = __f + __len; in _M_replace() local
|
D | _algo.c | 432 _EuclideanRingElement __gcd(_EuclideanRingElement __m, in __gcd() 564 _Distance __m = (min) (__n, __remaining); in random_sample_n() local 587 _Distance __m = (min) (__n, __remaining); in random_sample_n() local 608 _Distance __m = 0; in __random_sample() local 630 _Distance __m = 0; in __random_sample() local
|
D | _istream.c | 1038 streamsize __m = __max_chars(_Num, __n); in _M_ignore_buffered() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | ctype.cpp | 331 ctype<char>::scan_is(ctype_base::mask __m, const char* __low, const char* __high) const in scan_is() 338 ctype<char>::scan_not(ctype_base::mask __m, const char* __low, const char* __high) const in scan_not()
|