Searched refs:__s (Results 1 - 25 of 38) sorted by relevance

12

/external/tcpdump/
H A Dcpack.h49 #define cpack_int8(__s, __p) cpack_uint8((__s), (u_int8_t*)(__p))
50 #define cpack_int16(__s, __p) cpack_uint16((__s), (u_int16_t*)(__p))
51 #define cpack_int32(__s, __p) cpack_uint32((__s), (u_int32_t*)(__p))
52 #define cpack_int64(__s, __p) cpack_uint64((__s), (u_int64_t*)(__p))
/external/clang/test/CodeGen/
H A Dpr9614.c11 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) { argument
13 return __builtin_strrchr (__s, __c);
H A Dmips-constraint-regs.c13 int __s, __v = 17; local
18 : "c" (__s), "I" (__v));
/external/libcxx/src/support/solaris/
H A Dxlocale.c27 #define vsnprintf_l(__s, __n, __l, __format, __va) \
28 vsnprintf(__s, __n, __format, __va)
30 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) argument
34 int __res = vsnprintf_l(__s, __n , __l, __format, __va);
39 int asprintf_l(char **__s, locale_t __l, const char *__format, ...) { argument
43 int __res = vasprintf(__s, __format, __va);
48 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...) { argument
52 int __res = vsscanf(__s, __format, __va);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-quals.cpp7 assign(const _CharT* __s, const basic_string<_CharT> &x) argument
H A Dcrash.cpp23 string(const char *__s);
H A Dcxx0x-initializer-stdinitializerlist-pr12086.cpp19 constexpr initializer_list(const _E* __b, size_t __s) argument
22 __end_(__b + __s)
24 __size_(__s)
H A Dcxx0x-initializer-stdinitializerlist.cpp13 initializer_list(const _E* __b, size_t __s) argument
15 __size_(__s)
/external/libcxx/src/
H A Dregex.cpp279 __match_any_but_newline<char>::__exec(__state& __s) const
281 if (__s.__current_ != __s.__last_)
283 switch (*__s.__current_)
287 __s.__do_ = __state::__reject;
288 __s.__node_ = nullptr;
291 __s.__do_ = __state::__accept_and_consume;
292 ++__s.__current_;
293 __s.__node_ = this->first();
299 __s
[all...]
H A Dthread.cpp174 void __make_ready_at_thread_exit(__assoc_sub_state* __s);
200 __thread_struct_imp::__make_ready_at_thread_exit(__assoc_sub_state* __s) argument
202 async_states_.push_back(__s);
203 __s->__add_shared();
225 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) argument
227 __p_->__make_ready_at_thread_exit(__s);
/external/libcxx/test/support/
H A Dconstexpr_char_traits.hpp37 static _LIBCPP_CONSTEXPR_AFTER_CXX11 size_t length(const char_type* __s);
38 static _LIBCPP_CONSTEXPR_AFTER_CXX11 const char_type* find(const char_type* __s, size_t __n, const char_type& __a);
41 static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* assign(char_type* __s, size_t __n, char_type __a);
76 constexpr_char_traits<_CharT>::length(const char_type* __s) argument
79 for (; !eq(*__s, char_type(0)); ++__s)
86 constexpr_char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a) argument
90 if (eq(*__s, __a))
91 return __s;
92 ++__s;
130 assign(char_type* __s, size_t __n, char_type __a) argument
[all...]
/external/libcxx/include/support/win32/
H A Dlocale_win32.h103 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
104 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ )
105 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ )
106 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ )
107 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __
[all...]
/external/clang/test/Index/
H A Dannotate-tokens-cxx0x.cpp37 initializer_list(const _E* __b, size_t __s) argument
39 __size_(__s)
/external/blktrace/btt/
H A Ddip_rb.c29 __u64 __s, s = BIT_START(iop); local
34 __s = BIT_START(__iop);
36 if (s < __s)
38 else if (s > __s)
/external/libcxx/include/support/solaris/
H A Dxlocale.h24 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...);
25 int asprintf_l(char **__s, locale_t __l, const char *__format, ...);
27 int sscanf_l(const char *__s, locale_t __l, const char *__format, ...);
/external/bison/lib/
H A Dstring.in.h97 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
100 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
103 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
111 void *, (void const *__s, int __c, size_t __n),
112 void const *, (void const *__s, int __c, size_t __n));
116 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
118 (void const *__s, int __c, size_t __n));
219 _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in)
227 void *, (void const *__s, int __c_in),
228 void const *, (void const *__s, in
[all...]
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp16 initializer_list(const _E* __b, size_t __s) argument
18 __size_(__s)
H A Dcxx0x-initializer-constructor.cpp16 initializer_list(const _E* __b, size_t __s) argument
18 __size_(__s)
/external/bison/darwin-lib/
H A Dstring.h409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
423 void *, (void const *__s, int __c, size_t __n),
424 void const *, (void const *__s, int __c, size_t __n));
428 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
430 (void const *__s, int __c, size_t __n));
531 _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in)
539 void *, (void const *__s, int __c_in),
540 void const *, (void const *__s, in
[all...]
/external/bison/linux-lib/
H A Dstring.h409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
423 void *, (void const *__s, int __c, size_t __n),
424 void const *, (void const *__s, int __c, size_t __n));
428 _GL_CXXALIASWARN1 (memchr, void *, (void *__s, int __c, size_t __n));
430 (void const *__s, int __c, size_t __n));
531 _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in)
539 void *, (void const *__s, int __c_in),
540 void const *, (void const *__s, in
[all...]
/external/clang/test/CXX/drs/
H A Ddr15xx.cpp36 initializer_list(const _E* __b, size_t __s) argument
37 : __begin_(__b), __size_(__s) {}
/external/e2fsprogs/config/
H A Dparse-types.sh8 s/typedef \(.*\) __s\([1-9]*\);/#define __S\2_TYPEDEF \1/
/external/clang/lib/Headers/
H A Davx512fintrin.h108 _mm512_set1_epi32(int __s) argument
110 return (__m512i)(__v16si){ __s, __s, __s, __s, __s, __s, __s, __s,
111 __s, __
[all...]
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h86 initializer_list(const _E* __b, size_t __s) argument
88 __size_(__s)
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp14 initializer_list(const _E* __b, size_t __s) argument
16 __size_(__s)

Completed in 1410 milliseconds

12