HomeSort by relevance Sort by last modified time
    Searched refs:__s (Results 1 - 25 of 802) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
messages_members.h 51 messages<_CharT>::messages(__c_locale __cloc, const char* __s,
55 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
57 const size_t __len = __builtin_strlen(__s) + 1;
59 __builtin_memcpy(__tmp, __s, __len);
71 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
74 bindtextdomain(__s.c_str(), __dir);
75 return this->do_open(__s, __loc);
89 messages<_CharT>::do_open(const basic_string<char>& __s,
94 textdomain(__s.c_str());
105 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
messages_members.h 51 messages<_CharT>::messages(__c_locale __cloc, const char* __s,
55 if (__builtin_strcmp(__s, _S_get_c_name()) != 0)
57 const size_t __len = __builtin_strlen(__s) + 1;
59 __builtin_memcpy(__tmp, __s, __len);
71 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
74 bindtextdomain(__s.c_str(), __dir);
75 return this->do_open(__s, __loc);
89 messages<_CharT>::do_open(const basic_string<char>& __s,
94 textdomain(__s.c_str());
105 messages_byname<_CharT>::messages_byname(const char* __s, size_t __refs
    [all...]
  /external/clang/test/CodeGen/
pr9614.c 11 extern char *strrchr_foo (const char *__s, int __c) __asm ("strrchr");
12 extern inline __attribute__ ((__always_inline__)) __attribute__ ((__gnu_inline__)) char * strrchr_foo (const char *__s, int __c) {
13 return __builtin_strrchr (__s, __c);

Completed in 1121 milliseconds

1 2 3 4 5 6 7 8 91011>>