Searched refs:__e (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/drd/tests/
H A Dstd_thread.cpp60 int __e = __gthread_create(&_M_id._M_thread, execute_native_thread_routine, local
62 if (__e) {
64 __throw_system_error(__e);
H A Dstd_thread2.cpp65 int __e = __gthread_create(&_M_id._M_thread, execute_native_thread_routine, local
67 if (__e) {
69 __throw_system_error(__e);
/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) {
582 int __e = errno; local
584 if (__e == EPERM && (flags & FIO_O_NOATIME)) {
588 if (__e == EMFILE && file_close_shadow_fds(td))
593 if (__e == EINVAL && (flags & OS_O_DIRECT)) {
598 td_verror(td, __e, buf);
/external/fio/engines/
H A Dglusterfs.c201 int __e = errno; local
203 if (__e == ENOSPC) {
/external/clang/lib/Headers/
H A Davxintrin.h921 float __e, float __f, float __g, float __h)
923 return (__m256){ __h, __g, __f, __e, __d, __c, __b, __a };
976 float __e, float __f, float __g, float __h)
978 return (__m256){ __a, __b, __c, __d, __e, __f, __g, __h };
920 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
975 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument
/external/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp133 unsigned char __e; member in struct:Guid
146 inline Guid::Guid() : __a(0), __b(0), __c(0), __d(0), __e(0), __f(0), __g(0), __h(0), __i(0), __j(0), __k(0)
155 __e(reinterpret_cast<const __s_GUID&>(__guid).Data4[1]),
224 __a(__aArg), __b(__bArg), __c(__cArg), __d(__dArg), __e(__eArg), __f(__fArg), __g(__gArg), __h(__hArg), __i(__iArg), __j(__jArg), __k(__kArg)
232 __e = __dArg[1];

Completed in 256 milliseconds