Home
last modified time | relevance | path

Searched refs:eh (Results 76 – 100 of 14144) sorted by relevance

12345678910>>...566

/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/tests/test_suite/
H A Dtest_equalityhelper.pas625 eh : TSDOEqualityHelperClass;
629 eh := CreateEqualityHelper();
661 eh : TSDOEqualityHelperClass;
665 eh := CreateEqualityHelper();
697 eh : TSDOEqualityHelperClass;
701 eh := CreateEqualityHelper();
718 eh : TSDOEqualityHelperClass;
987 eh.equalShallow(x,y);
991 eh.equalShallow(y,x);
1019 eh.equal(x,y);
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripRenderer.cs161 if (eh != null) in OnRenderArrow()
162 eh (this, e); in OnRenderArrow()
169 eh (this, e); in OnRenderButtonBackground()
176 eh (this, e); in OnRenderDropDownButtonBackground()
183 eh (this, e); in OnRenderGrip()
190 eh (this, e); in OnRenderImageMargin()
209 eh (this, e); in OnRenderItemBackground()
216 eh (this, e); in OnRenderItemCheck()
243 eh (this, e); in OnRenderItemImage()
283 eh (this, e); in OnRenderItemText()
[all …]
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dorderedhashiterator.t62 .local pmc oh, it, eh
69 set_label eh, catch
70 push_eh eh
74 finalize eh
80 .local pmc oh, it, eh, p
87 set_label eh, catch
88 push_eh eh
92 finalize eh
106 set_label eh, catch
107 push_eh eh
[all …]
/dports/irc/inspircd/inspircd-3.11.0/src/socketengines/
H A Dsocketengine_poll.cpp68 int fd = eh->GetFd(); in AddFd()
98 eh->SetEventMask(event_mask); in AddFd()
104 int fd = eh->GetFd(); in OnSetEvent()
116 int fd = eh->GetFd(); in DelFd()
151 SocketEngine::DelFdRef(eh); in DelFd()
175 if (!eh) in DispatchEvents()
197 eh->SetEventMask(eh->GetEventMask() & ~FD_READ_WILL_BLOCK); in DispatchEvents()
198 eh->OnEventHandlerRead(); in DispatchEvents()
199 if (eh != GetRef(fd)) in DispatchEvents()
208 eh->SetEventMask(mask); in DispatchEvents()
[all …]
H A Dsocketengine_epoll.cpp90 int fd = eh->GetFd(); in AddFd()
116 eh->SetEventMask(event_mask); in AddFd()
139 int fd = eh->GetFd(); in DelFd()
157 SocketEngine::DelFdRef(eh); in DelFd()
175 const int fd = eh->GetFd(); in DispatchEvents()
182 eh->OnEventHandlerError(0); in DispatchEvents()
207 OnSetEvent(eh, mask, nm); in DispatchEvents()
211 eh->SetEventMask(mask); in DispatchEvents()
214 eh->OnEventHandlerRead(); in DispatchEvents()
215 if (eh != GetRef(fd)) in DispatchEvents()
[all …]
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-hppa.c1568 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in elf32_hppa_gc_sweep_hook()
1586 if (eh != NULL) in elf32_hppa_gc_sweep_hook()
1602 if (eh != NULL) in elf32_hppa_gc_sweep_hook()
1769 eh->root.u.def.section = eh->u.weakdef->root.u.def.section; in elf32_hppa_adjust_dynamic_symbol()
1770 eh->root.u.def.value = eh->u.weakdef->root.u.def.value; in elf32_hppa_adjust_dynamic_symbol()
1772 eh->non_got_ref = eh->u.weakdef->non_got_ref; in elf32_hppa_adjust_dynamic_symbol()
1882 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_plt_static()
1949 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2099 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in clobber_millicode_symbols()
2118 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in readonly_dynrelocs()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/ITMImporter/
H A DITMImporter.cpp275 GetExtHeader( s, eh ); in GetItem()
323 str->Read( &eh->IDReq,1 ); in GetExtHeader()
324 str->Read( &eh->Location,1 ); in GetExtHeader()
327 str->Read( &eh->Target,1 ); in GetExtHeader()
332 eh->TargetNumber = tmpByte; in GetExtHeader()
333 str->ReadWord( &eh->Range ); in GetExtHeader()
336 str->Read(&eh->Speed, 1); in GetExtHeader()
346 str->ReadWord( &eh->Charges ); in GetExtHeader()
356 eh->ProjectileAnimation--; in GetExtHeader()
389 eh->ProjectileQualifier = pq; in GetExtHeader()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/SPLImporter/
H A DSPLImporter.cpp201 str->Read( &eh->Hostile, 1 ); in GetExtHeader()
202 str->Read( &eh->Location, 1 ); in GetExtHeader()
203 str->Read( &eh->unknown2, 1 ); in GetExtHeader()
205 str->Read( &eh->Target, 1 ); in GetExtHeader()
208 if (eh->Target == 1) { in GetExtHeader()
210 eh->Target = 3; in GetExtHeader()
217 eh->TargetNumber = tmpByte; in GetExtHeader()
218 str->ReadWord( &eh->Range ); in GetExtHeader()
227 str->ReadWord( &eh->Charges ); in GetExtHeader()
233 eh->ProjectileAnimation--; in GetExtHeader()
[all …]
/dports/devel/elfutils/elfutils-0.179/backends/
H A Daarch64_init.c44 Ebl *eh, in aarch64_init() argument
52 aarch64_init_reloc (eh); in aarch64_init()
53 HOOK (eh, register_info); in aarch64_init()
54 HOOK (eh, core_note); in aarch64_init()
55 HOOK (eh, reloc_simple_type); in aarch64_init()
56 HOOK (eh, return_value_location); in aarch64_init()
57 HOOK (eh, check_special_symbol); in aarch64_init()
58 HOOK (eh, data_marker_symbol); in aarch64_init()
59 HOOK (eh, abi_cfi); in aarch64_init()
64 eh->frame_nregs = 97; in aarch64_init()
[all …]
H A Dia64_init.c44 Ebl *eh, in ia64_init() argument
52 ia64_init_reloc (eh); in ia64_init()
53 HOOK (eh, reloc_simple_type); in ia64_init()
54 HOOK (eh, segment_type_name); in ia64_init()
55 HOOK (eh, section_type_name); in ia64_init()
56 HOOK (eh, dynamic_tag_name); in ia64_init()
57 HOOK (eh, dynamic_tag_check); in ia64_init()
58 HOOK (eh, machine_flag_check); in ia64_init()
60 HOOK (eh, register_info); in ia64_init()
61 HOOK (eh, return_value_location); in ia64_init()
[all …]
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dbt2_io.cpp206 EbwtParams *eh; in readIntoMemory() local
211 eh = params; in readIntoMemory()
350 _ebwt.init(new uint8_t[eh->_ebwtTotLen], eh->_ebwtTotLen, true); in readIntoMemory()
429 _ftab.init(new TIndexOffU[eh->_ftabLen], eh->_ftabLen, true); in readIntoMemory()
459 _eftab.init(new TIndexOffU[eh->_eftabLen], eh->_eftabLen, true); in readIntoMemory()
806 assert(eh.repOk()); in writeFromMemory()
882 assert(eh.repOk()); in writeFromMemory()
899 assert_eq(eh._lineRate, copy.eh()._lineRate); in writeFromMemory()
900 assert_eq(eh._offRate, copy.eh()._offRate); in writeFromMemory()
901 assert_eq(eh._ftabChars, copy.eh()._ftabChars); in writeFromMemory()
[all …]
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/
H A Dtrevent.c175 tr_event_handle* eh = veh; in readFromPipe() local
250 eh->base = base; in libeventThreadFunc()
253 eh->session->events = eh; in libeventThreadFunc()
261 while (!eh->die) in libeventThreadFunc()
267 tr_lockFree(eh->lock); in libeventThreadFunc()
270 tr_free(eh); in libeventThreadFunc()
276 tr_event_handle* eh; in tr_eventInit() local
281 eh->lock = tr_lockNew(); in tr_eventInit()
283 if (pipe(eh->fds) == -1) in tr_eventInit()
288 eh->session = session; in tr_eventInit()
[all …]
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/
H A Dtrevent.c175 tr_event_handle* eh = veh; in readFromPipe() local
250 eh->base = base; in libeventThreadFunc()
253 eh->session->events = eh; in libeventThreadFunc()
261 while (!eh->die) in libeventThreadFunc()
267 tr_lockFree(eh->lock); in libeventThreadFunc()
270 tr_free(eh); in libeventThreadFunc()
276 tr_event_handle* eh; in tr_eventInit() local
281 eh->lock = tr_lockNew(); in tr_eventInit()
283 if (pipe(eh->fds) == -1) in tr_eventInit()
288 eh->session = session; in tr_eventInit()
[all …]
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/
H A Dtrevent.c175 tr_event_handle* eh = veh; in readFromPipe() local
250 eh->base = base; in libeventThreadFunc()
253 eh->session->events = eh; in libeventThreadFunc()
261 while (!eh->die) in libeventThreadFunc()
267 tr_lockFree(eh->lock); in libeventThreadFunc()
270 tr_free(eh); in libeventThreadFunc()
276 tr_event_handle* eh; in tr_eventInit() local
281 eh->lock = tr_lockNew(); in tr_eventInit()
283 if (pipe(eh->fds) == -1) in tr_eventInit()
288 eh->session = session; in tr_eventInit()
[all …]
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/
H A Dtrevent.c175 tr_event_handle* eh = veh; in readFromPipe() local
250 eh->base = base; in libeventThreadFunc()
253 eh->session->events = eh; in libeventThreadFunc()
261 while (!eh->die) in libeventThreadFunc()
267 tr_lockFree(eh->lock); in libeventThreadFunc()
270 tr_free(eh); in libeventThreadFunc()
276 tr_event_handle* eh; in tr_eventInit() local
281 eh->lock = tr_lockNew(); in tr_eventInit()
283 if (pipe(eh->fds) == -1) in tr_eventInit()
288 eh->session = session; in tr_eventInit()
[all …]
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/
H A Dtrevent.c175 tr_event_handle* eh = veh; in readFromPipe() local
250 eh->base = base; in libeventThreadFunc()
253 eh->session->events = eh; in libeventThreadFunc()
261 while (!eh->die) in libeventThreadFunc()
267 tr_lockFree(eh->lock); in libeventThreadFunc()
270 tr_free(eh); in libeventThreadFunc()
276 tr_event_handle* eh; in tr_eventInit() local
281 eh->lock = tr_lockNew(); in tr_eventInit()
283 if (pipe(eh->fds) == -1) in tr_eventInit()
288 eh->session = session; in tr_eventInit()
[all …]
/dports/www/transmission-web/transmission-3.00/libtransmission/
H A Dtrevent.c175 tr_event_handle* eh = veh; in readFromPipe() local
250 eh->base = base; in libeventThreadFunc()
253 eh->session->events = eh; in libeventThreadFunc()
261 while (!eh->die) in libeventThreadFunc()
267 tr_lockFree(eh->lock); in libeventThreadFunc()
270 tr_free(eh); in libeventThreadFunc()
276 tr_event_handle* eh; in tr_eventInit() local
281 eh->lock = tr_lockNew(); in tr_eventInit()
283 if (pipe(eh->fds) == -1) in tr_eventInit()
288 eh->session = session; in tr_eventInit()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-metag.c1687 &hh->eh)) in elf_metag_relocate_section()
1775 &hh->eh) in elf_metag_relocate_section()
2041 eh->def_regular = 1; in elf_metag_create_dynamic_sections()
2432 eh->needs_plt = 0; in elf_metag_adjust_dynamic_symbol()
2508 if ((eh->root.u.def.section->flags & SEC_ALLOC) != 0 && eh->size != 0) in elf_metag_adjust_dynamic_symbol()
2531 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2568 eh->root.u.def.value = eh->plt.offset; in allocate_dynrelocs()
2584 eh->needs_plt = 0; in allocate_dynrelocs()
2625 eh)) in allocate_dynrelocs()
3007 + eh->plt.offset in elf_metag_finish_dynamic_symbol()
[all …]
H A Delf32-hppa.c319 #define eh_name(eh) \ argument
320 (eh ? eh->root.root.string : "<undef>")
1601 eh->dynindx = -1; in elf32_hppa_hide_symbol()
1633 } while (hh != NULL && &hh->eh != eh); in alias_readonly_dynrelocs()
1682 eh->needs_plt = 0; in elf32_hppa_adjust_dynamic_symbol()
1759 if ((eh->root.u.def.section->flags & SEC_ALLOC) != 0 && eh->size != 0) in elf32_hppa_adjust_dynamic_symbol()
1842 eh->needs_plt = 0; in allocate_plt_static()
3575 &hh->eh)) in elf32_hppa_relocate_section()
3668 &hh->eh)) in elf32_hppa_relocate_section()
4244 if (eh->needs_copy) in elf32_hppa_finish_dynamic_symbol()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-metag.c1687 &hh->eh)) in elf_metag_relocate_section()
1775 &hh->eh) in elf_metag_relocate_section()
2041 eh->def_regular = 1; in elf_metag_create_dynamic_sections()
2432 eh->needs_plt = 0; in elf_metag_adjust_dynamic_symbol()
2508 if ((eh->root.u.def.section->flags & SEC_ALLOC) != 0 && eh->size != 0) in elf_metag_adjust_dynamic_symbol()
2531 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2568 eh->root.u.def.value = eh->plt.offset; in allocate_dynrelocs()
2584 eh->needs_plt = 0; in allocate_dynrelocs()
2625 eh)) in allocate_dynrelocs()
3007 + eh->plt.offset in elf_metag_finish_dynamic_symbol()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-metag.c1687 &hh->eh)) in elf_metag_relocate_section()
1775 &hh->eh) in elf_metag_relocate_section()
2041 eh->def_regular = 1; in elf_metag_create_dynamic_sections()
2432 eh->needs_plt = 0; in elf_metag_adjust_dynamic_symbol()
2508 if ((eh->root.u.def.section->flags & SEC_ALLOC) != 0 && eh->size != 0) in elf_metag_adjust_dynamic_symbol()
2531 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2568 eh->root.u.def.value = eh->plt.offset; in allocate_dynrelocs()
2584 eh->needs_plt = 0; in allocate_dynrelocs()
2625 eh)) in allocate_dynrelocs()
3007 + eh->plt.offset in elf_metag_finish_dynamic_symbol()
[all …]
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-metag.c1687 &hh->eh)) in elf_metag_relocate_section()
1775 &hh->eh) in elf_metag_relocate_section()
2041 eh->def_regular = 1; in elf_metag_create_dynamic_sections()
2432 eh->needs_plt = 0; in elf_metag_adjust_dynamic_symbol()
2508 if ((eh->root.u.def.section->flags & SEC_ALLOC) != 0 && eh->size != 0) in elf_metag_adjust_dynamic_symbol()
2531 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2568 eh->root.u.def.value = eh->plt.offset; in allocate_dynrelocs()
2584 eh->needs_plt = 0; in allocate_dynrelocs()
2625 eh)) in allocate_dynrelocs()
3007 + eh->plt.offset in elf_metag_finish_dynamic_symbol()
[all …]
H A Delf32-hppa.c319 #define eh_name(eh) \ argument
320 (eh ? eh->root.root.string : "<undef>")
1601 eh->dynindx = -1; in elf32_hppa_hide_symbol()
1633 } while (hh != NULL && &hh->eh != eh); in alias_readonly_dynrelocs()
1682 eh->needs_plt = 0; in elf32_hppa_adjust_dynamic_symbol()
1759 if ((eh->root.u.def.section->flags & SEC_ALLOC) != 0 && eh->size != 0) in elf32_hppa_adjust_dynamic_symbol()
1842 eh->needs_plt = 0; in allocate_plt_static()
3575 &hh->eh)) in elf32_hppa_relocate_section()
3668 &hh->eh)) in elf32_hppa_relocate_section()
4244 if (eh->needs_copy) in elf32_hppa_finish_dynamic_symbol()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-metag.c2526 eh->root.u.def.section = eh->u.weakdef->root.u.def.section; in elf_metag_adjust_dynamic_symbol()
2527 eh->root.u.def.value = eh->u.weakdef->root.u.def.value; in elf_metag_adjust_dynamic_symbol()
2528 eh->non_got_ref = eh->u.weakdef->non_got_ref; in elf_metag_adjust_dynamic_symbol()
2611 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2648 eh->root.u.def.value = eh->plt.offset; in allocate_dynrelocs()
2705 eh)) in allocate_dynrelocs()
2807 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in readonly_dynrelocs()
3494 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in elf_metag_gc_sweep_hook()
3517 if (eh != NULL) in elf_metag_gc_sweep_hook()
3530 if (eh != NULL) in elf_metag_gc_sweep_hook()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-metag.c2526 eh->root.u.def.section = eh->u.weakdef->root.u.def.section; in elf_metag_adjust_dynamic_symbol()
2527 eh->root.u.def.value = eh->u.weakdef->root.u.def.value; in elf_metag_adjust_dynamic_symbol()
2528 eh->non_got_ref = eh->u.weakdef->non_got_ref; in elf_metag_adjust_dynamic_symbol()
2611 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in allocate_dynrelocs()
2648 eh->root.u.def.value = eh->plt.offset; in allocate_dynrelocs()
2705 eh)) in allocate_dynrelocs()
2807 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in readonly_dynrelocs()
3494 eh = (struct elf_link_hash_entry *) eh->root.u.i.link; in elf_metag_gc_sweep_hook()
3517 if (eh != NULL) in elf_metag_gc_sweep_hook()
3530 if (eh != NULL) in elf_metag_gc_sweep_hook()
[all …]

12345678910>>...566