Home
last modified time | relevance | path

Searched refs:use_start (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbeinsn_t.h52 int use_start; /**< entries [0-use_start) in ops are defs, member
68 #define be_insn_n_defs(insn) ((insn)->use_start)
69 #define be_insn_n_uses(insn) ((insn)->n_ops - (insn)->use_start)
H A Dbechordal.c129 for (j = 0; j < insn->use_start; ++j) { in pair_up_operands()
135 for (i = insn->use_start; i < insn->n_ops; ++i) { in pair_up_operands()
157 for (i = insn->use_start; i < insn->n_ops; ++i) { in pair_up_operands()
188 for (i = 0; i < insn->use_start; ++i) in handle_constraints()
H A Dbechordal_common.c239 for (i = 0; i < insn->use_start; ++i) { in pre_process_constraints()
273 for (i = insn->use_start; i < insn->n_ops; ++i) { in pre_process_constraints()
H A Dbeinsn.c101 insn->use_start = insn->n_ops; in be_scan_insn()
/dports/math/R-cran-xts/xts/src/
H A Dbinsearch.c83 int use_start = LOGICAL(start)[0]; in binsearch() local
91 cmp_func = (use_start) ? cmp_dbl_lower : cmp_dbl_upper; in binsearch()
99 cmp_func = (use_start) ? cmp_int_lower : cmp_int_upper; in binsearch()
125 if (use_start) { in binsearch()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeFix/
H A DShapeFix_EdgeConnect.cxx178 Standard_Boolean use_start = ( theVertex.IsSame( theStart ) ); in Build() local
190 if (use_start) { in Build()
253 Standard_Boolean use_start = ( theVertex.IsSame( theStart ) ); in Build() local
258 if (use_start) theOldVertex = theStart; // start is preferred for closed edges in Build()
264 if (use_start) { in Build()
278 if (use_start && use_end) { in Build()
/dports/databases/grass7/grass-7.8.6/lib/python/temporal/
H A Daggregation.py44 use_start = False
56 use_start = True
71 use_start = True
74 use_start = True
83 use_start,
H A Dspatio_temporal_relationships.py867 def create_temporal_relation_sql_where_statement(start, end, use_start=True, argument
1005 if use_start:
1013 if use_start:
1028 if use_start or use_during:
1043 if use_start or use_during or use_overlap:
1058 if use_start or use_during or use_overlap or use_contain:
1067 if use_start or use_during or use_overlap or use_contain or use_equal:
1076 if use_start or use_during or use_overlap or use_contain or use_equal \
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_writer/
H A Dmask_info_registry.cpp48 CMaskInfoRegistry::x_AssignId(int start, int end, bool use_start) in x_AssignId() argument
50 if (use_start) { in x_AssignId()
H A Dmask_info_registry.hpp74 int x_AssignId(int start, int end, bool use_start);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_writer/
H A Dmask_info_registry.cpp48 CMaskInfoRegistry::x_AssignId(int start, int end, bool use_start) in x_AssignId() argument
50 if (use_start) { in x_AssignId()
H A Dmask_info_registry.hpp74 int x_AssignId(int start, int end, bool use_start);
/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHdrTSOnly.cc169 HdrHeap::attach_block(IOBufferBlock *b, const char *use_start) in attach_block() argument
181 heap.m_heap_start = static_cast<char const *>(use_start); in attach_block()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/mocks/
H A Dfake-qofquery.cpp132 gboolean use_start, in xaccQueryAddDateMatchTT() argument
139 ((QofFakeQuery*)query)->add_date_match_tt(use_start, stt, use_end, ett, op); in xaccQueryAddDateMatchTT()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DQuery.h153 void xaccQueryAddDateMatch(QofQuery * q, gboolean use_start,
158 gboolean use_start, time64 stt,
H A DQuery.c384 gboolean use_start, time64 stt, in xaccQueryAddDateMatchTT() argument
392 if (!q || (!use_start && !use_end)) in xaccQueryAddDateMatchTT()
397 if (use_start) in xaccQueryAddDateMatchTT()
461 gboolean use_start, int sday, int smonth, int syear, in xaccQueryAddDateMatch() argument
466 xaccQueryAddDateMatchTT (q, use_start, in xaccQueryAddDateMatch()
/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Search/
H A DSearchUtils.pm470 my $use_start = $i_start;
473 $hsp_start < $use_start || next;
477 …ids, $these_cons) = $hsp->matches(-SEQ => $seqType, -START => $hsp_start, -STOP => $use_start - 1);
494 $use_start = $hsp_start;
/dports/science/siconos/siconos-4.4.0/externals/PATH_SDK/include/
H A DTypes.h193 Boolean use_start; /* Use the starting point provided? */ member
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/InterfaceToPathFerris/
H A DPath_interface.c145 info_path.use_start = True; in SN_path_interface()
/dports/devel/racer/racer-2.1.48/src/racer/
H A Dcore.rs1142 let (path, namespace) = if let Some(use_start) = scopes::use_stmt_start(stmt) { in complete_from_file_()
1143 let path = scopes::construct_path_from_use_tree(&stmt[use_start.0..]); in complete_from_file_()
1334 let (path, namespace) = if let Some(use_start) = scopes::use_stmt_start(stmt) { in find_definition_()
1335 let path = scopes::construct_path_from_use_tree(&stmt[use_start.0..]); in find_definition_()
H A Dscopes.rs595 let use_start = util::strip_visibility(line_str).unwrap_or(BytePos::ZERO); in use_stmt_start() localVariable
596 util::strip_word(&line_str[use_start.0..], "use").map(|b| b + use_start) in use_stmt_start()
/dports/devel/racer/racer-2.1.48/cargo-crates/racer-2.1.47/src/racer/
H A Dcore.rs1142 let (path, namespace) = if let Some(use_start) = scopes::use_stmt_start(stmt) { in complete_from_file_()
1143 let path = scopes::construct_path_from_use_tree(&stmt[use_start.0..]); in complete_from_file_()
1334 let (path, namespace) = if let Some(use_start) = scopes::use_stmt_start(stmt) { in find_definition_()
1335 let path = scopes::construct_path_from_use_tree(&stmt[use_start.0..]); in find_definition_()
H A Dscopes.rs595 let use_start = util::strip_visibility(line_str).unwrap_or(BytePos::ZERO); in use_stmt_start() localVariable
596 util::strip_word(&line_str[use_start.0..], "use").map(|b| b + use_start) in use_stmt_start()
/dports/lang/rust/rustc-1.58.1-src/vendor/racer/src/racer/
H A Dcore.rs1142 let (path, namespace) = if let Some(use_start) = scopes::use_stmt_start(stmt) { in complete_from_file_()
1143 let path = scopes::construct_path_from_use_tree(&stmt[use_start.0..]); in complete_from_file_()
1334 let (path, namespace) = if let Some(use_start) = scopes::use_stmt_start(stmt) { in find_definition_()
1335 let path = scopes::construct_path_from_use_tree(&stmt[use_start.0..]); in find_definition_()
H A Dscopes.rs595 let use_start = util::strip_visibility(line_str).unwrap_or(BytePos::ZERO); in use_stmt_start() localVariable
596 util::strip_word(&line_str[use_start.0..], "use").map(|b| b + use_start) in use_stmt_start()

12