Searched defs:__e (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist-startend.cpp13 initializer_list(const _E* __b, const _E* __e) argument
15 __end_(__e)
/external/fio/
H A Dcgroup.c162 int __e = errno; local
164 if (__e != EEXIST) {
165 td_verror(td, __e, "cgroup mkdir");
H A Dfilesetup.c156 int __e = errno; local
158 if (__e == ENOSPC) {
589 int __e = errno; local
591 if (__e == EPERM && (flags & FIO_O_NOATIME)) {
595 if (__e == EMFILE && file_close_shadow_fds(td))
600 if (__e == EINVAL && (flags & OS_O_DIRECT)) {
605 td_verror(td, __e, buf);
/external/stlport/stlport/stl/
H A D_monetary.c287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); local
292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0);
H A D_vector.h665 void _M_set(pointer __s, pointer __f, pointer __e) { argument
668 this->_M_end_of_storage._M_data = __e;
H A D_rope.h1377 rope(const _CharT *__s, const _CharT *__e, argument
1379 : _M_tree_ptr(__a, _S_RopeLeaf_from_unowned_char_ptr(__s, __e - __s, __a))
1382 rope(const const_iterator& __s, const const_iterator& __e, argument
1385 __e._M_current_pos))
1388 rope(const iterator& __s, const iterator& __e, argument
1391 __e._M_current_pos))
1672 _Self& append(const _CharT* __s, const _CharT* __e) { argument
1673 _M_reset(_S_destr_concat_char_iter(_M_tree_ptr._M_data, __s, __e - __s));
1677 _Self& append(const_iterator __s, const_iterator __e) { argument
1678 _STLP_ASSERT(__s._M_root == __e
[all...]
/external/clang/lib/Headers/
H A Davxintrin.h938 float __e, float __f, float __g, float __h)
940 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
993 float __e, float __f, float __g, float __h)
995 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
937 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
992 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument

Completed in 77 milliseconds