/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/ |
H A D | gpp_nextnb.cpp | 103 void init_nnb(t_nextnb* nnb, int nr, int nrex) in init_nnb() argument 109 nnb->nrex = nrex; in init_nnb() 115 snew(nnb->a[i], nrex + 1); in init_nnb() 116 snew(nnb->nrexcl[i], nrex + 1); in init_nnb() 133 for (nre = 0; (nre <= nnb->nrex); nre++) in done_nnb() 146 nnb->nrex = 0; in done_nnb() 161 for (j = 0; (j <= nnb->nrex); j++) in __print_nnb() 187 for (nre = 0; (nre <= nnb->nrex); nre++) in nnb2excl() 295 if (nnb->nrex > 0) in do_gen() 305 for (n = 1; (n < nnb->nrex); n++) in do_gen() [all …]
|
H A D | gpp_nextnb.h | 54 int nrex; /* with nrex lists of neighbours */ member 62 void init_nnb(t_nextnb* nnb, int nr, int nrex);
|
/dports/devel/godot2/godot-2.1.6-stable/drivers/nrex/ |
H A D | nrex.hpp | 57 class nrex class 68 nrex(); 88 nrex(const nrex_char* pattern, int captures = 9); 90 ~nrex();
|
H A D | README.md | 3 [![Build Status](https://travis-ci.org/leezh/nrex.svg?branch=master)](https://travis-ci.org/leezh/n… 8 matchhing, not replacement. To use add the files `nrex.hpp`, `nrex.cpp` 11 nrex regex; 21 More details about its use is documented in `nrex.hpp`
|
H A D | nrex.cpp | 853 nrex::nrex() : in nrex() function in nrex 859 nrex::nrex(const nrex_char *pattern, int captures) : in nrex() function in nrex 866 nrex::~nrex() { in ~nrex() 872 bool nrex::valid() const { in valid() 876 void nrex::reset() { in reset() 885 int nrex::capture_size() const { in capture_size() 892 bool nrex::compile(const nrex_char *pattern, int captures) { in compile() 1154 bool nrex::match(const nrex_char *str, nrex_result *captures, int offset, int end) const { in match()
|
H A D | regex.h | 44 nrex exp;
|
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/nrex/ |
H A D | nrex.hpp | 57 class nrex class 68 nrex(); 88 nrex(const nrex_char* pattern, int captures = 9); 90 ~nrex();
|
H A D | README.md | 3 [![Build Status](https://travis-ci.org/leezh/nrex.svg?branch=master)](https://travis-ci.org/leezh/n… 8 matchhing, not replacement. To use add the files `nrex.hpp`, `nrex.cpp` 11 nrex regex; 21 More details about its use is documented in `nrex.hpp`
|
H A D | nrex.cpp | 853 nrex::nrex() : in nrex() function in nrex 859 nrex::nrex(const nrex_char *pattern, int captures) : in nrex() function in nrex 866 nrex::~nrex() { in ~nrex() 872 bool nrex::valid() const { in valid() 876 void nrex::reset() { in reset() 885 int nrex::capture_size() const { in capture_size() 892 bool nrex::compile(const nrex_char *pattern, int captures) { in compile() 1154 bool nrex::match(const nrex_char *str, nrex_result *captures, int offset, int end) const { in match()
|
H A D | regex.h | 44 nrex exp;
|
/dports/biology/bowtie2/bowtie2-2.4.4/ |
H A D | aligner_sw_driver.h | 162 size_t nrex; // # position we can extend seed hit to right w/o edit member 205 size_t len = salist[i].nlex + salist[i].nrex + 1; // + salist[i].sat.key.len; in init() 470 size_t& nrex); // # positions we can extend to right w/o edit
|
H A D | aligner_sw_driver.cpp | 312 size_t& nrex) // # positions we can extend to right w/o edit in extend() argument 459 if(++nrex == 255) { in extend() 482 assert_lt(nrex, rdlen); in extend() 563 satpos.back().nlex = satpos.back().nrex = 0; in prioritizeSATups() 574 size_t nlex = 0, nrex = 0; in prioritizeSATups() local 589 nrex); in prioritizeSATups() 592 satpos.back().nrex = nrex; in prioritizeSATups() 593 if(seedmms == 0 && (nlex > 0 || nrex > 0)) { in prioritizeSATups() 594 assert_geq(rdoff, (fw ? nlex : nrex)); in prioritizeSATups() 595 size_t p5 = rdoff - (fw ? nlex : nrex); in prioritizeSATups() [all …]
|
/dports/biology/hisat2/hisat2-2.2.1/ |
H A D | aligner_sw_driver.h | 482 index_t& nrex); // # positions we can extend to right w/o edit 981 if(++nrex == 255) { in extend() 1004 assert_lt(nrex, rdlen); in extend() 1086 satpos.back().nlex = satpos.back().nrex = 0; in prioritizeSATups() 1097 index_t nlex = 0, nrex = 0; in prioritizeSATups() local 1112 nrex); in prioritizeSATups() 1115 satpos.back().nrex = nrex; in prioritizeSATups() 1116 if(seedmms == 0 && (nlex > 0 || nrex > 0)) { in prioritizeSATups() 1117 assert_geq(rdoff, (fw ? nlex : nrex)); in prioritizeSATups() 1118 index_t p5 = rdoff - (fw ? nlex : nrex); in prioritizeSATups() [all …]
|
/dports/devel/rabs/rabs-2.19.5/minilang/src/dynasm/ |
H A D | dasm_x86.lua | 1633 local nrex = args[i].needrex 1634 if nrex ~= nil then 1636 needrex = nrex 1637 elseif needrex ~= nrex then
|
/dports/lang/luajit/LuaJIT-2.0.5/dynasm/ |
H A D | dasm_x86.lua | 1633 local nrex = args[i].needrex 1634 if nrex ~= nil then 1636 needrex = nrex 1637 elseif needrex ~= nrex then
|
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/dynasm/ |
H A D | dasm_x86.lua | 1624 local nrex = args[i].needrex 1625 if nrex ~= nil then 1627 needrex = nrex 1628 elseif needrex ~= nrex then
|
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/dynasm/ |
H A D | dasm_x86.lua | 1624 local nrex = args[i].needrex 1625 if nrex ~= nil then 1627 needrex = nrex 1628 elseif needrex ~= nrex then
|
/dports/print/tex-luatex/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/dynasm/ |
H A D | dasm_x86.lua | 1624 local nrex = args[i].needrex 1625 if nrex ~= nil then 1627 needrex = nrex 1628 elseif needrex ~= nrex then
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/dynasm/ |
H A D | dasm_x86.lua | 1958 local nrex = args[i].needrex 1959 if nrex ~= nil then 1961 needrex = nrex 1962 elseif needrex ~= nrex then
|
/dports/lang/php80/php-8.0.15/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 1988 local nrex = args[i].needrex 1989 if nrex ~= nil then 1991 needrex = nrex 1992 elseif needrex ~= nrex then
|
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 1988 local nrex = args[i].needrex 1989 if nrex ~= nil then 1991 needrex = nrex 1992 elseif needrex ~= nrex then
|
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/dynasm/ |
H A D | dasm_x86.lua | 1958 local nrex = args[i].needrex 1959 if nrex ~= nil then 1961 needrex = nrex 1962 elseif needrex ~= nrex then
|
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/dynasm/ |
H A D | dasm_x86.lua | 2044 local nrex = args[i].needrex 2045 if nrex ~= nil then 2047 needrex = nrex 2048 elseif needrex ~= nrex then
|
/dports/www/nift/nsm-2.4.11/LuaJIT/dynasm/ |
H A D | dasm_x86.lua | 1958 local nrex = args[i].needrex 1959 if nrex ~= nil then 1961 needrex = nrex 1962 elseif needrex ~= nrex then
|
/dports/www/mod_php80/php-8.0.15/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 1988 local nrex = args[i].needrex 1989 if nrex ~= nil then 1991 needrex = nrex 1992 elseif needrex ~= nrex then
|