Home
last modified time | relevance | path

Searched refs:l_op (Results 1 – 25 of 58) sorted by relevance

123

/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/source/
H A Dclosure.rs86 (&ExprBinary(l_op, ref ll, ref lr), &ExprBinary(r_op, ref rl, ref rr)) => { in eq_expr()
87 l_op.node == r_op.node && self.eq_expr(ll, rl) && self.eq_expr(lr, rr) || in eq_expr()
88 …swap_binop(l_op.node, ll, lr).map_or(false, |(l_op, ll, lr)| l_op == r_op.node && self.eq_expr(ll,… in eq_expr()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/tests/target/
H A Dclosure.rs106 (&ExprBinary(l_op, ref ll, ref lr), &ExprBinary(r_op, ref rl, ref rr)) => { in eq_expr()
107 l_op.node == r_op.node && self.eq_expr(ll, rl) && self.eq_expr(lr, rr) in eq_expr()
108 || swap_binop(l_op.node, ll, lr).map_or(false, |(l_op, ll, lr)| { in eq_expr()
109 l_op == r_op.node && self.eq_expr(ll, rl) && self.eq_expr(lr, rr) in eq_expr()
/dports/sysutils/heirloom/heirloom-070715/libcommon/
H A Doblok.c36 struct oblok *l_op; member
49 if (ob_flush(lp->l_op) < 0) in ob_clear()
64 lp->l_op = op; in add()
83 for (lp = bloks; lp && lp->l_op != op; lp = lp->l_nxt) in del()
/dports/databases/py-pycql/pycql-0.0.12/pycql/integrations/sqlalchemy/
H A Dfilters.py117 l_op = Operator("<=")
120 return not_(and_(g_op.function(lhs, low), l_op.function(lhs, high)))
121 return and_(g_op.function(lhs, low), l_op.function(lhs, high))
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/
H A Dscaffolds.cpp666 const AugmentedCuffOp& l_op = augmented_ops()[i++]; in sub_scaffold() local
668 assert(l_op.opcode == CUFF_MATCH); in sub_scaffold()
1042 const AugmentedCuffOp& l_op = l_aug[curr_l_op]; in compatible_contigs() local
1045 if (l_op.g_left() <= r_op.g_left()) in compatible_contigs()
1047 if (AugmentedCuffOp::overlap_in_genome(l_op, r_op)) in compatible_contigs()
1060 if (l_op.g_right() < r_op.g_right()) in compatible_contigs()
1062 else if (r_op.g_right() < l_op.g_right()) in compatible_contigs()
1070 else if (r_op.g_left() < l_op.g_left()) in compatible_contigs()
1072 if (AugmentedCuffOp::overlap_in_genome(r_op, l_op)) in compatible_contigs()
1085 if (r_op.g_right() < l_op.g_right()) in compatible_contigs()
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/srt/
H A Dsymmath.h38 enum l_op { enum
244 void l_operate(l_op l, sym_bool_token *t);
H A Dsymmath.cc859 l_op lop;
862 sym_bool_token_rec(n_op n, l_op l, sym_bool_token *t) in sym_bool_token_rec()
969 void sym_bool::l_operate(l_op l, sym_bool_token *t) in l_operate()
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dcibstatus.py350 l_op, l_int = split_op(op)
351 op_nodes = get_status_ops(self.status_node, rsc, l_op, l_int, node)
375 (op_op, rsc, l_op, l_int, node, rc_code))
/dports/www/davix/davix-0.7.6/src/tools/
H A Ddavix_op.cpp423 …ListOp* l_op = new ListOp(_opts, dirQueue[i].fullURL, _c, _listing_tq, _filestream, _output_mutex); in executeOp() local
424 _listing_tq->pushOp(l_op); in executeOp()
520 …ListppOp* l_op = new ListppOp(_opts, (dirQueue[i].first), (dirQueue[i].second), _c, _tq, _listing_… in executeOp() local
521 _listing_tq->pushOp(l_op); in executeOp()
H A Ddavix_tool_ls_main.cpp176 ListOp* l_op = new ListOp(opts, dirQueue[i], c, listing_tq, filestream, output_mutex); in populateTaskQueue() local
177 listing_tq->pushOp(l_op); in populateTaskQueue()
H A Ddavix_tool_get_main.cpp172 … ListppOp* l_op = new ListppOp(opts, (dirQueue[i].first), (dirQueue[i].second), c, tq, listing_tq); in populateTaskQueue() local
173 listing_tq->pushOp(l_op); in populateTaskQueue()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dhir_utils.rs211 (&ExprKind::Binary(l_op, ll, lr), &ExprKind::Binary(r_op, rl, rr)) => { in eq_expr()
212 l_op.node == r_op.node && self.eq_expr(ll, rl) && self.eq_expr(lr, rr) in eq_expr()
213 || swap_binop(l_op.node, ll, lr).map_or(false, |(l_op, ll, lr)| { in eq_expr()
214 l_op == r_op.node && self.eq_expr(ll, rl) && self.eq_expr(lr, rr) in eq_expr()
263 … (&ExprKind::Unary(l_op, le), &ExprKind::Unary(r_op, re)) => l_op == r_op && self.eq_expr(le, re), in eq_expr()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/scheduler/agent/
H A Dscheduler.h264 #define SELECT_DECLS(type, name, l_op, w_op, val) extern type CONF_##name; argument
H A Dscheduler.c73 #define SELECT_DECLS(type, name, l_op, w_op, val) type CONF_##name = val; argument
967 #define SELECT_CONF_INIT(type, name, l_op, w_op, val) \ in scheduler_foss_config() argument
969 CONF_##name = l_op(fo_config_get(scheduler->sysconfig, "SCHEDULER", #name, NULL)); \ in scheduler_foss_config()
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/test/
H A Dperson_rules_test.py74 def filter_with_rule(self, rule, l_op='and', invert=False, argument
97 filter_.set_logical_op(l_op)
115 res = self.filter_with_rule([ruleA, ruleB, ruleC], l_op='or',
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Ditem_cmpfunc.h293 virtual bool l_op() const = 0;
304 virtual bool l_op() const { return 0; } in l_op() function
315 virtual bool l_op() const { return 0; } in l_op() function
326 virtual bool l_op() const { return 0; } in l_op() function
337 virtual bool l_op() const { return 1; } in l_op() function
348 virtual bool l_op() const { return 0; } in l_op() function
359 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.h316 virtual bool l_op() const = 0;
327 virtual bool l_op() const { return 0; } in l_op() function
338 virtual bool l_op() const { return 0; } in l_op() function
349 virtual bool l_op() const { return 0; } in l_op() function
360 virtual bool l_op() const { return 1; } in l_op() function
371 virtual bool l_op() const { return 0; } in l_op() function
382 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.h316 virtual bool l_op() const = 0;
327 virtual bool l_op() const { return 0; } in l_op() function
338 virtual bool l_op() const { return 0; } in l_op() function
349 virtual bool l_op() const { return 0; } in l_op() function
360 virtual bool l_op() const { return 1; } in l_op() function
371 virtual bool l_op() const { return 0; } in l_op() function
382 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Ditem_cmpfunc.h316 virtual bool l_op() const = 0;
327 virtual bool l_op() const { return 0; } in l_op() function
338 virtual bool l_op() const { return 0; } in l_op() function
349 virtual bool l_op() const { return 0; } in l_op() function
360 virtual bool l_op() const { return 1; } in l_op() function
371 virtual bool l_op() const { return 0; } in l_op() function
382 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Ditem_cmpfunc.h316 virtual bool l_op() const = 0;
327 virtual bool l_op() const { return 0; } in l_op() function
338 virtual bool l_op() const { return 0; } in l_op() function
349 virtual bool l_op() const { return 0; } in l_op() function
360 virtual bool l_op() const { return 1; } in l_op() function
371 virtual bool l_op() const { return 0; } in l_op() function
382 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Ditem_cmpfunc.h316 virtual bool l_op() const = 0;
327 virtual bool l_op() const { return 0; } in l_op() function
338 virtual bool l_op() const { return 0; } in l_op() function
349 virtual bool l_op() const { return 0; } in l_op() function
360 virtual bool l_op() const { return 1; } in l_op() function
371 virtual bool l_op() const { return 0; } in l_op() function
382 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Ditem_cmpfunc.h342 virtual bool l_op() const = 0;
351 virtual bool l_op() const { return false; } in l_op() function
408 virtual bool l_op() const { return 0; } in l_op() function
419 virtual bool l_op() const { return 1; } in l_op() function
430 virtual bool l_op() const { return 0; } in l_op() function
441 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Ditem_cmpfunc.h342 virtual bool l_op() const = 0;
351 virtual bool l_op() const { return false; } in l_op() function
408 virtual bool l_op() const { return 0; } in l_op() function
419 virtual bool l_op() const { return 1; } in l_op() function
430 virtual bool l_op() const { return 0; } in l_op() function
441 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Ditem_cmpfunc.h342 virtual bool l_op() const = 0;
351 virtual bool l_op() const { return false; } in l_op() function
408 virtual bool l_op() const { return 0; } in l_op() function
419 virtual bool l_op() const { return 1; } in l_op() function
430 virtual bool l_op() const { return 0; } in l_op() function
441 virtual bool l_op() const { return 1; } in l_op() function
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Ditem_cmpfunc.h342 virtual bool l_op() const = 0;
351 virtual bool l_op() const { return false; } in l_op() function
408 virtual bool l_op() const { return 0; } in l_op() function
419 virtual bool l_op() const { return 1; } in l_op() function
430 virtual bool l_op() const { return 0; } in l_op() function
441 virtual bool l_op() const { return 1; } in l_op() function

123