Home
last modified time | relevance | path

Searched refs:fiz (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/archivers/zoo/zoo-2.10.1_4/
H A Dfiz.man9 fiz - analyze damaged zoo archive for data revovery
12 fiz archive[.zoo]
17 sion of fiz is 2.0 and it is meant to be used in conjunction
28 For each directory entry found, fiz prints where in the
34 fiz prints where in the archive the block begins. In the
37 locates the data. Here is some sample output from fiz:
48 In such output, DIR indicates where fiz found a directory
49 entry in the archive, and DATA indicates where fiz found
50 file data in the archive. Filenames located by fiz are
54 fiz found file data at positions 2587, 3970, and 4769.
[all …]
/dports/astro/astrometry/astrometry.net-0.85/catalogs/
H A D2masstofits.c81 gzFile fiz = NULL; in main() local
89 fiz = gzopen(infn, "rb"); in main()
90 if (!fiz) { in main()
99 if (gzeof(fiz)) in main()
102 if (gzgets(fiz, line, 1024) == Z_NULL) { in main()
103 if (gzeof(fiz)) in main()
175 gzclose(fiz); in main()
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
62 Foo\Bar\fiz
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
63 Foo\Bar\fiz
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
62 Foo\Bar\fiz
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
63 Foo\Bar\fiz
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
63 Foo\Bar\fiz
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
62 Foo\Bar\fiz
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
62 Foo\Bar\fiz
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dns_092.phpt8 function fiz(){ echo __FUNCTION__,"\n"; }
17 fiz,
45 fiz();
63 Foo\Bar\fiz
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dimproper_ring_omp.cpp103 double cjiji, ckjji, ckjkj, fix, fiy, fiz, fjx, fjy, fjz, fkx, fky, fkz; in eval() local
215 fiz = bvec2z[icomb] - cfact3 * bvec1z[icomb]; in eval()
218 fjx = - fix - fkx; fjy = - fiy - fky; fjz = - fiz - fkz; in eval()
221 fix *= cfact1; fiy *= cfact1; fiz *= cfact1; in eval()
225 if (at1[icomb] == i1) {f1[0] += fix; f1[1] += fiy; f1[2] += fiz;} in eval()
229 if (at1[icomb] == i3) {f3[0] += fix; f3[1] += fiy; f3[2] += fiz;} in eval()
233 if (at1[icomb] == i4) {f4[0] += fix; f4[1] += fiy; f4[2] += fiz;} in eval()
243 f[at1[icomb]][2] += fiz; in eval()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-MOLECULE/
H A Dimproper_ring.cpp94 double cjiji, ckjji, ckjkj, fix, fiy, fiz, fjx, fjy, fjz, fkx, fky, fkz; in compute() local
213 fiz = bvec2z[icomb] - cfact3 * bvec1z[icomb]; in compute()
216 fjx = - fix - fkx; fjy = - fiy - fky; fjz = - fiz - fkz; in compute()
219 fix *= cfact1; fiy *= cfact1; fiz *= cfact1; in compute()
223 if (at1[icomb] == i1) {f1[0] += fix; f1[1] += fiy; f1[2] += fiz;} in compute()
227 if (at1[icomb] == i3) {f3[0] += fix; f3[1] += fiy; f3[2] += fiz;} in compute()
231 if (at1[icomb] == i4) {f4[0] += fix; f4[1] += fiy; f4[2] += fiz;} in compute()
241 f[at1[icomb]][2] += fiz; in compute()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/tools/fix/
H A Dfix_test.go51 fiz: 4
64 fiz: 4
65 faz: fiz
/dports/lang/v/v-0.1.29/vlib/v/tests/
H A Ddouble_ref_deref_test.v8 fiz := process(&bar)
9 assert fiz == 12
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Index/
H A Dcomplete-pointer-and-reference-to-functions.cpp7 template<class T> void (*fiz(T))(T, ...);
13 fiz(42)(42, 42, 42); in main()

12345678910>>...13