/external/tcpdump/ |
cpack.h | 46 #define cpack_int8(__s, __p) cpack_uint8((__s), (u_int8_t*)(__p)) 47 #define cpack_int16(__s, __p) cpack_uint16((__s), (u_int16_t*)(__p)) 48 #define cpack_int32(__s, __p) cpack_uint32((__s), (u_int32_t*)(__p)) 49 #define cpack_int64(__s, __p) cpack_uint64((__s), (u_int64_t*)(__p))
|
/external/stlport/stlport/stl/ |
_string_sum_methods.h | 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator()) 26 { _M_append_sum(__s); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) { 33 size_type __size = __s.size(); 37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos)); 45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf [all...] |
_ios_base.h | 267 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 268 { __s.setf(ios_base::boolalpha); return __s;} 270 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 271 { __s.unsetf(ios_base::boolalpha); return __s;} 273 inline ios_base& _STLP_CALL showbase(ios_base& __s) 274 { __s.setf(ios_base::showbase); return __s;} 276 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
_string_hash.h | 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { 36 size_t __len = __s.size(); 37 const _CharT* __data = __s.data(); 47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const 48 { return __stl_string_hash(__s); } 55 size_t operator()(const string& __s) const 56 { return __stl_string_hash(__s); } 62 size_t operator()(const wstring& __s) const 63 { return __stl_string_hash(__s); }
|
_hash_fun.h | 44 inline size_t __stl_hash_string(const char* __s) { 45 _STLP_FIX_LITERAL_BUG(__s) 47 for ( ; *__s; ++__s) 48 __h = 5*__h + *__s; 57 size_t operator()(const char* __s) const { 58 _STLP_FIX_LITERAL_BUG(__s) 59 return _STLP_PRIV __stl_hash_string(__s); 65 size_t operator()(const char* __s) const { 66 _STLP_FIX_LITERAL_BUG(__s) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator()) 26 { _M_append_sum(__s); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) { 33 size_type __size = __s.size(); 37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos)); 45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf [all...] |
_ios_base.h | 267 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 268 { __s.setf(ios_base::boolalpha); return __s;} 270 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 271 { __s.unsetf(ios_base::boolalpha); return __s;} 273 inline ios_base& _STLP_CALL showbase(ios_base& __s) 274 { __s.setf(ios_base::showbase); return __s;} 276 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
_string_hash.h | 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { 36 size_t __len = __s.size(); 37 const _CharT* __data = __s.data(); 47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const 48 { return __stl_string_hash(__s); } 55 size_t operator()(const string& __s) const 56 { return __stl_string_hash(__s); } 62 size_t operator()(const wstring& __s) const 63 { return __stl_string_hash(__s); }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator()) 26 { _M_append_sum(__s); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) { 33 size_type __size = __s.size(); 37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos)); 45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf [all...] |
_ios_base.h | 267 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 268 { __s.setf(ios_base::boolalpha); return __s;} 270 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 271 { __s.unsetf(ios_base::boolalpha); return __s;} 273 inline ios_base& _STLP_CALL showbase(ios_base& __s) 274 { __s.setf(ios_base::showbase); return __s;} 276 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
_string_hash.h | 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { 36 size_t __len = __s.size(); 37 const _CharT* __data = __s.data(); 47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const 48 { return __stl_string_hash(__s); } 55 size_t operator()(const string& __s) const 56 { return __stl_string_hash(__s); } 62 size_t operator()(const wstring& __s) const 63 { return __stl_string_hash(__s); }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 24 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 25 : _STLP_STRING_SUM_BASE(_Reserve_t(), __s.size(), __s.get_allocator()) 26 { _M_append_sum(__s); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _STLP_STRING_SUM_BASE(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a) { 33 size_type __size = __s.size(); 37 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos)); 45 _CharT* _M_append_fast(_CharT const* __s, size_type __s_size, _CharT *__buf [all...] |
_ios_base.h | 267 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 268 { __s.setf(ios_base::boolalpha); return __s;} 270 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 271 { __s.unsetf(ios_base::boolalpha); return __s;} 273 inline ios_base& _STLP_CALL showbase(ios_base& __s) 274 { __s.setf(ios_base::showbase); return __s;} 276 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
_string_hash.h | 34 __stl_string_hash(const basic_string<_CharT,_Traits,_Alloc>& __s) { 36 size_t __len = __s.size(); 37 const _CharT* __data = __s.data(); 47 size_t operator()(const basic_string<_CharT,_Traits,_Alloc>& __s) const 48 { return __stl_string_hash(__s); } 55 size_t operator()(const string& __s) const 56 { return __stl_string_hash(__s); } 62 size_t operator()(const wstring& __s) const 63 { return __stl_string_hash(__s); }
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
hash_fun.h | 69 __stl_hash_string(const char* __s) 72 for ( ; *__s; ++__s) 73 __h = 5 * __h + *__s; 81 operator()(const char* __s) const 82 { return __stl_hash_string(__s); } 89 operator()(const char* __s) const 90 { return __stl_hash_string(__s); }
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_fun.h | 69 __stl_hash_string(const char* __s) 72 for ( ; *__s; ++__s) 73 __h = 5 * __h + *__s; 81 operator()(const char* __s) const 82 { return __stl_hash_string(__s); } 89 operator()(const char* __s) const 90 { return __stl_hash_string(__s); }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
hash_fun.h | 69 __stl_hash_string(const char* __s) 72 for ( ; *__s; ++__s) 73 __h = 5 * __h + *__s; 81 operator()(const char* __s) const 82 { return __stl_hash_string(__s); } 89 operator()(const char* __s) const 90 { return __stl_hash_string(__s); }
|
/external/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()), 26 { _M_append_sum(__s, _M_non_dbg_impl); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 34 size_type __size = __s.size(); 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()), 26 { _M_append_sum(__s, _M_non_dbg_impl); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 34 size_type __size = __s.size(); 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()), 26 { _M_append_sum(__s, _M_non_dbg_impl); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 34 size_type __size = __s.size(); 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 23 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s) 24 : _M_non_dbg_impl(_Reserve_t(), __s.size(), __s.get_allocator()), 26 { _M_append_sum(__s, _M_non_dbg_impl); } 29 basic_string(_STLP_PRIV __bstr_sum<_CharT, _Traits, _Alloc, _Left, _Right, _StorageDir> const& __s, 32 : _M_non_dbg_impl(_Reserve_t(), (__pos <= __s.size()) ? ((min) (__n, __s.size() - __pos)) : 0, __a), 34 size_type __size = __s.size(); 39 _M_append_sum_pos(__s, __pos, (min) (__n, __size - __pos), _M_non_dbg_impl); 45 _Base& _M_append_fast(_CharT const* __s, size_type __s_size, _Base &__str [all...] |
/external/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 59 ios::init(__s.rdbuf()); 62 istream_withassign& operator=(streambuf* __s) { 63 ios::init(__s); 73 ostream_withassign& operator=(ostream& __s) { 74 ios::init(__s.rdbuf()); 77 ostream_withassign& operator=(streambuf* __s) { 78 ios::init(__s); 91 iostream_withassign & operator=(streambuf* __s) { 92 ios::init(__s); [all...] |
/ndk/sources/cxx-stl/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 59 ios::init(__s.rdbuf()); 62 istream_withassign& operator=(streambuf* __s) { 63 ios::init(__s); 73 ostream_withassign& operator=(ostream& __s) { 74 ios::init(__s.rdbuf()); 77 ostream_withassign& operator=(streambuf* __s) { 78 ios::init(__s); 91 iostream_withassign & operator=(streambuf* __s) { 92 ios::init(__s); [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 59 ios::init(__s.rdbuf()); 62 istream_withassign& operator=(streambuf* __s) { 63 ios::init(__s); 73 ostream_withassign& operator=(ostream& __s) { 74 ios::init(__s.rdbuf()); 77 ostream_withassign& operator=(streambuf* __s) { 78 ios::init(__s); 91 iostream_withassign & operator=(streambuf* __s) { 92 ios::init(__s); [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
iostream.h | 58 istream_withassign& operator=(istream& __s) { 59 ios::init(__s.rdbuf()); 62 istream_withassign& operator=(streambuf* __s) { 63 ios::init(__s); 73 ostream_withassign& operator=(ostream& __s) { 74 ios::init(__s.rdbuf()); 77 ostream_withassign& operator=(streambuf* __s) { 78 ios::init(__s); 91 iostream_withassign & operator=(streambuf* __s) { 92 ios::init(__s); [all...] |