Home
last modified time | relevance | path

Searched refs:__e (Results 1 – 25 of 1999) sorted by relevance

12345678910>>...80

/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dsh4_cache.h110 uint32_t __e, __a; \
113 for (__e = 0; __e < (SH4_DCACHE_SIZE / SH4_CACHE_LINESZ); __e++) {\
114 __a = SH4_CCDA | (__e << CCDA_ENTRY_SHIFT); \
118 for (__e = 0; __e < (SH4_ICACHE_SIZE / SH4_CACHE_LINESZ); __e++) {\
119 __a = SH4_CCIA | (__e << CCIA_ENTRY_SHIFT); \
126 uint32_t __e, __a; \
129 for (__e = 0;__e < (SH4_EMODE_DCACHE_SIZE / SH4_CACHE_LINESZ);__e++) {\
130 __a = SH4_CCDA | (__e << CCDA_ENTRY_SHIFT); \
134 for (__e = 0;__e < (SH4_EMODE_ICACHE_SIZE / SH4_CACHE_LINESZ);__e++) {\
135 __a = SH4_CCIA | (__e << CCIA_ENTRY_SHIFT); \
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A Deval.php68 $__e = null; // PHP exception variable
70 if ( !$__ignoreErrors && $__e && !preg_match( '/^(exit|die);?$/', $__line ) ) {
84 } catch ( Exception $__e ) {
85 fwrite( STDERR, "Caught exception " . get_class( $__e ) .
86 ": {$__e->getMessage()}\n" . $__e->getTraceAsString() . "\n" );
88 } catch ( Throwable $__e ) {
90 fwrite( STDERR, "Caught " . get_class( $__e ) .
91 ": {$__e->getMessage()}\n" . $__e->getTraceAsString() . "\n" );
94 throw $__e;
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A Deval.php68 $__e = null; // PHP exception variable
70 if ( !$__ignoreErrors && $__e && !preg_match( '/^(exit|die);?$/', $__line ) ) {
85 } catch ( Exception $__e ) {
86 fwrite( STDERR, "Caught exception " . get_class( $__e ) .
87 ": {$__e->getMessage()}\n" . $__e->getTraceAsString() . "\n" );
89 } catch ( Throwable $__e ) {
91 fwrite( STDERR, "Caught " . get_class( $__e ) .
92 ": {$__e->getMessage()}\n" . $__e->getTraceAsString() . "\n" );
95 throw $__e;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc52 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local
54 if (__e) in wait()
55 __throw_system_error(__e); in wait()
61 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local
65 if (__e) in notify_one()
66 __throw_system_error(__e); in notify_one()
72 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local
76 if (__e) in notify_all()
77 __throw_system_error(__e); in notify_all()
H A Dthread.cc104 int __e = EINVAL; in join() local
107 __e = __gthread_join(_M_id._M_thread, 0); in join()
109 if (__e) in join()
110 __throw_system_error(__e); in join()
118 int __e = EINVAL; in detach() local
121 __e = __gthread_detach(_M_id._M_thread); in detach()
123 if (__e) in detach()
124 __throw_system_error(__e); in detach()
141 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
143 if (__e) in _M_start_thread()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc52 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local
54 if (__e) in wait()
55 __throw_system_error(__e); in wait()
61 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local
65 if (__e) in notify_one()
66 __throw_system_error(__e); in notify_one()
72 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local
76 if (__e) in notify_all()
77 __throw_system_error(__e); in notify_all()
H A Dthread.cc104 int __e = EINVAL; in join() local
107 __e = __gthread_join(_M_id._M_thread, 0); in join()
109 if (__e) in join()
110 __throw_system_error(__e); in join()
118 int __e = EINVAL; in detach() local
121 __e = __gthread_detach(_M_id._M_thread); in detach()
123 if (__e) in detach()
124 __throw_system_error(__e); in detach()
141 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
143 if (__e) in _M_start_thread()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc52 int __e = __gthread_cond_wait(&_M_cond, __lock.mutex()->native_handle()); in wait() local
54 if (__e) in wait()
55 __throw_system_error(__e); in wait()
61 int __e = __gthread_cond_signal(&_M_cond); in notify_one() local
65 if (__e) in notify_one()
66 __throw_system_error(__e); in notify_one()
72 int __e = __gthread_cond_broadcast(&_M_cond); in notify_all() local
76 if (__e) in notify_all()
77 __throw_system_error(__e); in notify_all()
H A Dthread.cc104 int __e = EINVAL; in join() local
107 __e = __gthread_join(_M_id._M_thread, 0); in join()
109 if (__e) in join()
110 __throw_system_error(__e); in join()
118 int __e = EINVAL; in detach() local
121 __e = __gthread_detach(_M_id._M_thread); in detach()
123 if (__e) in detach()
124 __throw_system_error(__e); in detach()
141 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
143 if (__e) in _M_start_thread()
[all …]
/dports/devel/tllist/tllist/
H A Dtllist.h88 __typeof__((list).head) __e = malloc(sizeof(*__e)); \
89 __e->item = (new_item); \
90 __e->prev = (it); \
91 __e->next = (it) != NULL ? (it)->next : NULL; \
94 (it)->next->prev = __e; \
95 (it)->next = __e; \
98 (list).tail = __e; \
108 __typeof__((list).head) __e = malloc(sizeof(*__e)); \
109 __e->item = (new_item); \
110 __e->prev = (it) != NULL ? (it)->prev : NULL; \
[all …]
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/lib/
H A Dllist.h61 #define XDEBUG_LLIST_NEXT(__e) ((__e)->next)
62 #define XDEBUG_LLIST_PREV(__e) ((__e)->prev)
63 #define XDEBUG_LLIST_VALP(__e) ((__e)->ptr)
64 #define XDEBUG_LLIST_IS_TAIL(__e) ((__e)->next ? 0 : 1)
65 #define XDEBUG_LLIST_IS_HEAD(__e) ((__e)->prev ? 0 : 1)
/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Ddkim.h63 #define DSTAT_ISOK(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_OK) argument
64 #define DSTAT_ISINFO(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_INFO) argument
65 #define DSTAT_ISSYSERR(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_SYSERR) argument
66 #define DSTAT_ISTMPERR(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_TMPERR) argument
67 #define DSTAT_ISPERMFAIL(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_PERMFAIL) argument
68 #define DSTAT_ISCFGERR(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_CFGERR) argument
69 #define DSTAT_ISWARN(__e) (((__e) & DSTAT_CATMASK) == DSTATCAT_WARN) argument
70 #define DSTAT_ISCRITERR(__e) (DSTAT_ISSYSERR(__e) || DSTAT_ISCFGERR(__e)) argument
/dports/x11-wm/picom/picom-8.2/src/
H A Dx.h54 __auto_type __e = xcb_request_check(c, func##_checked(c, __VA_ARGS__)); \
55 if (__e) { \
56 x_print_error(__e->sequence, __e->major_code, __e->minor_code, \
57 __e->error_code); \
58 free(__e); \
66 xcb_generic_error_t *__e = NULL; \
67 __auto_type __r = func##_reply(c, func(c, __VA_ARGS__), &__e); \
68 if (__e) { \
69 x_print_error(__e->sequence, __e->major_code, __e->minor_code, \
70 __e->error_code); \
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dstd_mutex.h100 int __e = __gthread_mutex_lock(&_M_mutex); in _GLIBCXX_VISIBILITY() local
103 if (__e) in _GLIBCXX_VISIBILITY()
104 __throw_system_error(__e); in _GLIBCXX_VISIBILITY()
141 int __e __attribute__((__unused__)) = __gthread_cond_destroy(&_M_cond); in _GLIBCXX_VISIBILITY() local
142 __glibcxx_assert(__e != EBUSY); // threads are still blocked in _GLIBCXX_VISIBILITY()
154 int __e __attribute__((__unused__)) in _GLIBCXX_VISIBILITY() local
156 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
177 int __e __attribute__((__unused__)) = __gthread_cond_signal(&_M_cond); in _GLIBCXX_VISIBILITY() local
178 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
184 int __e __attribute__((__unused__)) = __gthread_cond_broadcast(&_M_cond); in _GLIBCXX_VISIBILITY() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstd_mutex.h100 int __e = __gthread_mutex_lock(&_M_mutex); in _GLIBCXX_VISIBILITY() local
103 if (__e) in _GLIBCXX_VISIBILITY()
104 __throw_system_error(__e); in _GLIBCXX_VISIBILITY()
141 int __e __attribute__((__unused__)) = __gthread_cond_destroy(&_M_cond); in _GLIBCXX_VISIBILITY() local
142 __glibcxx_assert(__e != EBUSY); // threads are still blocked in _GLIBCXX_VISIBILITY()
154 int __e __attribute__((__unused__)) in _GLIBCXX_VISIBILITY() local
156 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
177 int __e __attribute__((__unused__)) = __gthread_cond_signal(&_M_cond); in _GLIBCXX_VISIBILITY() local
178 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
184 int __e __attribute__((__unused__)) = __gthread_cond_broadcast(&_M_cond); in _GLIBCXX_VISIBILITY() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dstd_mutex.h100 int __e = __gthread_mutex_lock(&_M_mutex); in _GLIBCXX_VISIBILITY() local
103 if (__e) in _GLIBCXX_VISIBILITY()
104 __throw_system_error(__e); in _GLIBCXX_VISIBILITY()
141 int __e __attribute__((__unused__)) = __gthread_cond_destroy(&_M_cond); in _GLIBCXX_VISIBILITY() local
142 __glibcxx_assert(__e != EBUSY); // threads are still blocked in _GLIBCXX_VISIBILITY()
154 int __e __attribute__((__unused__)) in _GLIBCXX_VISIBILITY() local
156 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
177 int __e __attribute__((__unused__)) = __gthread_cond_signal(&_M_cond); in _GLIBCXX_VISIBILITY() local
178 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
184 int __e __attribute__((__unused__)) = __gthread_cond_broadcast(&_M_cond); in _GLIBCXX_VISIBILITY() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dstd_mutex.h100 int __e = __gthread_mutex_lock(&_M_mutex); in _GLIBCXX_VISIBILITY() local
103 if (__e) in _GLIBCXX_VISIBILITY()
104 __throw_system_error(__e); in _GLIBCXX_VISIBILITY()
141 int __e __attribute__((__unused__)) = __gthread_cond_destroy(&_M_cond); in _GLIBCXX_VISIBILITY() local
142 __glibcxx_assert(__e != EBUSY); // threads are still blocked in _GLIBCXX_VISIBILITY()
154 int __e __attribute__((__unused__)) in _GLIBCXX_VISIBILITY() local
156 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
177 int __e __attribute__((__unused__)) = __gthread_cond_signal(&_M_cond); in _GLIBCXX_VISIBILITY() local
178 __glibcxx_assert(__e == 0); in _GLIBCXX_VISIBILITY()
184 int __e __attribute__((__unused__)) = __gthread_cond_broadcast(&_M_cond); in _GLIBCXX_VISIBILITY() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/src/c++11/
H A Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/src/c++11/
H A Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/src/c++11/
H A Dthread.cc107 int __e = EINVAL; in join() local
110 __e = __gthread_join(_M_id._M_thread, 0); in join()
112 if (__e) in join()
113 __throw_system_error(__e); in join()
121 int __e = EINVAL; in detach() local
124 __e = __gthread_detach(_M_id._M_thread); in detach()
126 if (__e) in detach()
127 __throw_system_error(__e); in detach()
164 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
166 if (__e) in _M_start_thread()
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/common/sounds/
H A Dsound.qh45 entity __e = e; \
47 sound7(__e, c, s, v, a, 0, 0); \
69 entity __e; \
73 if (__chan > 0) __e = e; \
82 vector old_origin = __e.origin; \
83 vector old_mins = __e.mins; \
84 vector old_maxs = __e.maxs; \
85 setorigin(__e, o); \
86 setsize(__e, '0 0 0', '0 0 0'); \
90 setorigin(__e, old_origin); \
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/src/c++11/
H A Dthread.cc133 int __e = EINVAL; in join() local
136 __e = __gthread_join(_M_id._M_thread, 0); in join()
138 if (__e) in join()
139 __throw_system_error(__e); in join()
147 int __e = EINVAL; in detach() local
150 __e = __gthread_detach(_M_id._M_thread); in detach()
152 if (__e) in detach()
153 __throw_system_error(__e); in detach()
190 int __e = __gthread_create(&_M_id._M_thread, in _M_start_thread() local
192 if (__e) in _M_start_thread()
[all …]

12345678910>>...80