Home
last modified time | relevance | path

Searched refs:active_table (Results 1 – 25 of 32) sorted by relevance

12

/dports/benchmarks/iperf/iperf-2.1.4/src/
H A Dactive_hosts.cpp95 active_table.root = NULL; in Iperf_initialize_active_table()
96 active_table.groupid = 0; in Iperf_initialize_active_table()
106 active_table.total_count++; in active_table_update()
114 active_table.count++; in active_table_update()
115 active_table.groupid++; in active_table_update()
116 active_table.root = this_entry; in active_table_update()
154 rc = active_table.groupid; in Iperf_push_host_port_conditional()
182 active_table.count--; in Iperf_remove_host()
208 active_table.root = NULL; in Iperf_destroy_active_table()
209 active_table.count = 0; in Iperf_destroy_active_table()
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dmib_cache.php28 private $active_table = ''; variable in MibCache
112 $this->active_table = '';
123 if ($this->active_table != $table) {
135 $this->active_table = $table;
141 $this->active_table = '';
147 $this->active_table = $table;
196 $columns = $this->cache__tables_columns[$this->active_mib][$this->active_table];
343 $columns = $this->cache__tables_columns[$this->active_mib][$this->active_table];
358 $columns = $this->cache__tables_columns[$this->active_mib][$this->active_table];
402 $filter = $this->cache__tables[$this->active_mib][$this->active_table] . '.1.%';
[all …]
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Tables/
H A DReader.pm105 undef $this->{active_table};
134 $this->{active_table} = undef; # Open table
259 $this->{active_table} = $this->{table_class}->new( $this->{on_open_spec} );
266 $this->{active_table}->addTagSpecs( $this->{on_close_spec} );
268 push( @{ $this->{result} }, $this->{active_table} );
269 $this->{active_table}->number( $this->{nTables}++ );
270 undef $this->{active_table};
276 my $row_class = $this->{active_table}->row_class;
278 $row_class->new( $this->{active_table}, $precruft, '' )
286 $this->{active_table}->pushRow( $this->{active_row} );
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Disys_dma_rmgr.c55 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_dma_channel_rmgr_acquire()
56 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_dma_channel_rmgr_acquire()
82 if (bitop_getbit(cur_rsrc->active_table, *channel) == 1) { in ia_css_isys_dma_channel_rmgr_release()
83 bitop_clearbit(cur_rsrc->active_table, *channel); in ia_css_isys_dma_channel_rmgr_release()
H A Disys_stream2mmio_rmgr.c56 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_stream2mmio_sid_rmgr_acquire()
57 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_stream2mmio_sid_rmgr_acquire()
83 if (bitop_getbit(cur_rsrc->active_table, *sid) == 1) { in ia_css_isys_stream2mmio_sid_rmgr_release()
84 bitop_clearbit(cur_rsrc->active_table, *sid); in ia_css_isys_stream2mmio_sid_rmgr_release()
H A Dcsi_rx_rmgr.c70 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
71 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_csi_rx_lut_rmgr_acquire()
117 if (bitop_getbit(cur_rsrc->active_table, packet_entry) == 1) { in ia_css_isys_csi_rx_lut_rmgr_release()
118 bitop_clearbit(cur_rsrc->active_table, packet_entry); in ia_css_isys_csi_rx_lut_rmgr_release()
H A Disys_dma_rmgr.h21 u32 active_table; member
H A Disys_stream2mmio_rmgr.h21 u32 active_table; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Disys_dma_rmgr.c55 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_dma_channel_rmgr_acquire()
56 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_dma_channel_rmgr_acquire()
82 if (bitop_getbit(cur_rsrc->active_table, *channel) == 1) { in ia_css_isys_dma_channel_rmgr_release()
83 bitop_clearbit(cur_rsrc->active_table, *channel); in ia_css_isys_dma_channel_rmgr_release()
H A Disys_stream2mmio_rmgr.c56 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_stream2mmio_sid_rmgr_acquire()
57 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_stream2mmio_sid_rmgr_acquire()
83 if (bitop_getbit(cur_rsrc->active_table, *sid) == 1) { in ia_css_isys_stream2mmio_sid_rmgr_release()
84 bitop_clearbit(cur_rsrc->active_table, *sid); in ia_css_isys_stream2mmio_sid_rmgr_release()
H A Dcsi_rx_rmgr.c70 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
71 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_csi_rx_lut_rmgr_acquire()
117 if (bitop_getbit(cur_rsrc->active_table, packet_entry) == 1) { in ia_css_isys_csi_rx_lut_rmgr_release()
118 bitop_clearbit(cur_rsrc->active_table, packet_entry); in ia_css_isys_csi_rx_lut_rmgr_release()
H A Disys_dma_rmgr.h21 u32 active_table; member
H A Disys_stream2mmio_rmgr.h21 u32 active_table; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Disys_dma_rmgr.c55 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_dma_channel_rmgr_acquire()
56 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_dma_channel_rmgr_acquire()
82 if (bitop_getbit(cur_rsrc->active_table, *channel) == 1) { in ia_css_isys_dma_channel_rmgr_release()
83 bitop_clearbit(cur_rsrc->active_table, *channel); in ia_css_isys_dma_channel_rmgr_release()
H A Disys_stream2mmio_rmgr.c56 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_stream2mmio_sid_rmgr_acquire()
57 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_stream2mmio_sid_rmgr_acquire()
83 if (bitop_getbit(cur_rsrc->active_table, *sid) == 1) { in ia_css_isys_stream2mmio_sid_rmgr_release()
84 bitop_clearbit(cur_rsrc->active_table, *sid); in ia_css_isys_stream2mmio_sid_rmgr_release()
H A Dcsi_rx_rmgr.c70 if (bitop_getbit(cur_rsrc->active_table, i) == 0) { in ia_css_isys_csi_rx_lut_rmgr_acquire()
71 bitop_setbit(cur_rsrc->active_table, i); in ia_css_isys_csi_rx_lut_rmgr_acquire()
117 if (bitop_getbit(cur_rsrc->active_table, packet_entry) == 1) { in ia_css_isys_csi_rx_lut_rmgr_release()
118 bitop_clearbit(cur_rsrc->active_table, packet_entry); in ia_css_isys_csi_rx_lut_rmgr_release()
H A Disys_dma_rmgr.h21 u32 active_table; member
H A Disys_stream2mmio_rmgr.h21 u32 active_table; member
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/latex2e/
H A D__init__.py1745 self.active_table.visit_colspec(node)
1961 self.active_table.visit_entry()
1969 if self.active_table.get_rowspan(0):
1987 self.active_table.set_rowspan(
2017 elif self.active_table.is_stub_column():
2029 if self.active_table.get_rowspan(self.active_table.get_entry_number()):
2034 self.active_table.visit_row()
2454 if not self.active_table.is_open():
2800 if self.active_table.is_open():
2811 self.active_table.open()
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/latex2e/
H A D__init__.py1742 self.active_table.visit_colspec(node)
1958 self.active_table.visit_entry()
1966 if self.active_table.get_rowspan(0):
1984 self.active_table.set_rowspan(
2014 elif self.active_table.is_stub_column():
2026 if self.active_table.get_rowspan(self.active_table.get_entry_number()):
2031 self.active_table.visit_row()
2451 if not self.active_table.is_open():
2797 if self.active_table.is_open():
2808 self.active_table.open()
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/latex2e/
H A D__init__.py1795 self.active_table.visit_colspec(node)
2019 while self.active_table.get_rowspan(
2042 self.active_table.set_rowspan(
2074 if (not self.active_table.colwidths_auto
2088 self.active_table.visit_row()
2497 _in_table = self.active_table.is_open()
2695 elif self.active_table.colwidths_auto:
2711 if not self.active_table.colwidths_auto:
2924 if self.active_table.is_open():
2937 self.active_table.open()
[all …]
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/latex2e/
H A D__init__.py1795 self.active_table.visit_colspec(node)
2019 while self.active_table.get_rowspan(
2042 self.active_table.set_rowspan(
2074 if (not self.active_table.colwidths_auto
2088 self.active_table.visit_row()
2497 _in_table = self.active_table.is_open()
2695 elif self.active_table.colwidths_auto:
2711 if not self.active_table.colwidths_auto:
2924 if self.active_table.is_open():
2937 self.active_table.open()
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/latex2e/
H A D__init__.py1795 self.active_table.visit_colspec(node)
2019 while self.active_table.get_rowspan(
2042 self.active_table.set_rowspan(
2074 if (not self.active_table.colwidths_auto
2088 self.active_table.visit_row()
2497 _in_table = self.active_table.is_open()
2695 elif self.active_table.colwidths_auto:
2711 if not self.active_table.colwidths_auto:
2924 if self.active_table.is_open():
2937 self.active_table.open()
[all …]
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/pengine/
H A Dnative.c1143 if (active_table) { in get_rscs_brief()
1193 get_rscs_brief(rsc_list, rsc_table, active_table); in print_rscs_brief()
1202 g_hash_table_iter_init(&hash_iter2, active_table); in print_rscs_brief()
1256 if (active_table) { in print_rscs_brief()
1257 g_hash_table_destroy(active_table); in print_rscs_brief()
1258 active_table = NULL; in print_rscs_brief()
1270 get_rscs_brief(rsc_list, rsc_table, active_table); in pe__rscs_brief_output()
1289 sorted_nodes = g_hash_table_get_keys(active_table); in pe__rscs_brief_output()
1344 if (active_table) { in pe__rscs_brief_output()
1345 g_hash_table_destroy(active_table); in pe__rscs_brief_output()
[all …]
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/pengine/
H A Dnative.c898 get_rscs_brief(GListPtr rsc_list, GHashTable * rsc_table, GHashTable * active_table) in get_rscs_brief() argument
936 if (active_table) { in get_rscs_brief()
947 node_table = g_hash_table_lookup(active_table, node->details->uname); in get_rscs_brief()
950 g_hash_table_insert(active_table, strdup(node->details->uname), node_table); in get_rscs_brief()
980 GHashTable *active_table = g_hash_table_new_full(crm_str_hash, g_str_equal, in print_rscs_brief() local
986 get_rscs_brief(rsc_list, rsc_table, active_table); in print_rscs_brief()
995 g_hash_table_iter_init(&hash_iter2, active_table); in print_rscs_brief()
1049 if (active_table) { in print_rscs_brief()
1050 g_hash_table_destroy(active_table); in print_rscs_brief()
1051 active_table = NULL; in print_rscs_brief()

12