Home
last modified time | relevance | path

Searched refs:this_id (Results 1 – 25 of 1066) sorted by relevance

12345678910>>...43

/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/graphs/port/
H A Dmac_acc_total.inc.php83 $this_id = str_replace('.', '', $acc['mac']); variable
92 $rrd_options .= ' CDEF:inB' . $this_id . '=in' . $this_id . ",$multiplier,* ";
93 $rrd_options .= ' CDEF:outB' . $this_id . 'temp=out' . $this_id . "temp,$multiplier,*";
94 $rrd_options .= ' CDEF:outB' . $this_id . '=outB' . $this_id . 'temp,-1,*';
95 … $rrd_options .= ' CDEF:octets' . $this_id . '=inB' . $this_id . ',outB' . $this_id . 'temp,+';
96 $rrd_options .= ' VDEF:totin' . $this_id . '=inB' . $this_id . ',TOTAL';
97 $rrd_options .= ' VDEF:totout' . $this_id . '=outB' . $this_id . 'temp,TOTAL';
98 $rrd_options .= ' VDEF:tot' . $this_id . '=octets' . $this_id . ',TOTAL';
105 $rrd_options .= ' GPRINT:inB' . $this_id . ":LAST:%6.2lf%s$units";
106 $rrd_options .= ' GPRINT:inB' . $this_id . ":MAX:%6.2lf%s$units";
[all …]
/dports/net-mgmt/observium/observium/html/includes/graphs/port/
H A Dmac_acc_total.inc.php106 $this_id = str_replace(".", "", $ma['mac']); variable
114 $rrd_options .= " CDEF:inB".$this_id."=in".$this_id.",$multiplier,* ";
115 $rrd_options .= " CDEF:outB".$this_id."temp=out".$this_id."temp,$multiplier,*";
116 $rrd_options .= " CDEF:outB".$this_id."=outB".$this_id."temp,-1,*";
117 $rrd_options .= " CDEF:octets".$this_id."=inB".$this_id.",outB".$this_id."temp,+";
118 $rrd_options .= " VDEF:totin".$this_id."=inB".$this_id.",TOTAL";
119 $rrd_options .= " VDEF:totout".$this_id."=outB".$this_id."temp,TOTAL";
120 $rrd_options .= " VDEF:tot".$this_id."=octets".$this_id.",TOTAL";
124 $rrd_options .= " GPRINT:inB".$this_id.":LAST:%6.2lf%s$units";
125 $rrd_options .= " GPRINT:inB".$this_id.":MAX:%6.2lf%s$units";
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/fiber/examples/
H A Djoin.cpp20 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn1() local
24 std::cout << "fiber " << this_id << " fn1: increment value1: " << value1 << std::endl; in fn1()
27 std::cout << "fiber " << this_id << " fn1: returns" << std::endl; in fn1()
32 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn2() local
36 std::cout << "fiber " << this_id << " fn2: increment value2: " << value2 << std::endl; in fn2()
40 std::cout << "fiber " << this_id << " fn2: joins fiber " << id << std::endl; in fn2()
42 std::cout << "fiber " << this_id << " fn2: joined fiber " << id << std::endl; in fn2()
46 std::cout << "fiber " << this_id << " fn2: returns" << std::endl; in fn2()
/dports/devel/boost-python-libs/boost_1_72_0/libs/fiber/examples/
H A Djoin.cpp20 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn1() local
24 std::cout << "fiber " << this_id << " fn1: increment value1: " << value1 << std::endl; in fn1()
27 std::cout << "fiber " << this_id << " fn1: returns" << std::endl; in fn1()
32 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn2() local
36 std::cout << "fiber " << this_id << " fn2: increment value2: " << value2 << std::endl; in fn2()
40 std::cout << "fiber " << this_id << " fn2: joins fiber " << id << std::endl; in fn2()
42 std::cout << "fiber " << this_id << " fn2: joined fiber " << id << std::endl; in fn2()
46 std::cout << "fiber " << this_id << " fn2: returns" << std::endl; in fn2()
/dports/devel/boost-libs/boost_1_72_0/libs/fiber/examples/
H A Djoin.cpp20 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn1() local
24 std::cout << "fiber " << this_id << " fn1: increment value1: " << value1 << std::endl; in fn1()
27 std::cout << "fiber " << this_id << " fn1: returns" << std::endl; in fn1()
32 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn2() local
36 std::cout << "fiber " << this_id << " fn2: increment value2: " << value2 << std::endl; in fn2()
40 std::cout << "fiber " << this_id << " fn2: joins fiber " << id << std::endl; in fn2()
42 std::cout << "fiber " << this_id << " fn2: joined fiber " << id << std::endl; in fn2()
46 std::cout << "fiber " << this_id << " fn2: returns" << std::endl; in fn2()
/dports/devel/hyperscan/boost_1_75_0/libs/fiber/examples/
H A Djoin.cpp20 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn1() local
24 std::cout << "fiber " << this_id << " fn1: increment value1: " << value1 << std::endl; in fn1()
27 std::cout << "fiber " << this_id << " fn1: returns" << std::endl; in fn1()
32 boost::fibers::fiber::id this_id = boost::this_fiber::get_id(); in fn2() local
36 std::cout << "fiber " << this_id << " fn2: increment value2: " << value2 << std::endl; in fn2()
40 std::cout << "fiber " << this_id << " fn2: joins fiber " << id << std::endl; in fn2()
42 std::cout << "fiber " << this_id << " fn2: joined fiber " << id << std::endl; in fn2()
46 std::cout << "fiber " << this_id << " fn2: returns" << std::endl; in fn2()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Ddummy-frame.c186 struct frame_id this_id; member
196 struct frame_id this_id; in dummy_frame_sniffer() local
211 this_id = gdbarch_dummy_id (get_frame_arch (this_frame), this_frame); in dummy_frame_sniffer()
218 if (frame_id_eq (dummyframe->id, this_id)) in dummy_frame_sniffer()
225 cache->this_id = this_id; in dummy_frame_sniffer()
269 struct frame_id *this_id) in dummy_frame_this_id() argument
275 (*this_id) = cache->this_id; in dummy_frame_this_id()
H A Dtrad-frame.c33 struct frame_id this_id; member
166 struct frame_id this_id) in trad_frame_set_id() argument
168 this_trad_cache->this_id = this_id; in trad_frame_set_id()
173 struct frame_id *this_id) in trad_frame_get_id() argument
175 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Ddummy-frame.c189 struct frame_id this_id; member
199 struct frame_id this_id; in dummy_frame_sniffer() local
214 this_id = gdbarch_dummy_id (get_frame_arch (this_frame), this_frame); in dummy_frame_sniffer()
221 if (frame_id_eq (dummyframe->id, this_id)) in dummy_frame_sniffer()
228 cache->this_id = this_id; in dummy_frame_sniffer()
272 struct frame_id *this_id) in dummy_frame_this_id() argument
278 (*this_id) = cache->this_id; in dummy_frame_this_id()
H A Dtrad-frame.c32 struct frame_id this_id; member
165 struct frame_id this_id) in trad_frame_set_id() argument
167 this_trad_cache->this_id = this_id; in trad_frame_set_id()
172 struct frame_id *this_id) in trad_frame_get_id() argument
174 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
/dports/databases/grass7/grass-7.8.6/raster/r.clump/
H A Dminsize.c268 if (ngbr_id == this_id) { in find_best_neighbour()
342 CELL this_id; in merge_small_clumps() local
450 if (Rast_is_c_null_value(&this_id) || this_id < 1) in merge_small_clumps()
453 reg_size = clumpid[this_id]; in merge_small_clumps()
464 row, col, this_id, nbtree, in merge_small_clumps()
481 clumpid[this_id] = 0; in merge_small_clumps()
482 this_id = best_id; in merge_small_clumps()
522 this_id = cbuf[col]; in merge_small_clumps()
526 if (this_id == 0) { in merge_small_clumps()
529 else if (this_id != clumpid[this_id]) { in merge_small_clumps()
[all …]
/dports/databases/grass7/grass-7.8.6/imagery/i.segment/
H A Dmean_shift.c491 if (ngbr_id == this_id) { in find_best_neighbour()
547 int this_id; in check_reg_size() local
602 if (ngbr_id == this_id) { in check_reg_size()
623 int this_id; in update_rid() local
655 if (ngbr_id == this_id) { in update_rid()
672 int this_id; in remove_small_clumps() local
706 renumber[this_id]++; in remove_small_clumps()
708 min_rid = this_id; in remove_small_clumps()
754 this_id = best_n_id; in remove_small_clumps()
781 if (Rast_is_c_null_value(&this_id) || this_id < 1) in remove_small_clumps()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvpl/util/
H A Dbvpl_corner_pair_finder.cxx98 int this_id=-1; in find_pairs() local
100 if (this_id >=0) { in find_pairs()
170 int this_id=-1; in find_pairs() local
172 if (this_id >=0) { in find_pairs()
259 int this_id=-1; in find_pairs() local
261 if (this_id >=0) { in find_pairs()
337 int this_id=-1; in find_pairs_no_lines() local
339 if (this_id >=0) { in find_pairs_no_lines()
422 int this_id=this_pair.id(); in find_pairs() local
423 if (this_id >=0) in find_pairs()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtrad-frame.c32 struct frame_id this_id; member
176 struct frame_id this_id) in trad_frame_set_id() argument
178 this_trad_cache->this_id = this_id; in trad_frame_set_id()
183 struct frame_id *this_id) in trad_frame_get_id() argument
185 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
H A Dframe.c118 } this_id; member
213 if (fi->this_id.p) in fprint_frame()
236 if (!fi->this_id.p) in get_frame_id()
254 fi->unwind->this_id (fi->next, &fi->prologue_cache, &fi->this_id.value); in get_frame_id()
255 fi->this_id.p = 1; in get_frame_id()
263 return fi->this_id.value; in get_frame_id()
812 frame->this_id.p = 1; in create_sentinel_frame()
1129 fi->this_id.p = 1; in create_new_frame()
1243 prev->this_id.p = 1; in legacy_get_prev_frame()
1444 prev->this_id.p = 1; in legacy_get_prev_frame()
[all …]
H A Ddummy-frame.c37 struct frame_id *this_id);
329 struct frame_id *this_id) in dummy_frame_this_id() argument
334 (*this_id) = dummy->id; in dummy_frame_this_id()
350 (*this_id) = gdbarch_unwind_dummy_id (current_gdbarch, next_frame); in dummy_frame_this_id()
359 (*this_id) = frame_id_build (deprecated_read_fp (), read_pc ()); in dummy_frame_this_id()
368 (*this_id) = frame_id_build (get_frame_base (get_prev_frame (next_frame)), in dummy_frame_this_id()
379 (*this_id) = null_frame_id; in dummy_frame_this_id()
382 (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr, in dummy_frame_this_id()
383 (*this_id).stack_addr); in dummy_frame_this_id()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dtrad-frame.c32 struct frame_id this_id; member
176 struct frame_id this_id) in trad_frame_set_id() argument
178 this_trad_cache->this_id = this_id; in trad_frame_set_id()
183 struct frame_id *this_id) in trad_frame_get_id() argument
185 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
H A Dframe.c118 } this_id; member
213 if (fi->this_id.p) in fprint_frame()
236 if (!fi->this_id.p) in get_frame_id()
254 fi->unwind->this_id (fi->next, &fi->prologue_cache, &fi->this_id.value); in get_frame_id()
255 fi->this_id.p = 1; in get_frame_id()
263 return fi->this_id.value; in get_frame_id()
812 frame->this_id.p = 1; in create_sentinel_frame()
1129 fi->this_id.p = 1; in create_new_frame()
1243 prev->this_id.p = 1; in legacy_get_prev_frame()
1444 prev->this_id.p = 1; in legacy_get_prev_frame()
[all …]
H A Ddummy-frame.c37 struct frame_id *this_id);
329 struct frame_id *this_id) in dummy_frame_this_id() argument
334 (*this_id) = dummy->id; in dummy_frame_this_id()
350 (*this_id) = gdbarch_unwind_dummy_id (current_gdbarch, next_frame); in dummy_frame_this_id()
359 (*this_id) = frame_id_build (deprecated_read_fp (), read_pc ()); in dummy_frame_this_id()
368 (*this_id) = frame_id_build (get_frame_base (get_prev_frame (next_frame)), in dummy_frame_this_id()
379 (*this_id) = null_frame_id; in dummy_frame_this_id()
382 (*this_prologue_cache) = find_dummy_frame ((*this_id).code_addr, in dummy_frame_this_id()
383 (*this_id).stack_addr); in dummy_frame_this_id()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dtrad-frame.c35 struct frame_id this_id; member
221 struct frame_id this_id) in trad_frame_set_id() argument
223 this_trad_cache->this_id = this_id; in trad_frame_set_id()
228 struct frame_id *this_id) in trad_frame_get_id() argument
230 (*this_id) = this_trad_cache->this_id; in trad_frame_get_id()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/bindgen-0.53.3/src/ir/analysis/
H A Dtemplate_params.rs208 this_id: Id, in take_this_id_usage_set()
210 let this_id = this_id.into(); in take_this_id_usage_set() localVariable
212 .get_mut(&this_id) in take_this_id_usage_set()
231 this_id: ItemId, in constrain_instantiation_of_blacklisted_template()
250 .filter(|a| *a != this_id) in constrain_instantiation_of_blacklisted_template()
272 this_id: ItemId, in constrain_instantiation()
283 debug_assert!(this_id != instantiation.template_definition()); in constrain_instantiation()
310 if arg == this_id { in constrain_instantiation()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/bindgen-0.58.1/src/ir/analysis/
H A Dtemplate_params.rs208 this_id: Id, in take_this_id_usage_set()
210 let this_id = this_id.into(); in take_this_id_usage_set() localVariable
212 .get_mut(&this_id) in take_this_id_usage_set()
231 this_id: ItemId, in constrain_instantiation_of_blocklisted_template()
250 .filter(|a| *a != this_id) in constrain_instantiation_of_blocklisted_template()
272 this_id: ItemId, in constrain_instantiation()
283 debug_assert!(this_id != instantiation.template_definition()); in constrain_instantiation()
310 if arg == this_id { in constrain_instantiation()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/bindgen-0.58.1/src/ir/analysis/
H A Dtemplate_params.rs208 this_id: Id, in take_this_id_usage_set()
210 let this_id = this_id.into(); in take_this_id_usage_set() localVariable
212 .get_mut(&this_id) in take_this_id_usage_set()
231 this_id: ItemId, in constrain_instantiation_of_blocklisted_template()
250 .filter(|a| *a != this_id) in constrain_instantiation_of_blocklisted_template()
272 this_id: ItemId, in constrain_instantiation()
283 debug_assert!(this_id != instantiation.template_definition()); in constrain_instantiation()
310 if arg == this_id { in constrain_instantiation()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bindgen-0.58.1/src/ir/analysis/
H A Dtemplate_params.rs208 this_id: Id, in take_this_id_usage_set()
210 let this_id = this_id.into(); in take_this_id_usage_set() localVariable
212 .get_mut(&this_id) in take_this_id_usage_set()
231 this_id: ItemId, in constrain_instantiation_of_blocklisted_template()
250 .filter(|a| *a != this_id) in constrain_instantiation_of_blocklisted_template()
272 this_id: ItemId, in constrain_instantiation()
283 debug_assert!(this_id != instantiation.template_definition()); in constrain_instantiation()
310 if arg == this_id { in constrain_instantiation()
/dports/devel/rust-bindgen/bindgen-0.59.2/src/ir/analysis/
H A Dtemplate_params.rs208 this_id: Id, in take_this_id_usage_set()
210 let this_id = this_id.into(); in take_this_id_usage_set() localVariable
212 .get_mut(&this_id) in take_this_id_usage_set()
231 this_id: ItemId, in constrain_instantiation_of_blocklisted_template()
250 .filter(|a| *a != this_id) in constrain_instantiation_of_blocklisted_template()
272 this_id: ItemId, in constrain_instantiation()
283 debug_assert!(this_id != instantiation.template_definition()); in constrain_instantiation()
310 if arg == this_id { in constrain_instantiation()

12345678910>>...43