Home
last modified time | relevance | path

Searched refs:clause_start (Results 1 – 23 of 23) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/text/
H A Dtext_util.cpp341 string::size_type clause_start = 0; in GetWordFrequencies() local
350 while (clause_start != clause_end) { in GetWordFrequencies()
352 string::size_type pos = s_NextClauseStop(text, clause_start); in GetWordFrequencies()
358 _TRACE("clause: |" << text.substr(clause_start, clause_end - clause_start) << "|"); in GetWordFrequencies()
359 for ( ; clause_start != clause_end; clause_start = pos) { in GetWordFrequencies()
361 clause_start = in GetWordFrequencies()
363 if (clause_start == clause_end) { in GetWordFrequencies()
369 s_NextTokenStop(text, clause_start)); in GetWordFrequencies()
376 word.assign(text, clause_start, pos - clause_start); in GetWordFrequencies()
494 clause_start = s_NextTokenStart(text, clause_start); in GetWordFrequencies()
[all …]
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dcommand.c1194 new_clause(int clause_start, int clause_end) in new_clause() argument
1197 memcpy(clause, &gp_input_line[clause_start+1], clause_end - clause_start); in new_clause()
1198 clause[clause_end - clause_start - 1] = '\0'; in new_clause()
1222 int clause_start, clause_end; in if_command() local
1234 clause_start = if_start; in if_command()
1238 clause_start = else_start; in if_command()
1245 clause = new_clause(clause_start, clause_end); in if_command()
1305 int clause_start, clause_end; in else_command() local
1317 clause = new_clause(clause_start, clause_end); in else_command()
1630 find_clause(int *clause_start, int *clause_end) in find_clause() argument
[all …]
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dcommand.c1194 new_clause(int clause_start, int clause_end) in new_clause() argument
1197 memcpy(clause, &gp_input_line[clause_start+1], clause_end - clause_start); in new_clause()
1198 clause[clause_end - clause_start - 1] = '\0'; in new_clause()
1222 int clause_start, clause_end; in if_command() local
1234 clause_start = if_start; in if_command()
1238 clause_start = else_start; in if_command()
1245 clause = new_clause(clause_start, clause_end); in if_command()
1305 int clause_start, clause_end; in else_command() local
1317 clause = new_clause(clause_start, clause_end); in else_command()
1630 find_clause(int *clause_start, int *clause_end) in find_clause() argument
[all …]
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dcommand.c1178 new_clause(int clause_start, int clause_end) in new_clause() argument
1181 memcpy(clause, &gp_input_line[clause_start+1], clause_end - clause_start); in new_clause()
1182 clause[clause_end - clause_start - 1] = '\0'; in new_clause()
1206 int clause_start, clause_end; in if_command() local
1218 clause_start = if_start; in if_command()
1222 clause_start = else_start; in if_command()
1229 clause = new_clause(clause_start, clause_end); in if_command()
1289 int clause_start, clause_end; in else_command() local
1301 clause = new_clause(clause_start, clause_end); in else_command()
1613 find_clause(int *clause_start, int *clause_end) in find_clause() argument
[all …]
/dports/math/yices/yices-2.6.2/src/solvers/cdcl/
H A Dclause_pool.h204 static inline uint32_t *clause_start(clause_pool_t *pool, cidx_t idx) { in clause_start() function
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/bifrost/
H A Ddisassemble.c75 bool clause_start; member
238 decoded.clause_start = true; in DecodeRegCtrl()
242 decoded.clause_start = true; in DecodeRegCtrl()
248 decoded.clause_start = true; in DecodeRegCtrl()
252 decoded.clause_start = true; in DecodeRegCtrl()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_db_util.c1580 unsigned clause_start; in db_match_compile() local
1620 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1808 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1809 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1810 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1811 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1815 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1816 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1820 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1833 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c1578 unsigned clause_start; in db_match_compile() local
1618 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1806 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1807 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1808 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1809 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1813 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1814 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1818 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1831 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_db_util.c1549 unsigned clause_start; in db_match_compile() local
1586 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1774 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1775 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1776 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1777 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1781 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1782 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1786 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1799 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c1578 unsigned clause_start; in db_match_compile() local
1618 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1806 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1807 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1808 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1809 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1813 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1814 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1818 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1831 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c1578 unsigned clause_start; in db_match_compile() local
1618 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1806 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1807 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1808 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1809 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1813 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1814 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1818 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1831 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_db_util.c1528 unsigned clause_start; in db_match_compile() local
1565 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1753 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1754 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1755 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1756 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1760 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1761 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1765 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1778 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_db_util.c1578 unsigned clause_start; in db_match_compile() local
1618 clause_start = DMC_STACK_NUM(text); /* the "special" test needs it */ in db_match_compile()
1806 (DMC_STACK_NUM(text) == 2 + clause_start && in db_match_compile()
1807 DMC_PEEK(text,clause_start) == matchBind) || in db_match_compile()
1808 (DMC_STACK_NUM(text) == 1 + clause_start && in db_match_compile()
1809 DMC_PEEK(text, clause_start) == matchSkip); in db_match_compile()
1813 if (DMC_PEEK(text, clause_start) == matchBind) { in db_match_compile()
1814 DMC_POKE(text, clause_start, matchArrayBind); in db_match_compile()
1818 if (DMC_PEEK(text, clause_start) != matchTuple) { in db_match_compile()
1831 DMC_POKE(text, clause_start, matchArray); in db_match_compile()
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-libs/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-gallium-va/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-dri/mesa-21.3.6/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/docs/relnotes/
H A D21.3.0.rst445 - pan/bi: Remove unused clause_start field