Home
last modified time | relevance | path

Searched refs:eh (Results 151 – 175 of 21056) sorted by relevance

12345678910>>...843

/dports/net/ucarp/UCarp-4f339d4/src/
H A Dgarp.c12 struct ether_header eh;
44 memset(&eh, 0, sizeof eh);
45 memcpy(&eh.ether_shost, hwaddr, sizeof hwaddr);
46 memset(&eh.ether_dhost, 0xff, ETHER_ADDR_LEN);
47 eh.ether_type = htons(ETHERTYPE_ARP);
49 if ((pkt = ALLOCA(sizeof eh + sizeof arp)) == NULL) {
53 memcpy(pkt, &eh, sizeof eh);
54 memcpy(pkt + sizeof eh, arp, sizeof arp);
57 rc = write(dev_desc_fd, pkt, sizeof eh + sizeof arp);
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/weakref/
H A Dweakref.cpp94 wxEvtHandler eh; in DeclareTest() local
152 wxEvtHandler eh; in AssignTest() local
155 wro1 = &eh; in AssignTest()
167 wxEvtHandler eh; in AssignTest() local
170 wro1 = &eh; in AssignTest()
187 wxEvtHandler eh; in AssignWeakRefTest() local
192 wro1 = &eh; in AssignWeakRefTest()
243 wxEvtHandler eh; in CleanupTest() local
253 wro1 = &eh; in CleanupTest()
300 wxEvtHandler eh; in DynamicRefTest() local
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/weakref/
H A Dweakref.cpp98 wxEvtHandler eh; in DeclareTest() local
139 wxEvtHandler eh; in AssignTest() local
142 wro1 = &eh; in AssignTest()
157 wxEvtHandler eh; in AssignTest() local
160 wro1 = &eh; in AssignTest()
178 wxEvtHandler eh; in AssignWeakRefTest() local
183 wro1 = &eh; in AssignWeakRefTest()
234 wxEvtHandler eh; in CleanupTest() local
244 wro1 = &eh; in CleanupTest()
291 wxEvtHandler eh; in DynamicRefTest() local
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/weakref/
H A Dweakref.cpp98 wxEvtHandler eh; in DeclareTest() local
139 wxEvtHandler eh; in AssignTest() local
142 wro1 = &eh; in AssignTest()
157 wxEvtHandler eh; in AssignTest() local
160 wro1 = &eh; in AssignTest()
178 wxEvtHandler eh; in AssignWeakRefTest() local
183 wro1 = &eh; in AssignWeakRefTest()
234 wxEvtHandler eh; in CleanupTest() local
244 wro1 = &eh; in CleanupTest()
291 wxEvtHandler eh; in DynamicRefTest() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridView.cs4742 if (eh != null) eh (this, e); in OnMultiSelectChanged()
4747 if (eh != null) eh (this, e); in OnNewRowNeeded()
4963 if (eh != null) eh (this, e); in OnRowContextMenuStripChanged()
4969 if (eh != null) eh (this, e); in OnRowContextMenuStripNeeded()
4975 if (eh != null) eh (this, e); in OnRowDefaultCellStyleChanged()
4981 if (eh != null) eh (this, e); in OnRowDirtyStateNeeded()
4987 if (eh != null) eh (this, e); in OnRowDividerDoubleClick()
4993 if (eh != null) eh (this, e); in OnRowDividerHeightChanged()
4999 if (eh != null) eh (this, e); in OnRowEnter()
5005 if (eh != null) eh (this, e); in OnRowErrorTextChanged()
[all …]
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A Dv_rot.c20 eh[1] = el[0]; in v_rot()
21 eh[2] = el[1]; in v_rot()
22 eh[0] = el[2]; in v_rot()
23 v_prod( el, eh, ex ); in v_rot()
24 v_norm (ex, eh); in v_rot()
28 v_prod( el, eh, ex ); in v_rot()
33 ex[1]=eh[0]; in v_rot()
37 ey[1]=eh[1]; in v_rot()
41 ez[1]=eh[2]; in v_rot()
70 pout[0]=el[0]*l+eh[0]*dh+eq[0]*dq; in v_rot()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexcept.c637 i = cfun->eh->region_tree; in collect_eh_region_array()
1340 (cfun->eh->filter, in build_post_landing_pads()
1758 fc = cfun->eh->sjlj_fc; in sjlj_emit_function_enter()
1892 fc = cfun->eh->sjlj_fc; in sjlj_emit_dispatch_table()
1967 cfun->eh->sjlj_fc in sjlj_build_landing_pads()
2027 bool eh = false; in finish_eh_generation() local
2033 eh = true; in finish_eh_generation()
2038 if (eh) in finish_eh_generation()
2879 if (!cfun->eh->ehr_label) in expand_builtin_eh_return()
3715 i = fun->eh->region_tree; in dump_eh_tree()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Polygon_mesh_processing/internal/Corefinement/
H A Dintersection_callbacks.h58 halfedge_descriptor eh = edge_box.info(); in operator() local
109 halfedge_descriptor eh = edge_box.info(); in operator() local
110 if(is_border(eh,tm_edges)) eh = opposite(eh, tm_edges); in operator()
132 halfedge_descriptor eh_opp=opposite(eh, tm_edges); in operator()
236 halfedge_descriptor eh = edge_box.info(); in operator() local
238 if ( face(eh, tm) == face(fh, tm) || face(opposite(eh,tm), tm) == face(fh, tm) ) in operator()
241 if(is_border(eh,tm)) eh = opposite(eh, tm); in operator()
242 halfedge_descriptor eh_opp=opposite(eh, tm); in operator()
256 if ( is_edge_target_incident_to_face(eh, fh) || in operator()
301 is_edge_target_incident_to_face(eh, fh) ) in operator()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/libtest/
H A Dlib540.c47 static CURL *eh[NUM_HANDLES]; variable
54 res_easy_init(eh[num]); in init()
58 res_easy_setopt(eh[num], CURLOPT_URL, url); in init()
86 res_multi_add_handle(cm, eh[num]); in init()
94 curl_easy_cleanup(eh[num]); in init()
95 eh[num] = NULL; in init()
167 if(eh[i] == e) { in loop()
168 eh[i] = NULL; in loop()
194 eh[i] = NULL; in test()
236 curl_multi_remove_handle(cm, eh[i]); in test()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/dgraph-io/badger/y/
H A Diterator.go110 func (eh elemHeap) Len() int { return len(eh) }
111 func (eh elemHeap) Swap(i, j int) { eh[i], eh[j] = eh[j], eh[i] }
112 func (eh *elemHeap) Push(x interface{}) { *eh = append(*eh, x.(*elem)) }
113 func (eh *elemHeap) Pop() interface{} {
115 old := *eh
118 *eh = old[0 : n-1]
121 func (eh elemHeap) Less(i, j int) bool {
122 cmp := CompareKeys(eh[i].itr.Key(), eh[j].itr.Key())
124 return !eh[i].reversed
127 return eh[i].reversed
[all …]
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/dgraph-io/badger/y/
H A Diterator.go110 func (eh elemHeap) Len() int { return len(eh) }
111 func (eh elemHeap) Swap(i, j int) { eh[i], eh[j] = eh[j], eh[i] }
112 func (eh *elemHeap) Push(x interface{}) { *eh = append(*eh, x.(*elem)) }
113 func (eh *elemHeap) Pop() interface{} {
115 old := *eh
118 *eh = old[0 : n-1]
121 func (eh elemHeap) Less(i, j int) bool {
122 cmp := CompareKeys(eh[i].itr.Key(), eh[j].itr.Key())
124 return !eh[i].reversed
127 return eh[i].reversed
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dellipse-line-intersect-toy.cpp10 PointSetHandle eh, lh; member in CircleIntersect
18 double rx = Geom::distance(eh.pts[0], eh.pts[1]); in draw()
19 double ry = Geom::distance(eh.pts[0], eh.pts[2]); in draw()
20 double rot = Geom::atan2(eh.pts[1] - eh.pts[0]); in draw()
22 Ellipse e(eh.pts[0], Point(rx, ry), rot); in draw()
46 eh.push_back(300,300); eh.push_back(450,150); eh.push_back(250, 350); in CircleIntersect()
48 handles.push_back(&eh); in CircleIntersect()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dellipse-line-intersect-toy.cpp10 PointSetHandle eh, lh; member in CircleIntersect
18 double rx = Geom::distance(eh.pts[0], eh.pts[1]); in draw()
19 double ry = Geom::distance(eh.pts[0], eh.pts[2]); in draw()
20 double rot = Geom::atan2(eh.pts[1] - eh.pts[0]); in draw()
22 Ellipse e(eh.pts[0], Point(rx, ry), rot); in draw()
46 eh.push_back(300,300); eh.push_back(450,150); eh.push_back(250, 350); in CircleIntersect()
48 handles.push_back(&eh); in CircleIntersect()
/dports/devel/gnome-builder/gnome-builder-41.3/src/plugins/editorconfig/libeditorconfig/
H A Deditorconfig.c410 if (eh->ver.major == 0 && in editorconfig_parse()
412 eh->ver.patch == 0) in editorconfig_parse()
413 eh->ver = cur_ver; in editorconfig_parse()
418 if (!eh->err_file) { in editorconfig_parse()
419 free(eh->err_file); in editorconfig_parse()
420 eh->err_file = NULL; in editorconfig_parse()
425 if (!eh->conf_file_name) in editorconfig_parse()
428 if (eh->name_values) { in editorconfig_parse()
434 free(eh->name_values); in editorconfig_parse()
436 eh->name_values = NULL; in editorconfig_parse()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/point_locater/
H A Dparametrizer.hpp15 Entity_handle eh, in get_moab_points() argument
43 const Entity_handle & eh, in operator ()() argument
48 get_moab_points( moab, eh, points); in operator ()()
49 return map( moab, eh, points, point, tol); in operator ()()
66 const Entity_handle & eh, in operator ()() argument
71 get_moab_points( moab, eh, points); in operator ()()
73 switch( moab.type_from_handle( eh)){ in operator ()()
75 return hex_map( moab, eh, in operator ()()
78 return tet_map( moab, eh, in operator ()()
84 quadratic_hex_map( moab, eh, in operator ()()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Ddn2entry.c39 EntryHeader eh; in wt_dn2entry() local
81 rc = wt_entry_header( &item, &eh ); in wt_dn2entry()
83 eoff = eh.data - (char *)item.data; in wt_dn2entry()
84 eh.bv.bv_len = eh.nvals * sizeof( struct berval ) + item.size; in wt_dn2entry()
85 eh.bv.bv_val = ch_malloc( eh.bv.bv_len ); in wt_dn2entry()
86 memset(eh.bv.bv_val, 0xff, eh.bv.bv_len); in wt_dn2entry()
87 eh.data = eh.bv.bv_val + eh.nvals * sizeof( struct berval ); in wt_dn2entry()
88 memcpy(eh.data, item.data, item.size); in wt_dn2entry()
89 eh.data += eoff; in wt_dn2entry()
90 rc = entry_decode( &eh, &e ); in wt_dn2entry()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Ddn2entry.c39 EntryHeader eh; in wt_dn2entry() local
81 rc = wt_entry_header( &item, &eh ); in wt_dn2entry()
83 eoff = eh.data - (char *)item.data; in wt_dn2entry()
84 eh.bv.bv_len = eh.nvals * sizeof( struct berval ) + item.size; in wt_dn2entry()
85 eh.bv.bv_val = ch_malloc( eh.bv.bv_len ); in wt_dn2entry()
86 memset(eh.bv.bv_val, 0xff, eh.bv.bv_len); in wt_dn2entry()
87 eh.data = eh.bv.bv_val + eh.nvals * sizeof( struct berval ); in wt_dn2entry()
88 memcpy(eh.data, item.data, item.size); in wt_dn2entry()
89 eh.data += eoff; in wt_dn2entry()
90 rc = entry_decode( &eh, &e ); in wt_dn2entry()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Ddn2entry.c39 EntryHeader eh; in wt_dn2entry() local
81 rc = wt_entry_header( &item, &eh ); in wt_dn2entry()
83 eoff = eh.data - (char *)item.data; in wt_dn2entry()
84 eh.bv.bv_len = eh.nvals * sizeof( struct berval ) + item.size; in wt_dn2entry()
85 eh.bv.bv_val = ch_malloc( eh.bv.bv_len ); in wt_dn2entry()
86 memset(eh.bv.bv_val, 0xff, eh.bv.bv_len); in wt_dn2entry()
87 eh.data = eh.bv.bv_val + eh.nvals * sizeof( struct berval ); in wt_dn2entry()
88 memcpy(eh.data, item.data, item.size); in wt_dn2entry()
89 eh.data += eoff; in wt_dn2entry()
90 rc = entry_decode( &eh, &e ); in wt_dn2entry()

12345678910>>...843