Searched refs:eo (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/distrib/syspkg/sets/base/base-locale-eo/
H A DMakefile3 PKGBASE=base-locale-eo
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_tm.cc34 free_any_cxa_exception (_Unwind_Exception *eo) argument
37 = __get_refcounted_exception_header_from_ue (eo);
39 if (__is_dependent_exception (eo->exception_class))
42 = __get_dependent_exception_from_ue (eo);
83 _Unwind_Exception *eo local
85 if (__is_gxx_exception_class (eo->exception_class))
86 free_any_cxa_exception (eo);
88 _Unwind_DeleteException (eo);
106 _Unwind_Exception *eo = &h->unwindHeader; local
108 if (__is_gxx_exception_class (eo
[all...]
H A Dunwind-cxx.h314 __gxx_caught_object(_Unwind_Exception* eo) argument
316 return (void*)eo->barrier_cache.bitpattern[0];
372 __gxx_caught_object(_Unwind_Exception* eo) argument
375 __cxa_exception* header = __get_exception_header_from_ue (eo);
381 __get_object_from_ue(_Unwind_Exception* eo) throw() argument
383 return __is_dependent_exception (eo->exception_class) ?
384 __get_dependent_exception_from_ue (eo)->primaryException :
385 eo + 1;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_tm.cc34 free_any_cxa_exception (_Unwind_Exception *eo) argument
37 = __get_refcounted_exception_header_from_ue (eo);
39 if (__is_dependent_exception (eo->exception_class))
42 = __get_dependent_exception_from_ue (eo);
83 _Unwind_Exception *eo local
85 if (__is_gxx_exception_class (eo->exception_class))
86 free_any_cxa_exception (eo);
88 _Unwind_DeleteException (eo);
106 _Unwind_Exception *eo = &h->unwindHeader; local
108 if (__is_gxx_exception_class (eo
[all...]
H A Dunwind-cxx.h314 __gxx_caught_object(_Unwind_Exception* eo) argument
316 return (void*)eo->barrier_cache.bitpattern[0];
372 __gxx_caught_object(_Unwind_Exception* eo) argument
375 __cxa_exception* header = __get_exception_header_from_ue (eo);
381 __get_object_from_ue(_Unwind_Exception* eo) throw() argument
383 return __is_dependent_exception (eo->exception_class) ?
384 __get_dependent_exception_from_ue (eo)->primaryException :
385 eo + 1;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dkoenig.cc52 int foo ( O fo, ::E::O eo){ return 4;} argument
53 int foo (int i, O fo, ::E::O eo){ return 5;} argument
59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } argument
256 E::O eo; local
260 foo (eo);
261 foo (eo, eo);
262 foo (eo, eo, 1);
263 foo (fo, eo);
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dkoenig.cc52 int foo ( O fo, ::E::O eo){ return 4;} argument
53 int foo (int i, O fo, ::E::O eo){ return 5;} argument
59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } argument
256 E::O eo; local
260 foo (eo);
261 foo (eo, eo);
262 foo (eo, eo, 1);
263 foo (fo, eo);
[all...]
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_iocp.c115 struct event_overlapped eo; member in struct:dummy_overlapped
126 EVUTIL_UPCAST(o, struct dummy_overlapped, eo);
171 event_overlapped_init_(&o1.eo, dummy_cb);
172 event_overlapped_init_(&o2.eo, dummy_cb);
177 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100));
178 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200));
180 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101));
181 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201));
183 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102));
184 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 2
215 read_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
226 write_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_iocp.c116 struct event_overlapped eo; member in struct:dummy_overlapped
127 EVUTIL_UPCAST(o, struct dummy_overlapped, eo);
172 event_overlapped_init_(&o1.eo, dummy_cb);
173 event_overlapped_init_(&o2.eo, dummy_cb);
178 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 10, 100));
179 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 20, 200));
181 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 11, 101));
182 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 21, 201));
184 tt_assert(!event_iocp_activate_overlapped_(port, &o1.eo, 12, 102));
185 tt_assert(!event_iocp_activate_overlapped_(port, &o2.eo, 2
216 read_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
227 write_complete(struct event_overlapped *eo, uintptr_t key, ev_ssize_t nbytes, int ok) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Dbufferevent_async.c116 upcast_connect(struct event_overlapped *eo) argument
119 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, connect_overlapped);
125 upcast_read(struct event_overlapped *eo) argument
128 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, read_overlapped);
134 upcast_write(struct event_overlapped *eo) argument
137 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, write_overlapped);
396 bev_async_set_wsa_error(struct bufferevent *bev, struct event_overlapped *eo) argument
402 WSAGetOverlappedResult(fd, &eo->overlapped, &bytes, FALSE, &flags);
413 connect_complete(struct event_overlapped *eo, ev_uintptr_t key, argument
416 struct bufferevent_async *bev_a = upcast_connect(eo);
442 read_complete(struct event_overlapped *eo, ev_uintptr_t key, ev_ssize_t nbytes, int ok) argument
481 write_complete(struct event_overlapped *eo, ev_uintptr_t key, ev_ssize_t nbytes, int ok) argument
[all...]
H A Devent_iocp.c60 struct event_overlapped *eo = local
62 eo->cb(eo, completion_key, nBytes, ok);
H A Dbuffer_iocp.c83 /** Unpin all the chains noted as pinned in 'eo'. */
85 pin_release(struct evbuffer_overlapped *eo, unsigned flag) argument
88 struct evbuffer_chain *next, *chain = eo->first_pinned;
90 for (i = 0; i < eo->n_buffers; ++i) {
/netbsd-current/external/bsd/libevent/dist/
H A Dbufferevent_async.c139 upcast_connect(struct event_overlapped *eo) argument
142 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, connect_overlapped);
148 upcast_read(struct event_overlapped *eo) argument
151 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, read_overlapped);
157 upcast_write(struct event_overlapped *eo) argument
160 bev_a = EVUTIL_UPCAST(eo, struct bufferevent_async, write_overlapped);
419 bev_async_set_wsa_error(struct bufferevent *bev, struct event_overlapped *eo) argument
425 WSAGetOverlappedResult(fd, &eo->overlapped, &bytes, FALSE, &flags);
436 connect_complete(struct event_overlapped *eo, ev_uintptr_t key, argument
439 struct bufferevent_async *bev_a = upcast_connect(eo);
464 read_complete(struct event_overlapped *eo, ev_uintptr_t key, ev_ssize_t nbytes, int ok) argument
503 write_complete(struct event_overlapped *eo, ev_uintptr_t key, ev_ssize_t nbytes, int ok) argument
[all...]
H A Dbuffer_iocp.c85 /** Unpin all the chains noted as pinned in 'eo'. */
87 pin_release(struct evbuffer_overlapped *eo, unsigned flag) argument
90 struct evbuffer_chain *next, *chain = eo->first_pinned;
92 for (i = 0; i < eo->n_buffers; ++i) {
H A Devent_iocp.c59 struct event_overlapped *eo = local
61 eo->cb(eo, completion_key, nBytes, ok);
/netbsd-current/external/bsd/tre/dist/lib/
H A Dregexec.c132 int *tags = NULL, eo; local
158 tags, eflags, &eo);
170 &match, params, eflags, &eo);
177 tags, eflags, &eo);
182 tre_fill_pmatch(nmatch, pmatch, tnfa->cflags, tnfa, tags, eo);
321 int *tags = NULL, eo; local
352 match, params, eflags, &eo);
354 tre_fill_pmatch(nmatch, match->pmatch, tnfa->cflags, tnfa, tags, eo);
H A Dtre-match-backtrack.c405 regoff_t so, eo, bt = trans_i->u.backref; local
415 /* LINTED */eo = pmatch[bt].rm_eo;
416 bt_len = eo - so;
429 bt_len, so, eo, bt_len, (char*)string + so));
436 bt_len, so, eo, bt_len, (wchar_t*)string + so));
/netbsd-current/external/gpl2/grep/bin/
H A DMakefile32 .for F in cs.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fr.gmo gl.gmo hr.gmo \
/netbsd-current/external/gpl2/texinfo/
H A DMakefile23 .for F in cs.gmo da.gmo de.gmo de_AT.gmo eo.gmo fr.gmo he.gmo hr.gmo ja.gmo \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcanthrow.c305 Expression *eo = (Expression *)o; local
306 if (eo->op == TOKdsymbol)
308 DsymbolExp *se = (DsymbolExp *)eo;
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dlang.h37 el, en, eo, es, et, eu, enumerator in enum:__anon809
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/
H A DMakefile.am45 hello-c/po/eo.po \
86 hello-c-gnome/po/eo.po \
124 hello-c++/po/eo.po \
163 hello-c++-qt/po/eo.po \
228 hello-c++-kde/po/eo.po \
271 hello-c++-gnome/po/eo.po \
309 hello-c++-wxwidgets/po/eo.po \
347 hello-objc/po/eo.po \
388 hello-objc-gnustep/po/eo.po \
429 hello-objc-gnome/po/eo
[all...]
H A DMakefile.in193 hello-c/po/eo.po \
234 hello-c-gnome/po/eo.po \
272 hello-c++/po/eo.po \
311 hello-c++-qt/po/eo.po \
376 hello-c++-kde/po/eo.po \
419 hello-c++-gnome/po/eo.po \
457 hello-c++-wxwidgets/po/eo.po \
495 hello-objc/po/eo.po \
536 hello-objc-gnustep/po/eo.po \
577 hello-objc-gnome/po/eo
[all...]
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.c878 ssize_t eo; local
911 eo = dhcp_optlen(eopt, ol);
912 if (eo == -1) {
919 if (eo == 0) {
937 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo,
943 od += (size_t)eo;
944 ol -= (size_t)eo;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcanthrow.d278 Expression eo = cast(Expression)o;
279 if (auto se = eo.isDsymbolExp())

Completed in 475 milliseconds

12