Home
last modified time | relevance | path

Searched defs:col_cnt (Results 1 – 25 of 166) sorted by relevance

1234567

/dports/databases/rrdtool12/rrdtool-1.2.30/src/
H A Drrd_xport.c52 unsigned long *col_cnt, /* number of data columns in the result */ in rrd_xport()
169 unsigned long *col_cnt, /* number of data columns in the result */ in rrd_xport_fn()
/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Drrd_xport.c82 unsigned long *col_cnt, /* number of data columns in the result */ in rrd_xport()
250 unsigned long *col_cnt, /* number of data columns in the result */ in rrd_xport_fn()
407 unsigned long col_cnt = 0; in rrd_graph_xport() local
588 unsigned long col_cnt, in rrd_xport_format_sv()
679 unsigned long col_cnt, in rrd_xport_format_xmljson()
/dports/math/z3/z3-z3-4.8.13/src/muz/rel/
H A Dkarr_relation.cpp185 unsigned col_cnt, unsigned const* cols1, unsigned const* cols2) { in mk_join()
271 void mk_rename(const karr_relation & r, unsigned col_cnt, const unsigned * cols) { in mk_rename()
374 void mk_rename(matrix& M, unsigned col_cnt, unsigned const* cols) { in mk_rename()
512 … join_fn(const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
529 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
553 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
707 filter_identical_fn(unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
731 const relation_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_check_table.cpp63 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in join_fn()
78unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
90 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2, in join_project_fn()
105unsigned col_cnt, const unsigned * cols1, const unsigned * cols2, unsigned removed_col_cnt, in mk_join_project_fn()
145 …project_fn(check_table_plugin& p, const table_base & t, unsigned col_cnt, const unsigned * removed… in project_fn()
158 …table_transformer_fn * check_table_plugin::mk_project_fn(const table_base & t, unsigned col_cnt, c… in mk_project_fn()
232 …le_mutator_fn * check_table_plugin::mk_filter_identical_fn(const table_base & t, unsigned col_cnt, in mk_filter_identical_fn()
H A Ddl_lazy_table.h178 lazy_table_join(unsigned col_cnt, in lazy_table_join()
200 …lazy_table_project(unsigned col_cnt, const unsigned * cols, lazy_table const& src, table_signature… in lazy_table_project()
216 …lazy_table_rename(unsigned col_cnt, const unsigned * cols, lazy_table const& src, table_signature … in lazy_table_rename()
232 lazy_table_filter_identical(unsigned col_cnt, const unsigned * cols, lazy_table const& src) in lazy_table_filter_identical()
H A Ddl_lazy_table.cpp49 join_fn(table_signature const& s1, table_signature const& s2, unsigned col_cnt, in join_fn()
63 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
121 const table_base & t, unsigned col_cnt, in mk_project_fn()
147 const table_base & t, unsigned col_cnt, in mk_rename_fn()
173 const table_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_bound_relation.cpp77 … join_fn(const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
93 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
117 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
197 filter_identical_fn(unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
208 const relation_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
486 void bound_relation::mk_rename_elem(uint_set2& t, unsigned col_cnt, unsigned const* cycle) { in mk_rename_elem()
H A Ddl_interval_relation.cpp57 … join_fn(const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
73 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
97 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
237 filter_identical_fn(unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
251 const relation_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_external_relation.cpp182 …_plugin& p, const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
208 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
243 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
379 unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
408 unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_instruction.cpp362 instr_join(reg_idx rel1, reg_idx rel2, unsigned col_cnt, const unsigned * cols1, in instr_join()
418 instruction * instruction::mk_join(reg_idx rel1, reg_idx rel2, unsigned col_cnt, in mk_join()
477 instr_filter_identical(reg_idx reg, unsigned col_cnt, const unsigned * identical_cols) in instr_filter_identical()
514 …instruction * instruction::mk_filter_identical(reg_idx reg, unsigned col_cnt, const unsigned * ide… in mk_filter_identical()
577 unsigned col_cnt, const unsigned * removed_cols, reg_idx result) in instr_filter_interpreted_and_project()
629 unsigned col_cnt, const unsigned * removed_cols, reg_idx result) { in mk_filter_interpreted_and_project()
754 instr_project_rename(bool projection, reg_idx src, unsigned col_cnt, const unsigned * cols, in instr_project_rename()
801 …instruction * instruction::mk_projection(reg_idx src, unsigned col_cnt, const unsigned * removed_c… in mk_projection()
951 … instr_filter_by_negation(reg_idx tgt, reg_idx neg_rel, unsigned col_cnt, const unsigned * cols1, in instr_filter_by_negation()
995 instruction * instruction::mk_filter_by_negation(reg_idx tgt, reg_idx neg_rel, unsigned col_cnt, in mk_filter_by_negation()
H A Ddl_table_relation.cpp79 …tr_join_project_fn(const relation_signature & s1, const relation_signature & s2, unsigned col_cnt, in tr_join_project_fn()
109 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
168 …n_transformer_fn * table_relation_plugin::mk_project_fn(const relation_base & t, unsigned col_cnt, in mk_project_fn()
322 …ator_fn * table_relation_plugin::mk_filter_identical_fn(const relation_base & t, unsigned col_cnt, in mk_filter_identical_fn()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/muz/rel/
H A Ddl_check_table.cpp63 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in join_fn()
78unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
90 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2, in join_project_fn()
105unsigned col_cnt, const unsigned * cols1, const unsigned * cols2, unsigned removed_col_cnt, in mk_join_project_fn()
145 …project_fn(check_table_plugin& p, const table_base & t, unsigned col_cnt, const unsigned * removed… in project_fn()
158 …table_transformer_fn * check_table_plugin::mk_project_fn(const table_base & t, unsigned col_cnt, c… in mk_project_fn()
232 …le_mutator_fn * check_table_plugin::mk_filter_identical_fn(const table_base & t, unsigned col_cnt, in mk_filter_identical_fn()
H A Ddl_lazy_table.h178 lazy_table_join(unsigned col_cnt, in lazy_table_join()
200 …lazy_table_project(unsigned col_cnt, const unsigned * cols, lazy_table const& src, table_signature… in lazy_table_project()
216 …lazy_table_rename(unsigned col_cnt, const unsigned * cols, lazy_table const& src, table_signature … in lazy_table_rename()
232 lazy_table_filter_identical(unsigned col_cnt, const unsigned * cols, lazy_table const& src) in lazy_table_filter_identical()
H A Ddl_lazy_table.cpp49 join_fn(table_signature const& s1, table_signature const& s2, unsigned col_cnt, in join_fn()
63 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
121 const table_base & t, unsigned col_cnt, in mk_project_fn()
147 const table_base & t, unsigned col_cnt, in mk_rename_fn()
173 const table_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_relation_manager.h261 …on_transformer_fn * mk_project_fn(const relation_base & t, const unsigned_vector & removed_cols) { in init()
413 table_join_fn * mk_join_fn(const table_base & t1, const table_base & t2, in join_fn()
423 The \c removed_cols contains columns of table \c t in strictly ascending order. in join_fn()
431 …table_transformer_fn * mk_project_fn(const table_base & t, const unsigned_vector & removed_cols) {
438 … This operation is equivalent to the two operations performed separately, unless functional in join_fn()
439 columns are involved. in join_fn()
470 …table_transformer_fn * mk_permutation_rename_fn(const table_base & t, const unsigned * permutation… in mk_join_fn()
512 table_union_fn * mk_union_fn(const table_base & tgt, const table_base & src) {
H A Ddl_bound_relation.cpp77 … join_fn(const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
93 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
117 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
197 filter_identical_fn(unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
208 const relation_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
486 void bound_relation::mk_rename_elem(uint_set2& t, unsigned col_cnt, unsigned const* cycle) { in mk_rename_elem()
H A Ddl_interval_relation.cpp57 … join_fn(const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
73 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
97 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
237 filter_identical_fn(unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
251 const relation_base & t, unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_external_relation.cpp182 …_plugin& p, const relation_signature & o1_sig, const relation_signature & o2_sig, unsigned col_cnt, in join_fn()
208 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
243 unsigned col_cnt, const unsigned * removed_cols) { in mk_project_fn()
379 unsigned col_cnt, const unsigned * identical_cols) in filter_identical_fn()
408 unsigned col_cnt, const unsigned * identical_cols) { in mk_filter_identical_fn()
H A Ddl_instruction.cpp362 instr_join(reg_idx rel1, reg_idx rel2, unsigned col_cnt, const unsigned * cols1, in instr_join()
418 instruction * instruction::mk_join(reg_idx rel1, reg_idx rel2, unsigned col_cnt, in mk_join()
477 instr_filter_identical(reg_idx reg, unsigned col_cnt, const unsigned * identical_cols) in instr_filter_identical()
514 …instruction * instruction::mk_filter_identical(reg_idx reg, unsigned col_cnt, const unsigned * ide… in mk_filter_identical()
577 unsigned col_cnt, const unsigned * removed_cols, reg_idx result) in instr_filter_interpreted_and_project()
629 unsigned col_cnt, const unsigned * removed_cols, reg_idx result) { in mk_filter_interpreted_and_project()
754 instr_project_rename(bool projection, reg_idx src, unsigned col_cnt, const unsigned * cols, in instr_project_rename()
801 …instruction * instruction::mk_projection(reg_idx src, unsigned col_cnt, const unsigned * removed_c… in mk_projection()
951 … instr_filter_by_negation(reg_idx tgt, reg_idx neg_rel, unsigned col_cnt, const unsigned * cols1, in instr_filter_by_negation()
995 instruction * instruction::mk_filter_by_negation(reg_idx tgt, reg_idx neg_rel, unsigned col_cnt, in mk_filter_by_negation()
H A Ddl_table_relation.cpp79 …tr_join_project_fn(const relation_signature & s1, const relation_signature & s2, unsigned col_cnt, in tr_join_project_fn()
109 unsigned col_cnt, const unsigned * cols1, const unsigned * cols2) { in mk_join_fn()
168 …n_transformer_fn * table_relation_plugin::mk_project_fn(const relation_base & t, unsigned col_cnt, in mk_project_fn()
322 …ator_fn * table_relation_plugin::mk_filter_identical_fn(const relation_base & t, unsigned col_cnt, in mk_filter_identical_fn()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/xge/rtl/verilog/
H A Dfault_sm.v66 reg [7:0] col_cnt; register
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/content/
H A DaboutTelemetry.css191 caption {
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/markdown/src/
H A Dmarkdown-gtk-compat.c34 guint row_cnt, col_cnt; in markdown_gtk_table_new() local
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/markdown/src/
H A Dmarkdown-gtk-compat.c34 guint row_cnt, col_cnt; in markdown_gtk_table_new() local
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/markdown/src/
H A Dmarkdown-gtk-compat.c34 guint row_cnt, col_cnt; in markdown_gtk_table_new() local

1234567