Home
last modified time | relevance | path

Searched refs:estimate_size (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/net/tcpkali/tcpkali-1.1.1/src/
H A Dtcpkali_expr_y.y113 expr->estimate_size = ($1).len;
131 expr->estimate_size = ($1).len;
143 expr->estimate_size = ($2).len;
147 $$->estimate_size = expr->estimate_size;
153 $$->estimate_size = $3->estimate_size;
163 expr->estimate_size = expr->u.data.size;
171 expr->estimate_size = tregex_max_size($4);
179 expr->estimate_size = tregex_max_size($2);
190 $$->estimate_size = $1->estimate_size;
195 $$->estimate_size = sizeof("100000000000000");
[all …]
H A Dtcpkali_expr.c122 size = size ? size : expr->estimate_size; in eval_expression()
138 if(size < expr->estimate_size) { in eval_expression()
161 if((expr->u.concat.expr[0]->estimate_size in eval_expression()
162 + expr->u.concat.expr[1]->estimate_size) in eval_expression()
193 expr->estimate_size = expr1->estimate_size + expr2->estimate_size; in concat_expressions()
288 expr->estimate_size = expr->u.data.size; in unescape_expression()
296 expr->estimate_size = expr->u.concat.expr[0]->estimate_size in unescape_expression()
297 + expr->u.concat.expr[1]->estimate_size; in unescape_expression()
306 size_t overhead = expr->estimate_size - expr->u.ws_frame.size; in unescape_expression()
308 expr->estimate_size = expr->u.ws_frame.size + overhead; in unescape_expression()
H A Dtcpkali_expr_y.c1393 expr->estimate_size = ((yyvsp[0].tv_string)).len; in yyparse()
1422 expr->estimate_size = ((yyvsp[0].tv_string)).len; in yyparse()
1444 expr->estimate_size = ((yyvsp[0].tv_string)).len; in yyparse()
1448 (yyval.tv_expr)->estimate_size = expr->estimate_size; in yyparse()
1459 (yyval.tv_expr)->estimate_size = (yyvsp[-1].tv_expr)->estimate_size; in yyparse()
1474 expr->estimate_size = expr->u.data.size; in yyparse()
1487 expr->estimate_size = tregex_max_size((yyvsp[0].tv_regex)); in yyparse()
1500 expr->estimate_size = tregex_max_size((yyvsp[0].tv_regex)); in yyparse()
1514 (yyval.tv_expr)->estimate_size = (yyvsp[-2].tv_expr)->estimate_size; in yyparse()
1524 (yyval.tv_expr)->estimate_size = sizeof("100000000000000"); in yyparse()
[all …]
H A Dtcpkali_transport.c305 total_size += snip->expr->estimate_size; in message_collection_estimate_size()
377 size_t estimate_size = in transport_spec_from_message_collection() local
379 if(estimate_size < REPLICATE_MAX_SIZE) in transport_spec_from_message_collection()
380 estimate_size = REPLICATE_MAX_SIZE; in transport_spec_from_message_collection()
381 data_spec->ptr = malloc(estimate_size + 1); in transport_spec_from_message_collection()
382 data_spec->allocated_size = estimate_size; in transport_spec_from_message_collection()
421 + snip->expr->estimate_size in transport_spec_from_message_collection()
432 snip->expr->estimate_size); in transport_spec_from_message_collection()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dscan_info_data_size_estimator.rb62 index_column.estimate_size(:query => @data.query.value)
66 index_column.estimate_size(:query => @data.query.value,
96 index_column.estimate_size(:term_id => term_id)
136 size = index_column.estimate_size(:lexicon_cursor => cursor)
165 size = index_column.estimate_size(:lexicon_cursor => cursor)
182 node.estimate_size(@table)
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dscan_info_data_size_estimator.rb62 index_column.estimate_size(:query => @data.query.value)
66 index_column.estimate_size(:query => @data.query.value,
96 index_column.estimate_size(:term_id => term_id)
136 size = index_column.estimate_size(:lexicon_cursor => cursor)
165 size = index_column.estimate_size(:lexicon_cursor => cursor)
182 node.estimate_size(@table)
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dscan_info_data_size_estimator.rb62 index_column.estimate_size(:query => @data.query.value)
66 index_column.estimate_size(:query => @data.query.value,
96 index_column.estimate_size(:term_id => term_id)
136 size = index_column.estimate_size(:lexicon_cursor => cursor)
165 size = index_column.estimate_size(:lexicon_cursor => cursor)
182 node.estimate_size(@table)
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dscan_info_data_size_estimator.rb62 index_column.estimate_size(:query => @data.query.value)
66 index_column.estimate_size(:query => @data.query.value,
96 index_column.estimate_size(:term_id => term_id)
136 size = index_column.estimate_size(:lexicon_cursor => cursor)
165 size = index_column.estimate_size(:lexicon_cursor => cursor)
182 node.estimate_size(@table)
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dscan_info_data_size_estimator.rb62 index_column.estimate_size(:query => @data.query.value)
66 index_column.estimate_size(:query => @data.query.value,
96 index_column.estimate_size(:term_id => term_id)
136 size = index_column.estimate_size(:lexicon_cursor => cursor)
165 size = index_column.estimate_size(:lexicon_cursor => cursor)
182 node.estimate_size(@table)
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/
H A Dscan_info_data_size_estimator.rb62 index_column.estimate_size(:query => @data.query.value)
66 index_column.estimate_size(:query => @data.query.value,
96 index_column.estimate_size(:term_id => term_id)
136 size = index_column.estimate_size(:lexicon_cursor => cursor)
165 size = index_column.estimate_size(:lexicon_cursor => cursor)
182 node.estimate_size(@table)
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/query/
H A Dcompound.py101 def estimate_size(self, ixreader): member in CompoundQuery
102 est = sum(q.estimate_size(ixreader) for q in self.subqueries)
113 neg = [q.estimate_size(ixreader) for q in subs
263 def estimate_size(self, ixreader): member in And
264 return min(q.estimate_size(ixreader) for q in self.subqueries)
268 q_weight_fn = lambda q: 0 - q.estimate_size(r)
377 q_weight_fn = lambda q: q.estimate_size(reader)
409 size = q.estimate_size(reader)
488 q_weight_fn = lambda q: q.estimate_size(r)
605 def estimate_size(self, ixreader): member in Require
[all …]
/dports/net/nbdkit/nbdkit-1.20.4/plugins/linuxdisk/
H A Dfilesystem.c54 static int64_t estimate_size (void);
71 estimate = estimate_size (); in create_filesystem()
149 estimate_size (void) in estimate_size() function
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/expression_tree/
H A Dlogical_operation.rb18 def estimate_size(table) method in Groonga.ExpressionTree.LogicalOperation
20 node.estimate_size(table)
H A Dbinary_operation.rb25 def estimate_size(table) method in Groonga.ExpressionTree.BinaryOperation
62 index_column.estimate_size(:lexicon_cursor => cursor)
H A Dfunction_call.rb19 def estimate_size(table) method in Groonga.ExpressionTree.FunctionCall
61 index_column.estimate_size(:lexicon_cursor => cursor)
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/scripts/expression_tree/
H A Dlogical_operation.rb18 def estimate_size(table)
20 node.estimate_size(table)
H A Dbinary_operation.rb25 def estimate_size(table) method in Groonga.ExpressionTree.BinaryOperation
62 index_column.estimate_size(:lexicon_cursor => cursor)
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/expression_tree/
H A Dlogical_operation.rb18 def estimate_size(table) method in Groonga.ExpressionTree.LogicalOperation
20 node.estimate_size(table)
H A Dbinary_operation.rb25 def estimate_size(table) method in Groonga.ExpressionTree.BinaryOperation
62 index_column.estimate_size(:lexicon_cursor => cursor)
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/expression_tree/
H A Dlogical_operation.rb18 def estimate_size(table) method in Groonga.ExpressionTree.LogicalOperation
20 node.estimate_size(table)
H A Dbinary_operation.rb25 def estimate_size(table) method in Groonga.ExpressionTree.BinaryOperation
62 index_column.estimate_size(:lexicon_cursor => cursor)
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/scripts/expression_tree/
H A Dlogical_operation.rb18 def estimate_size(table) method in Groonga.ExpressionTree.LogicalOperation
20 node.estimate_size(table)
H A Dbinary_operation.rb25 def estimate_size(table) method in Groonga.ExpressionTree.BinaryOperation
62 index_column.estimate_size(:lexicon_cursor => cursor)
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/scripts/expression_tree/
H A Dlogical_operation.rb18 def estimate_size(table) method in Groonga.ExpressionTree.LogicalOperation
20 node.estimate_size(table)
H A Dbinary_operation.rb25 def estimate_size(table) method in Groonga.ExpressionTree.BinaryOperation
62 index_column.estimate_size(:lexicon_cursor => cursor)

12345678