Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 25 of 5509) sorted by relevance

12345678910>>...221

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dordered-events.c25 oe->last = new; in queue_event()
69 if (oe->cur_alloc_size < oe->max_alloc_size) { in __dup_event()
144 new = &oe->buffer->event[oe->buffer_idx]; in alloc_event()
155 oe->cur_alloc_size, size, oe->max_alloc_size); in alloc_event()
158 list_add(&oe->buffer->list, &oe->to_free); in alloc_event()
228 u64 last_ts = oe->last ? oe->last->timestamp : 0ULL; in do_flush()
244 ret = oe->deliver(oe, iter); in do_flush()
327 oe->next_flush = oe->max_timestamp; in __ordered_events__flush()
399 ordered_events_buffer__free(oe->buffer, oe->buffer_idx, oe); in ordered_events__free()
414 memset(oe, '\0', sizeof(*oe)); in ordered_events__reinit()
[all …]
H A Dordered-events.h27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe,
55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
62 void ordered_events__free(struct ordered_events *oe);
63 void ordered_events__reinit(struct ordered_events *oe);
64 u64 ordered_events__first_time(struct ordered_events *oe);
67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument
69 oe->max_alloc_size = size; in ordered_events__set_alloc_size()
73 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dordered-events.c25 oe->last = new; in queue_event()
69 if (oe->cur_alloc_size < oe->max_alloc_size) { in __dup_event()
144 new = &oe->buffer->event[oe->buffer_idx]; in alloc_event()
155 oe->cur_alloc_size, size, oe->max_alloc_size); in alloc_event()
158 list_add(&oe->buffer->list, &oe->to_free); in alloc_event()
228 u64 last_ts = oe->last ? oe->last->timestamp : 0ULL; in do_flush()
244 ret = oe->deliver(oe, iter); in do_flush()
327 oe->next_flush = oe->max_timestamp; in __ordered_events__flush()
399 ordered_events_buffer__free(oe->buffer, oe->buffer_idx, oe); in ordered_events__free()
414 memset(oe, '\0', sizeof(*oe)); in ordered_events__reinit()
[all …]
H A Dordered-events.h27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe,
55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
62 void ordered_events__free(struct ordered_events *oe);
63 void ordered_events__reinit(struct ordered_events *oe);
64 u64 ordered_events__first_time(struct ordered_events *oe);
67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument
69 oe->max_alloc_size = size; in ordered_events__set_alloc_size()
73 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dordered-events.c25 oe->last = new; in queue_event()
69 if (oe->cur_alloc_size < oe->max_alloc_size) { in __dup_event()
144 new = &oe->buffer->event[oe->buffer_idx]; in alloc_event()
155 oe->cur_alloc_size, size, oe->max_alloc_size); in alloc_event()
158 list_add(&oe->buffer->list, &oe->to_free); in alloc_event()
228 u64 last_ts = oe->last ? oe->last->timestamp : 0ULL; in do_flush()
244 ret = oe->deliver(oe, iter); in do_flush()
327 oe->next_flush = oe->max_timestamp; in __ordered_events__flush()
399 ordered_events_buffer__free(oe->buffer, oe->buffer_idx, oe); in ordered_events__free()
414 memset(oe, '\0', sizeof(*oe)); in ordered_events__reinit()
[all …]
H A Dordered-events.h27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe,
55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
62 void ordered_events__free(struct ordered_events *oe);
63 void ordered_events__reinit(struct ordered_events *oe);
64 u64 ordered_events__first_time(struct ordered_events *oe);
67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument
69 oe->max_alloc_size = size; in ordered_events__set_alloc_size()
73 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DBDSEphemeris_T.cpp75 gpstk::BDSEphemeris oe; in testSvXvtMEO() local
84 oe.dndot = 0; in testSvXvtMEO()
87 oe.Adot = 0; in testSvXvtMEO()
97 oe.dataLoadedFlag = true; in testSvXvtMEO()
117 zeroth_array[ii] = oe.svXvt(oe.ctToc + ii); in testSvXvtMEO()
195 gpstk::BDSEphemeris oe; in testSvXvtGEO() local
217 oe.dataLoadedFlag = true; in testSvXvtGEO()
219 oe.ctToe = oe.ctToc; in testSvXvtGEO()
228 zeroth_array[ii] = oe.svXvt(oe.ctToc + ii); in testSvXvtGEO()
334 writeVel(oe);
[all …]
H A DOrbitEph_T.cpp66 gpstk::OrbitEph oe; in testSvXvt() local
67 oe.Cuc = -.324845314026e-05; in testSvXvt()
68 oe.Cus = .101532787085e-04; in testSvXvt()
69 oe.Crc = .168968750000e+03; in testSvXvt()
70 oe.Crs = -.646250000000e+02; in testSvXvt()
71 oe.Cic = .320374965668e-06; in testSvXvt()
72 oe.Cis = .117346644402e-06; in testSvXvt()
75 oe.dndot = 0; in testSvXvt()
78 oe.Adot = 0; in testSvXvt()
88 oe.dataLoadedFlag = true; in testSvXvt()
[all …]
H A DOrbElem_T.cpp82 OrbElemNonAbstract oe; in testSvXvt() local
83 oe.Cuc = -.324845314026e-05; in testSvXvt()
84 oe.Cus = .101532787085e-04; in testSvXvt()
85 oe.Crc = .168968750000e+03; in testSvXvt()
86 oe.Crs = -.646250000000e+02; in testSvXvt()
87 oe.Cic = .320374965668e-06; in testSvXvt()
91 oe.dndot = 0; in testSvXvt()
94 oe.Adot = 0; in testSvXvt()
104 oe.dataLoadedFlag = true; in testSvXvt()
107 oe.setHealthy(true); in testSvXvt()
[all …]
/dports/math/py-opt-einsum/opt_einsum-3.3.0/opt_einsum/tests/
H A Dtest_paths.py12 import opt_einsum as oe namespace
81 path_func = oe.helpers.compute_size_by_dict
129 test_func = oe.paths.optimal
138 test_func = oe.paths.greedy
149 views = oe.helpers.build_views(expression)
168 views = oe.helpers.build_views(expression)
244 opt1 = oe.DynamicProgramming(cost_cap=True)
246 opt3 = oe.DynamicProgramming(cost_cap=100)
276 oe.RandomGreedy(minimize='something')
443 assert 'custom' in oe.paths._PATH_OPTIONS
[all …]
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-set-option.c102 const struct options_table_entry *oe; in cmd_set_option_exec() local
127 oe = NULL; in cmd_set_option_exec()
135 if (oe == NULL) { in cmd_set_option_exec()
292 switch (oe->type) { in cmd_set_option_unset()
294 options_set_string(oo, oe->name, "%s", oe->default_str); in cmd_set_option_unset()
297 options_set_style(oo, oe->name, oe->default_str, 0); in cmd_set_option_unset()
300 options_set_number(oo, oe->name, oe->default_num); in cmd_set_option_unset()
304 options_remove(oo, oe->name); in cmd_set_option_unset()
316 switch (oe->type) { in cmd_set_option_set()
328 switch (oe->type) { in cmd_set_option_set()
[all …]
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-set-option.c101 const struct options_table_entry *oe; in cmd_set_option_exec() local
121 oe = NULL; in cmd_set_option_exec()
129 if (oe == NULL) { in cmd_set_option_exec()
284 switch (oe->type) { in cmd_set_option_unset()
286 options_set_string(oo, oe->name, "%s", oe->default_str); in cmd_set_option_unset()
289 options_set_style(oo, oe->name, oe->default_str, 0); in cmd_set_option_unset()
292 options_set_number(oo, oe->name, oe->default_num); in cmd_set_option_unset()
296 options_remove(oo, oe->name); in cmd_set_option_unset()
308 switch (oe->type) { in cmd_set_option_set()
320 switch (oe->type) { in cmd_set_option_set()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/sdr_lib/
H A Dbidir_reg.v5 input wire [15:0] oe, port
11 assign tristate[0] = oe[0] ? reg_val[0] : 1'bz;
12 assign tristate[1] = oe[1] ? reg_val[1] : 1'bz;
13 assign tristate[2] = oe[2] ? reg_val[2] : 1'bz;
14 assign tristate[3] = oe[3] ? reg_val[3] : 1'bz;
15 assign tristate[4] = oe[4] ? reg_val[4] : 1'bz;
16 assign tristate[5] = oe[5] ? reg_val[5] : 1'bz;
17 assign tristate[6] = oe[6] ? reg_val[6] : 1'bz;
18 assign tristate[7] = oe[7] ? reg_val[7] : 1'bz;
19 assign tristate[8] = oe[8] ? reg_val[8] : 1'bz;
[all …]
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-set-option.c101 const struct options_table_entry *oe; in cmd_set_option_exec() local
121 oe = NULL; in cmd_set_option_exec()
129 if (oe == NULL) { in cmd_set_option_exec()
300 switch (oe->type) { in cmd_set_option_unset()
302 options_set_string(oo, oe->name, "%s", oe->default_str); in cmd_set_option_unset()
305 options_set_style(oo, oe->name, oe->default_str, 0); in cmd_set_option_unset()
308 options_set_number(oo, oe->name, oe->default_num); in cmd_set_option_unset()
312 options_remove(oo, oe->name); in cmd_set_option_unset()
324 switch (oe->type) { in cmd_set_option_set()
336 switch (oe->type) { in cmd_set_option_set()
[all …]
/dports/sysutils/minipro/minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c/
H A Dtl866a.c36 { .pin = 1, .latch = 1, .oe = 1, .mask = 0x04 },
37 { .pin = 2, .latch = 1, .oe = 1, .mask = 0x08 },
38 { .pin = 3, .latch = 0, .oe = 1, .mask = 0x04 },
39 { .pin = 4, .latch = 0, .oe = 1, .mask = 0x08 },
40 { .pin = 9, .latch = 0, .oe = 1, .mask = 0x20 },
41 { .pin = 10, .latch = 0, .oe = 1, .mask = 0x10 },
42 { .pin = 30, .latch = 1, .oe = 1, .mask = 0x01 },
51 { .pin = 40, .latch = 1, .oe = 1, .mask = 0x10 }
57 { .pin = 1, .latch = 2, .oe = 2, .mask = 0x7f },
380 msg[8] = vcc_pins[i].oe; in tl866a_hardware_check()
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/exp/
H A Dorder.go26 func (oe orderedExpression) Clone() Expression {
27 return NewOrderedExpression(oe.sortExpression, oe.direction, oe.nullSortType)
30 func (oe orderedExpression) Expression() Expression {
31 return oe
34 func (oe orderedExpression) SortExpression() Expression {
35 return oe.sortExpression
38 func (oe orderedExpression) IsAsc() bool {
39 return oe.direction == AscDir
43 return oe.nullSortType
47 return NewOrderedExpression(oe.sortExpression, oe.direction, NullsFirstSortType)
[all …]
/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/ikws/searchproviders/
H A Dgoogle_news.desktop96 Query=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
97 Query[ar]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
99 Query[az]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
100 Query[bg]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
101 Query[bs]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
102 Query[ca]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
104 Query[cs]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
105 Query[da]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
106 Query[de]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
107 Query[el]=https://news.google.com/news?q=\\{@}&ie=UTF-8&oe=UTF-8
[all …]
H A Dgoogle_movie.desktop95 Query=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
96 Query[ar]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
98 Query[az]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
99 Query[ca]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
101 Query[cs]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
102 Query[da]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
103 Query[de]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
104 Query[el]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
106 Query[es]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
107 Query[et]=https://www.google.com/search?q=\\{@}&ie=UTF-8&oe=UTF-8
[all …]
H A Dgoogle_lucky.desktop95 Query=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
96 Query[ar]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
98 Query[az]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
99 Query[bg]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
100 Query[bs]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
101 Query[ca]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
103 Query[cs]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
104 Query[da]=https://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
108 Query[eo]=http://www.google.com/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
112 Query[fi]=https://www.google.fi/search?q=\\{@}&btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/ext/tests/GNSSEph/
H A DOrbAlmGen_T.cpp66 gpstk::OrbAlmGen oe; in testSvXvt() local
67 oe.M0 = -.136404614938e+01; in testSvXvt()
68 oe.ecc = .146582192974e-01; in testSvXvt()
70 oe.AHalf = .515359719276e+04; in testSvXvt()
71 oe.OMEGA0 = -.296605403382e+01; in testSvXvt()
73 oe.i0 = .941587707856e+00; in testSvXvt()
74 oe.w = -.224753761329e+01; in testSvXvt()
75 oe.OMEGAdot = -.804390648956e-08; in testSvXvt()
78 oe.loadWeekNumber(toa); in testSvXvt()
81 oe.health = 0; in testSvXvt()
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/levigross/exp-html/
H A Dparse.go92 p.oe = p.oe[:i]
155 p.oe = p.oe[:i+1]
160 p.oe = p.oe[:i+1]
179 p.oe = append(p.oe, n)
768 p.oe = p.oe[:i]
811 p.oe = p.oe[:1]
1043 p.oe = p.oe[:i]
1463 p.oe = p.oe[:i]
1506 p.oe = p.oe[:i]
1718 p.oe = p.oe[:i+1]
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/analysis/
H A DOperGVNValues.cpp21 bool AnalysisVisitor::operGVNValues(ast::OpExp & oe) in operGVNValues() argument
23 Result & resL = oe.getLeft().getDecorator().getResult(); in operGVNValues()
64 switch (oe.getOper()) in operGVNValues()
78 oe.getDecorator().safe = true; in operGVNValues()
94 oe.getDecorator().safe = true; in operGVNValues()
111 oe.getDecorator().safe = true; in operGVNValues()
127 oe.getDecorator().safe = true; in operGVNValues()
135 oe.getDecorator().safe = true; in operGVNValues()
151 oe.getDecorator().safe = true; in operGVNValues()
169 oe.getDecorator().safe = true; in operGVNValues()
[all …]
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_inst_implicit.v14 wire [31:0] oe; net
19 .oe (oe[31:0]));
24 if (oe !== 32'h00000001) $stop;
31 module subimp(o,oe);
34 output [31:0] oe; port
35 assign oe = 32'hab345679;
38 module Test(o,oe);
40 output [31:0] oe; port
48 assign oe = xe;
/dports/cad/yosys/yosys-yosys-0.12/tests/simple_abc9/
H A Dabc9.v52 always @(io or oe)
53 if (!oe)
60 always @(io or oe)
61 if (!oe)
68 always @(io or oe)
69 if (!oe)
84 always @(io or oe)
85 if (!oe)
94 abc9_test012_sub sub(io, oe);
99 always @(io or oe)
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoOutputData.cpp80 SoOutputDataEntry(const SoOutputDataEntry * oe) { this->copy(oe); } in SoOutputDataEntry() argument
81 SoOutputDataEntry(const SoOutputDataEntry & oe) { this->copy(&oe); } in SoOutputDataEntry() argument
85 return ((this->name == oe->name) && (this->ptroffset == oe->ptroffset) && in operator ==()
86 (this->type == oe->type)); in operator ==()
88 int operator!=(const SoOutputDataEntry * oe) const { return ! operator==(oe); } in operator !=()
89 int operator==(const SoOutputDataEntry & oe) const { return operator==(&oe); } in operator ==()
90 int operator!=(const SoOutputDataEntry & oe) const { return ! operator==(&oe); } in operator !=()
97 void copy(const SoOutputDataEntry * oe) in copy() argument
99 this->name = oe->name; in copy()
100 this->type = oe->type; in copy()
[all …]

12345678910>>...221