Home
last modified time | relevance | path

Searched refs:eh (Results 51 – 75 of 12864) sorted by relevance

12345678910>>...515

/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v2store/
H A Devent_test.go28 eh := newEventHistory(100)
33 eh.addEvent(e)
38 i := eh.Queue.Front
39 n := eh.Queue.Size
41 e := eh.Queue.Events[i]
46 i = (i + 1) % eh.Queue.Capacity
51 eh := newEventHistory(100)
63 eh.addEvent(de)
94 eh := newEventHistory(5)
118 eh := newEventHistory(10)
[all …]
/dports/devel/etcd33/etcd-3.3.23/store/
H A Devent_test.go28 eh := newEventHistory(100)
33 eh.addEvent(e)
38 i := eh.Queue.Front
39 n := eh.Queue.Size
41 e := eh.Queue.Events[i]
46 i = (i + 1) % eh.Queue.Capacity
51 eh := newEventHistory(100)
63 eh.addEvent(de)
94 eh := newEventHistory(5)
118 eh := newEventHistory(10)
[all …]
/dports/devel/etcd32/etcd-3.2.32/store/
H A Devent_test.go28 eh := newEventHistory(100)
33 eh.addEvent(e)
38 i := eh.Queue.Front
39 n := eh.Queue.Size
41 e := eh.Queue.Events[i]
46 i = (i + 1) % eh.Queue.Capacity
51 eh := newEventHistory(100)
63 eh.addEvent(de)
94 eh := newEventHistory(5)
118 eh := newEventHistory(10)
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v2store/
H A Devent_test.go28 eh := newEventHistory(100)
33 eh.addEvent(e)
38 i := eh.Queue.Front
39 n := eh.Queue.Size
41 e := eh.Queue.Events[i]
46 i = (i + 1) % eh.Queue.Capacity
51 eh := newEventHistory(100)
63 eh.addEvent(de)
94 eh := newEventHistory(5)
118 eh := newEventHistory(10)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/store/
H A Devent_test.go28 eh := newEventHistory(100)
33 eh.addEvent(e)
38 i := eh.Queue.Front
39 n := eh.Queue.Size
41 e := eh.Queue.Events[i]
46 i = (i + 1) % eh.Queue.Capacity
51 eh := newEventHistory(100)
63 eh.addEvent(de)
94 eh := newEventHistory(5)
118 eh := newEventHistory(10)
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v2store/
H A Devent_test.go28 eh := newEventHistory(100)
33 eh.addEvent(e)
38 i := eh.Queue.Front
39 n := eh.Queue.Size
41 e := eh.Queue.Events[i]
46 i = (i + 1) % eh.Queue.Capacity
51 eh := newEventHistory(100)
63 eh.addEvent(de)
94 eh := newEventHistory(5)
118 eh := newEventHistory(10)
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libsa/
H A Dether.c64 struct ether_header *eh; in sendether() local
71 eh = (struct ether_header *)pkt - 1; in sendether()
72 len += sizeof(*eh); in sendether()
76 eh->ether_type = htons(etype); in sendether()
78 n = netif_put(d, eh, len); in sendether()
82 n -= sizeof(*eh); in sendether()
96 struct ether_header *eh; in readether() local
104 len += sizeof(*eh); in readether()
106 n = netif_get(d, eh, len, tleft); in readether()
120 *etype = ntohs(eh->ether_type); in readether()
[all …]
/dports/devel/elfutils/elfutils-0.179/backends/
H A Ds390_init.c46 Ebl *eh, in s390_init() argument
54 s390_init_reloc (eh); in s390_init()
57 HOOK (eh, register_info); in s390_init()
59 if (eh->class == ELFCLASS64) in s390_init()
62 HOOK (eh, core_note); in s390_init()
63 HOOK (eh, abi_cfi); in s390_init()
68 eh->frame_nregs = 32; in s390_init()
70 if (eh->class == ELFCLASS32) in s390_init()
71 HOOK (eh, normalize_pc); in s390_init()
72 HOOK (eh, unwind); in s390_init()
[all …]
H A Di386_init.c44 Ebl *eh, in i386_init() argument
52 i386_init_reloc (eh); in i386_init()
55 HOOK (eh, core_note); in i386_init()
57 HOOK (eh, debugscn_p); in i386_init()
59 HOOK (eh, register_info); in i386_init()
60 HOOK (eh, syscall_abi); in i386_init()
61 HOOK (eh, auxv_info); in i386_init()
62 HOOK (eh, disasm); in i386_init()
63 HOOK (eh, abi_cfi); in i386_init()
65 eh->frame_nregs = 9; in i386_init()
[all …]
H A Dx86_64_init.c47 Ebl *eh, in x86_64_init() argument
55 x86_64_init_reloc (eh); in x86_64_init()
58 if (eh->class == ELFCLASS32) in x86_64_init()
61 HOOK (eh, core_note); in x86_64_init()
63 HOOK (eh, register_info); in x86_64_init()
64 HOOK (eh, syscall_abi); in x86_64_init()
65 HOOK (eh, auxv_info); in x86_64_init()
66 HOOK (eh, disasm); in x86_64_init()
67 HOOK (eh, abi_cfi); in x86_64_init()
69 eh->frame_nregs = 17; in x86_64_init()
[all …]
H A Driscv_init.c49 Ebl *eh, in riscv_init() argument
57 riscv_init_reloc (eh); in riscv_init()
58 HOOK (eh, reloc_simple_type); in riscv_init()
59 HOOK (eh, register_info); in riscv_init()
60 HOOK (eh, abi_cfi); in riscv_init()
61 HOOK (eh, disasm); in riscv_init()
63 eh->frame_nregs = 66; in riscv_init()
65 HOOK (eh, machine_flag_check); in riscv_init()
67 if (eh->class == ELFCLASS64) in riscv_init()
70 HOOK (eh, core_note); in riscv_init()
[all …]
H A Dalpha_init.c45 Ebl *eh, in alpha_init() argument
53 alpha_init_reloc (eh); in alpha_init()
54 HOOK (eh, dynamic_tag_name); in alpha_init()
55 HOOK (eh, dynamic_tag_check); in alpha_init()
56 HOOK (eh, reloc_simple_type); in alpha_init()
57 HOOK (eh, return_value_location); in alpha_init()
60 HOOK (eh, check_special_symbol); in alpha_init()
61 HOOK (eh, check_st_other_bits); in alpha_init()
62 HOOK (eh, register_info); in alpha_init()
63 HOOK (eh, core_note); in alpha_init()
[all …]
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/common/
H A Dethernet.c44 struct isc_ether_header eh; local
47 memcpy (eh.ether_dhost, &to -> hbuf [1],
48 sizeof eh.ether_dhost);
50 memset (eh.ether_dhost, 0xff, sizeof (eh.ether_dhost));
53 sizeof (eh.ether_shost));
55 memset (eh.ether_shost, 0x00, sizeof (eh.ether_shost));
57 eh.ether_type = htons (ETHERTYPE_IP);
73 struct isc_ether_header eh; local
78 if (ntohs (eh.ether_type) != ETHERTYPE_IP)
81 memcpy (&from -> hbuf [1], eh.ether_shost, sizeof (eh.ether_shost));
[all …]
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/common/
H A Dethernet.c44 struct isc_ether_header eh; local
47 memcpy (eh.ether_dhost, &to -> hbuf [1],
48 sizeof eh.ether_dhost);
50 memset (eh.ether_dhost, 0xff, sizeof (eh.ether_dhost));
53 sizeof (eh.ether_shost));
55 memset (eh.ether_shost, 0x00, sizeof (eh.ether_shost));
57 eh.ether_type = htons (ETHERTYPE_IP);
73 struct isc_ether_header eh; local
78 if (ntohs (eh.ether_type) != ETHERTYPE_IP)
81 memcpy (&from -> hbuf [1], eh.ether_shost, sizeof (eh.ether_shost));
[all …]
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/common/
H A Dethernet.c44 struct isc_ether_header eh; local
47 memcpy (eh.ether_dhost, &to -> hbuf [1],
48 sizeof eh.ether_dhost);
50 memset (eh.ether_dhost, 0xff, sizeof (eh.ether_dhost));
53 sizeof (eh.ether_shost));
55 memset (eh.ether_shost, 0x00, sizeof (eh.ether_shost));
57 eh.ether_type = htons (ETHERTYPE_IP);
73 struct isc_ether_header eh; local
78 if (ntohs (eh.ether_type) != ETHERTYPE_IP)
81 memcpy (&from -> hbuf [1], eh.ether_shost, sizeof (eh.ether_shost));
[all …]
/dports/net/cloud-init/cloud-init-21.4/tests/unittests/test_distros/
H A Dtest_hosts.py21 eh = hosts.HostsConf(BASE_ETC)
23 self.assertEqual(eh.get_entry('192.168.1.10'),
26 eh = str(eh)
27 self.assertTrue(eh.startswith('# Example'))
30 eh = hosts.HostsConf(BASE_ETC)
31 eh.add_entry('127.0.0.0', 'blah')
34 self.assertEqual(eh.get_entry('127.0.0.3'),
38 eh = hosts.HostsConf(BASE_ETC)
39 eh.add_entry('127.0.0.0', 'blah')
42 eh.del_entries('127.0.0.0')
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/parser/
H A Dmacro.go294 return eh.Ident(AccumulatorName)
303 init = eh.LiteralBool(true)
308 init = eh.LiteralBool(false)
309 condition = eh.GlobalCall(
315 zeroExpr := eh.LiteralInt(0)
316 oneExpr := eh.LiteralInt(1)
318 condition = eh.LiteralBool(true)
346 init := eh.NewList()
349 step := eh.GlobalCall(operators.Add, accuExpr, eh.NewList(fn))
365 init := eh.NewList()
[all …]
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Drs03-recognize.c91 *eh=NULL;
127 *eh=NULL;
151 g_free(*eh);
152 *eh=NULL;
196 *eh=NULL;
287 g_free(eh);
290 return eh;
323 if(eh)
325 return eh;
332 if(eh) in gdaui_form_get_proxy()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DHtmlElement.cs318 eh (this, ev); in OnClick()
339 eh (this, ev); in OnDoubleClick()
360 eh (this, ev); in OnMouseDown()
381 eh (this, ev); in OnMouseUp()
402 eh (this, ev); in OnMouseMove()
423 eh (this, ev); in OnMouseOver()
444 eh (this, ev); in OnMouseEnter()
465 eh (this, ev); in OnMouseLeave()
486 eh (this, ev); in OnKeyDown()
507 eh (this, ev); in OnKeyPress()
[all …]
H A DDataGridTableStyle.cs573 eh (this, e); in OnAllowSortingChanged()
580 eh (this, e); in OnAlternatingBackColorChanged()
587 eh (this, e); in OnBackColorChanged()
594 eh (this, e); in OnColumnHeadersVisibleChanged()
601 eh (this, e); in OnForeColorChanged()
608 eh (this, e); in OnGridLineColorChanged()
615 eh (this, e); in OnGridLineStyleChanged()
622 eh (this, e); in OnHeaderBackColorChanged()
629 eh (this, e); in OnHeaderFontChanged()
636 eh (this, e); in OnHeaderForeColorChanged()
[all …]
/dports/devel/etcd/etcd-2.3.8/store/
H A Devent_test.go24 eh := newEventHistory(100)
29 eh.addEvent(e)
34 i := eh.Queue.Front
35 n := eh.Queue.Size
37 e := eh.Queue.Events[i]
42 i = (i + 1) % eh.Queue.Capacity
47 eh := newEventHistory(100)
59 eh.addEvent(de)
61 e, err := eh.scan("/foo", false, 1)
94 eh := newEventHistory(10)
[all …]
/dports/lang/parrot/parrot-8.1.0/t/pmc/
H A Dro.t54 .local pmc foo, eh
61 set_label eh, eh_label
64 push_eh eh
115 .local pmc foo, eh
122 set_label eh, eh_label
125 push_eh eh
141 .local pmc foo, eh
149 set_label eh, eh_label
152 push_eh eh
185 push_eh eh
[all …]
/dports/sysutils/syslinux/syslinux-6.03/com32/mboot/
H A Dmap.c106 Elf32_Ehdr *eh = ptr; in map_image() local
145 (eh->e_machine != EM_386 && eh->e_machine != EM_486 && in map_image()
146 eh->e_machine != EM_X86_64) || in map_image()
147 eh->e_version != EV_CURRENT || in map_image()
148 eh->e_ehsize < sizeof(Elf32_Ehdr) || eh->e_ehsize >= len || in map_image()
150 !eh->e_phnum || eh->e_phoff + eh->e_phentsize * eh->e_phnum > len) in map_image()
154 if (!set.solaris && eh && kernel_is_solaris(eh)) in map_image()
182 if (eh->e_entry >= ph->p_vaddr in map_image()
228 if (eh->e_shoff) { in map_image()
231 sh = (Elf32_Shdr *) ((char *)eh + eh->e_shoff); in map_image()
[all …]
/dports/devel/mercurial/mercurial-6.0/hgext/largefiles/
H A D__init__.py131 eh = exthelper.exthelper() variable
132 eh.merge(lfcommands.eh)
133 eh.merge(overrides.eh)
134 eh.merge(proto.eh)
136 eh.configitem(
141 eh.configitem(
146 eh.configitem(
152 cmdtable = eh.cmdtable
154 extsetup = eh.finalextsetup
156 uisetup = eh.finaluisetup
[all …]
/dports/devel/fpc-fcl-sdo/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 …]

12345678910>>...515