/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...] |
/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 | 269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 270 { __s.setf(ios_base::boolalpha); return __s;} 272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 273 { __s.unsetf(ios_base::boolalpha); return __s;} 275 inline ios_base& _STLP_CALL showbase(ios_base& __s) 276 { __s.setf(ios_base::showbase); return __s;} 278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/7/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...] |
/prebuilts/ndk/8/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 | 269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 270 { __s.setf(ios_base::boolalpha); return __s;} 272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 273 { __s.unsetf(ios_base::boolalpha); return __s;} 275 inline ios_base& _STLP_CALL showbase(ios_base& __s) 276 { __s.setf(ios_base::showbase); return __s;} 278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/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 | 269 inline ios_base& _STLP_CALL boolalpha(ios_base& __s) 270 { __s.setf(ios_base::boolalpha); return __s;} 272 inline ios_base& _STLP_CALL noboolalpha(ios_base& __s) 273 { __s.unsetf(ios_base::boolalpha); return __s;} 275 inline ios_base& _STLP_CALL showbase(ios_base& __s) 276 { __s.setf(ios_base::showbase); return __s;} 278 inline ios_base& _STLP_CALL noshowbase(ios_base& __s) [all...] |
/prebuilts/gcc/linux-x86/host/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); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/ |
hash_fun.h | 72 __stl_hash_string(const char* __s) 75 for ( ; *__s; ++__s) 76 __h = 5 * __h + *__s; 84 operator()(const char* __s) const 85 { return __stl_hash_string(__s); } 92 operator()(const char* __s) const 93 { return __stl_hash_string(__s); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/ |
hash_fun.h | 72 __stl_hash_string(const char* __s) 75 for ( ; *__s; ++__s) 76 __h = 5 * __h + *__s; 84 operator()(const char* __s) const 85 { return __stl_hash_string(__s); } 92 operator()(const char* __s) const 93 { return __stl_hash_string(__s); }
|
/prebuilts/ndk/5/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); }
|
/prebuilts/ndk/6/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); }
|
/prebuilts/ndk/7/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); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hash_fun.h | 72 __stl_hash_string(const char* __s) 75 for ( ; *__s; ++__s) 76 __h = 5 * __h + *__s; 84 operator()(const char* __s) const 85 { return __stl_hash_string(__s); } 92 operator()(const char* __s) const 93 { return __stl_hash_string(__s); }
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/backward/ |
hash_fun.h | 72 __stl_hash_string(const char* __s) 75 for ( ; *__s; ++__s) 76 __h = 5 * __h + *__s; 84 operator()(const char* __s) const 85 { return __stl_hash_string(__s); } 92 operator()(const char* __s) const 93 { return __stl_hash_string(__s); }
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/backward/ |
hash_fun.h | 72 __stl_hash_string(const char* __s) 75 for ( ; *__s; ++__s) 76 __h = 5 * __h + *__s; 84 operator()(const char* __s) const 85 { return __stl_hash_string(__s); } 92 operator()(const char* __s) const 93 { return __stl_hash_string(__s); }
|