Home
last modified time | relevance | path

Searched refs:mf (Results 51 – 75 of 11816) sorted by relevance

12345678910>>...473

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/tests/
H A Dmanifest.ttl6 <> rdf:type mf:Manifest ;
8 mf:entries
10 [ mf:name "test-00" ;
13 mf:result <test-00.out>
16 [ mf:name "test-01" ;
19 mf:result <test-01.out>
22 [ mf:name "test-02" ;
25 mf:result <test-02.out>
28 [ mf:name "test-03" ;
31 mf:result <test-03.out>
[all …]
/dports/lang/yap/yap-6.2.2/packages/semweb/Tests/Turtle/
H A Dmanifest.ttl6 <> rdf:type mf:Manifest ;
8 mf:entries
10 [ mf:name "test-00" ;
13 mf:result <test-00.out>
16 [ mf:name "test-01" ;
19 mf:result <test-01.out>
22 [ mf:name "test-02" ;
25 mf:result <test-02.out>
28 [ mf:name "test-03" ;
31 mf:result <test-03.out>
[all …]
/dports/devel/sord/sord-0.16.8/tests/
H A Dmanifest.ttl6 <> rdf:type mf:Manifest ;
8 mf:entries
10 [ mf:name "test-00" ;
13 mf:result <test-00.out>
16 [ mf:name "test-01" ;
19 mf:result <test-01.out>
22 [ mf:name "test-02" ;
25 mf:result <test-02.out>
28 [ mf:name "test-03" ;
31 mf:result <test-03.out>
[all …]
/dports/textproc/rasqal/rasqal-0.9.33/tests/sparql/SyntaxDev/Syntax-SPARQL/
H A Dmanifest.ttl7 <> rdf:type mf:Manifest ;
9 mf:entries
11 [ mf:name "syntax-basic-01.rq" ;
13 mf:action <syntax-basic-01.rq> ;
15 [ mf:name "syntax-basic-02.rq" ;
17 mf:action <syntax-basic-02.rq> ;
19 [ mf:name "syntax-basic-03.rq" ;
23 [ mf:name "syntax-basic-04.rq" ;
27 [ mf:name "syntax-basic-05.rq" ;
31 [ mf:name "syntax-basic-06.rq" ;
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/test-interfaces/src/test/java/org/openscience/cdk/interfaces/
H A DAbstractMolecularFormulaTest.java91 mf.addIsotope(hy); in testAddIsotope_IIsotope()
112 mf.addIsotope(h1); in testGetIsotopeCount_IIsotope()
113 mf.addIsotope(h2); in testGetIsotopeCount_IIsotope()
114 mf.addIsotope(h3); in testGetIsotopeCount_IIsotope()
253 mf.add(mf2); in testMolecularFormula_NullCharge()
346 mf.setCharge(1); in testGetCharge()
367 mf.setCharge(1); in testSetCharge_Double()
370 mf.add(mf); in testSetCharge_Double()
378 mf.setCharge(1); in testSetCharge_Integer()
398 mf.setCharge(1); in testCharge_rest()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/tdscf/
H A D__init__.py34 def TDHF(mf): argument
41 mf = scf.addons.convert_to_rhf(mf)
44 def TDA(mf): argument
46 mf = scf.addons.convert_to_uhf(mf)
52 mf = scf.addons.convert_to_rhf(mf)
58 def TDDFT(mf): argument
60 mf = scf.addons.convert_to_uhf(mf)
66 mf = scf.addons.convert_to_rhf(mf)
75 def RPA(mf): argument
78 def dRPA(mf): argument
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/tdscf/
H A D__init__.py32 def TDHF(mf): argument
37 if getattr(mf, 'xc', None):
41 return uhf.TDHF(mf)
44 return rhf.TDHF(mf)
46 def TDA(mf): argument
64 def TDDFT(mf): argument
82 def KTDHF(mf): argument
87 return kuhf.TDHF(mf)
89 return krhf.TDHF(mf)
91 def KTDA(mf): argument
[all …]
/dports/devel/ccache/ccache-3.7.12/src/
H A Dmanifest.c154 free(mf); in free_manifest()
214 struct manifest *mf = x_malloc(sizeof(*mf)); in create_empty_manifest() local
223 return mf; in create_empty_manifest()
259 mf->files = x_calloc(mf->n_files, sizeof(*mf->files)); in read_manifest()
265 mf->file_infos = x_calloc(mf->n_file_infos, sizeof(*mf->file_infos)); in read_manifest()
268 READ_BYTES(mf->hash_size, mf->file_infos[i].hash); in read_manifest()
275 mf->objects = x_calloc(mf->n_objects, sizeof(*mf->objects)); in read_manifest()
485 mf->files = x_realloc(mf->files, (n + 1) * sizeof(*mf->files)); in get_include_file_index()
531 mf->file_infos = x_realloc(mf->file_infos, (n + 1) * sizeof(*mf->file_infos)); in get_file_hash_index()
548 create_string_index_map(mf->files, mf->n_files); in add_file_info_indexes()
[all …]
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dmanifest.c154 free(mf); in free_manifest()
214 struct manifest *mf = x_malloc(sizeof(*mf)); in create_empty_manifest() local
223 return mf; in create_empty_manifest()
254 mf->files = x_calloc(mf->n_files, sizeof(*mf->files)); in read_manifest()
260 mf->file_infos = x_calloc(mf->n_file_infos, sizeof(*mf->file_infos)); in read_manifest()
263 READ_BYTES(mf->hash_size, mf->file_infos[i].hash); in read_manifest()
270 mf->objects = x_calloc(mf->n_objects, sizeof(*mf->objects)); in read_manifest()
283 return mf; in read_manifest()
475 mf->files = x_realloc(mf->files, (n + 1) * sizeof(*mf->files)); in get_include_file_index()
516 mf->file_infos = x_realloc(mf->file_infos, (n + 1) * sizeof(*mf->file_infos)); in get_file_hash_index()
[all …]
/dports/devel/ccache-static/ccache-3.7.12/src/
H A Dmanifest.c154 free(mf); in free_manifest()
214 struct manifest *mf = x_malloc(sizeof(*mf)); in create_empty_manifest() local
223 return mf; in create_empty_manifest()
259 mf->files = x_calloc(mf->n_files, sizeof(*mf->files)); in read_manifest()
265 mf->file_infos = x_calloc(mf->n_file_infos, sizeof(*mf->file_infos)); in read_manifest()
268 READ_BYTES(mf->hash_size, mf->file_infos[i].hash); in read_manifest()
275 mf->objects = x_calloc(mf->n_objects, sizeof(*mf->objects)); in read_manifest()
485 mf->files = x_realloc(mf->files, (n + 1) * sizeof(*mf->files)); in get_include_file_index()
531 mf->file_infos = x_realloc(mf->file_infos, (n + 1) * sizeof(*mf->file_infos)); in get_file_hash_index()
548 create_string_index_map(mf->files, mf->n_files); in add_file_info_indexes()
[all …]
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/src/
H A Dmanifest.c154 free(mf); in free_manifest()
214 struct manifest *mf = x_malloc(sizeof(*mf)); in create_empty_manifest() local
223 return mf; in create_empty_manifest()
254 mf->files = x_calloc(mf->n_files, sizeof(*mf->files)); in read_manifest()
260 mf->file_infos = x_calloc(mf->n_file_infos, sizeof(*mf->file_infos)); in read_manifest()
263 READ_BYTES(mf->hash_size, mf->file_infos[i].hash); in read_manifest()
270 mf->objects = x_calloc(mf->n_objects, sizeof(*mf->objects)); in read_manifest()
283 return mf; in read_manifest()
475 mf->files = x_realloc(mf->files, (n + 1) * sizeof(*mf->files)); in get_include_file_index()
516 mf->file_infos = x_realloc(mf->file_infos, (n + 1) * sizeof(*mf->file_infos)); in get_file_hash_index()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/lzma/vtklzma/src/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/lzma-sys-0.1.16/xz-5.2/src/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmliblzma/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmliblzma/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/minizip/src/lib/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
153 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
157 assert(mf->read_pos <= mf->write_pos); in move_pos()
159 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
182 assert(mf->read_pos <= mf->write_pos); in move_pending()
203 const uint32_t pos = mf->read_pos + mf->offset
225 mf->son, mf->cyclic_pos, mf->cyclic_size, \
297 mf->son[mf->cyclic_pos] = cur_match; \
348 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
427 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/lzma/vtklzma/src/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/minizip/src/lib/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
153 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
157 assert(mf->read_pos <= mf->write_pos); in move_pos()
159 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
182 assert(mf->read_pos <= mf->write_pos); in move_pending()
203 const uint32_t pos = mf->read_pos + mf->offset
225 mf->son, mf->cyclic_pos, mf->cyclic_size, \
297 mf->son[mf->cyclic_pos] = cur_match; \
348 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
427 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmliblzma/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/lzma-sys-0.1.17/xz-5.2/src/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/lzma-sys/xz-5.2/src/liblzma/lz/
H A Dlz_encoder_mf.c28 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
152 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
156 assert(mf->read_pos <= mf->write_pos); in move_pos()
158 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
181 assert(mf->read_pos <= mf->write_pos); in move_pending()
202 const uint32_t pos = mf->read_pos + mf->offset
224 mf->son, mf->cyclic_pos, mf->cyclic_size, \
296 mf->son[mf->cyclic_pos] = cur_match; \
347 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
426 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]
/dports/science/berkeleygw/BGW-2.0.0/MeanField/Utilities/
H A Dwfn_rho_vxc_info.f9024 type(mf_header_t) :: mf variable
86 if(mf%iflavor == 1) then
107 do iat = 1, mf%crys%nat
146 do isym = 1, mf%syms%ntran
148 mf%syms%mtrx(1:3, 1:3, isym), mf%syms%tnp(1:3, isym)
164 do ik = 1, mf%kp%nrk
165 write(6,'(i8,4f12.6,i22,4i10)') ik, mf%kp%rk(1:3, ik), mf%kp%w(ik), mf%kp%ngk(ik), &
166 (mf%kp%ifmin(ik, is), mf%kp%ifmax(ik, is), is = 1, mf%kp%nspin)
170 do is = 1, mf%kp%nspin
172 do ik = 1, mf%kp%nrk
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/third_party/xz-4.999.9beta/src/liblzma/lz/
H A Dlz_encoder_mf.c30 const uint32_t count = mf->find(mf, matches); in lzma_mf_find()
153 if (++mf->cyclic_pos == mf->cyclic_size) in move_pos()
157 assert(mf->read_pos <= mf->write_pos); in move_pos()
159 if (unlikely(mf->read_pos + mf->offset == UINT32_MAX)) in move_pos()
182 assert(mf->read_pos <= mf->write_pos); in move_pending()
203 const uint32_t pos = mf->read_pos + mf->offset
225 mf->son, mf->cyclic_pos, mf->cyclic_size, \
300 mf->son[mf->cyclic_pos] = cur_match; \
352 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc3_skip()
432 const uint32_t pos = mf->read_pos + mf->offset; in lzma_mf_hc4_skip()
[all …]

12345678910>>...473