Home
last modified time | relevance | path

Searched refs:npad (Results 151 – 175 of 382) sorted by relevance

12345678910>>...16

/dports/science/qmcpack/qmcpack-3.11.0/tests/scripts/
H A Dcheck_stats.py171 npad = nindent*pad
186 indent = npad+18*' '
194 s+=npad+str(k)+'\n'
197 s+=npad+'end '+k+'\n'
238 npad = nindent*pad
253 indent = npad+18*' '
258 s+=npad+'{0:<15} = '.format(k)
265 s+=npad+str(k)
273 s+=npad+str(k)+'\n'
276 s+=npad+'end '+k+'\n'
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/c/
H A Dtransformers.c222 const long (*npad)[2] = (const long (*)[2])LONGP(npaddings); in NewTransformerObject() local
224 self->bc = bc_init(LONGP(size_in), pad, npad, nb, comm, real, 0); in NewTransformerObject()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/cmd/cgo/
H A Dout.go688 npad := 0
700 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
702 npad++
709 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
711 npad++
718 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
720 npad++
727 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
729 npad++
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/cnos/fixtures/
H A Dshow_process_memory24 71 2116 8388608 5880 10076 bfe8abd0/bfe8a600 npad
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/cnos/fixtures/
H A Dshow_process_memory24 71 2116 8388608 5880 10076 bfe8abd0/bfe8a600 npad
/dports/lang/php81/php-8.1.1/ext/standard/
H A Dformatted_print.c88 size_t npad; in php_sprintf_appendstring() local
94 npad = (min_width < copy_len) ? 0 : min_width - copy_len; in php_sprintf_appendstring()
124 while (npad-- > 0) { in php_sprintf_appendstring()
132 while (npad--) { in php_sprintf_appendstring()
/dports/www/mod_php81/php-8.1.1/ext/standard/
H A Dformatted_print.c88 size_t npad; in php_sprintf_appendstring() local
94 npad = (min_width < copy_len) ? 0 : min_width - copy_len; in php_sprintf_appendstring()
124 while (npad-- > 0) { in php_sprintf_appendstring()
132 while (npad--) { in php_sprintf_appendstring()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dformatted_print.c88 register size_t npad; in php_sprintf_appendstring() local
94 npad = (min_width < copy_len) ? 0 : min_width - copy_len; in php_sprintf_appendstring()
124 while (npad-- > 0) { in php_sprintf_appendstring()
132 while (npad--) { in php_sprintf_appendstring()
/dports/www/mod_php80/php-8.0.15/ext/standard/
H A Dformatted_print.c88 register size_t npad; in php_sprintf_appendstring() local
94 npad = (min_width < copy_len) ? 0 : min_width - copy_len; in php_sprintf_appendstring()
124 while (npad-- > 0) { in php_sprintf_appendstring()
132 while (npad--) { in php_sprintf_appendstring()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1650 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0)
1658 for (; 0 < npad; --npad)
1678 for (; 0 < npad; --npad) {
1724 streamsize npad = (width <= b.size()) ? 0 : width - b.size();
1731 for (; 0 < npad; --npad)
1752 for (; 0 < npad; --npad) {
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dfitsioutils.c825 int npad; in fits_pad_file_with() local
829 npad = (offset % (off_t)FITS_BLOCK_SIZE); in fits_pad_file_with()
830 if (npad) { in fits_pad_file_with()
832 npad = FITS_BLOCK_SIZE - npad; in fits_pad_file_with()
833 for (i=0; i<npad; i++) in fits_pad_file_with()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dfitsioutils.c837 int npad; in fits_pad_file_with() local
841 npad = (offset % (off_t)FITS_BLOCK_SIZE); in fits_pad_file_with()
842 if (npad) { in fits_pad_file_with()
844 npad = FITS_BLOCK_SIZE - npad; in fits_pad_file_with()
845 for (i=0; i<npad; i++) in fits_pad_file_with()
/dports/math/gretl/gretl-2021d/lib/src/
H A Ddbwrite.c192 int dskip = 0, npad = 0; in output_db_var() local
235 while (s > t + npad) { in output_db_var()
239 npad++; in output_db_var()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/cmd/cgo/
H A Dout.go696 npad := 0
708 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
710 npad++
717 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
719 npad++
726 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
728 npad++
735 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
737 npad++
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/cmd/cgo/
H A Dout.go696 npad := 0
708 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
710 npad++
717 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
719 npad++
726 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
728 npad++
735 ctype += fmt.Sprintf("\t\tchar __pad%d[%d];\n", npad, pad)
737 npad++
/dports/devel/hyperscan/boost_1_75_0/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in operator <<() local
1673 for (; 0 < npad; --npad) in operator <<()
1693 for (; 0 < npad; --npad) { in operator <<()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in operator <<()
1746 for (; 0 < npad; --npad) in operator <<()
1767 for (; 0 < npad; --npad) { in operator <<()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in lowest_bit()
1673 for (; 0 < npad; --npad) in lowest_bit()
1693 for (; 0 < npad; --npad) { in lowest_bit()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in lowest_bit()
1746 for (; 0 < npad; --npad) in lowest_bit()
1767 for (; 0 < npad; --npad) { in lowest_bit()
/dports/devel/R-cran-BH/BH/inst/include/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in operator <<() local
1673 for (; 0 < npad; --npad) in operator <<()
1693 for (; 0 < npad; --npad) { in operator <<()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in operator <<()
1746 for (; 0 < npad; --npad) in operator <<()
1767 for (; 0 < npad; --npad) { in operator <<()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in operator <<() local
1673 for (; 0 < npad; --npad) in operator <<()
1693 for (; 0 < npad; --npad) { in operator <<()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in operator <<()
1746 for (; 0 < npad; --npad) in operator <<()
1767 for (; 0 < npad; --npad) { in operator <<()
/dports/devel/boost-libs/boost_1_72_0/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in operator <<() local
1673 for (; 0 < npad; --npad) in operator <<()
1693 for (; 0 < npad; --npad) { in operator <<()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in operator <<()
1746 for (; 0 < npad; --npad) in operator <<()
1767 for (; 0 < npad; --npad) { in operator <<()
/dports/devel/boost-python-libs/boost_1_72_0/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in operator <<() local
1673 for (; 0 < npad; --npad) in operator <<()
1693 for (; 0 < npad; --npad) { in operator <<()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in operator <<()
1746 for (; 0 < npad; --npad) in operator <<()
1767 for (; 0 < npad; --npad) { in operator <<()
/dports/devel/boost-docs/boost_1_72_0/boost/dynamic_bitset/
H A Ddynamic_bitset.hpp1665 size_t npad = os.width() <= 0 // careful: os.width() is signed (and can be < 0) in operator <<() local
1673 for (; 0 < npad; --npad) in operator <<()
1693 for (; 0 < npad; --npad) { in operator <<()
1739 streamsize npad = (width <= b.size()) ? 0 : width - b.size(); in operator <<()
1746 for (; 0 < npad; --npad) in operator <<()
1767 for (; 0 < npad; --npad) { in operator <<()
/dports/lang/perl5.34/perl-5.34.0/
H A Dpad.h385 #define PAD_SAVE_LOCAL(opad,npad) \ argument
387 PL_comppad = (npad); \
/dports/lang/perl5.30/perl-5.30.3/
H A Dpad.h387 #define PAD_SAVE_LOCAL(opad,npad) \ argument
389 PL_comppad = (npad); \
/dports/lang/perl5.32/perl-5.32.1/
H A Dpad.h387 #define PAD_SAVE_LOCAL(opad,npad) \ argument
389 PL_comppad = (npad); \

12345678910>>...16