Home
last modified time | relevance | path

Searched refs:DIFFTEST (Results 1 – 17 of 17) sorted by relevance

/dports/audio/mp3ck/mp3ck-0.04/
H A Dmp3ck.c695 #define DIFFTEST(byte, macro, msg) \ in diffhdr() macro
711 DIFFTEST(0, VERID, "version ID"); in diffhdr()
712 DIFFTEST(0, LAYERD, "layer descriptor"); in diffhdr()
713 DIFFTEST(0, PROT, "protection bit"); in diffhdr()
722 DIFFTEST(1, PRIV, "private bit"); in diffhdr()
723 DIFFTEST(2, CHAN, "channel mode"); in diffhdr()
724 DIFFTEST(2, CPRT, "copyright bit"); in diffhdr()
725 DIFFTEST(2, ORIG, "original bit"); in diffhdr()
726 DIFFTEST(2, EMPH, "emphasis"); in diffhdr()
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5repack/
H A Dh5repack.sh.in272 DIFFTEST() function
314 DIFFTEST $infile $outfile
344 DIFFTEST $infile $outfile
456 DIFFTEST $infile $outfile
564 DIFFTEST $infile $outfile
675 DIFFTEST $repacked $external
724 DIFFTEST $infile $outfile
752 DIFFTEST $infile $outfile
783 DIFFTEST $infile $outfile
997 DIFFTEST $infile $outfile
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5repack/
H A Dh5repack.sh.in208 DIFFTEST() function
250 DIFFTEST $infile $outfile
280 DIFFTEST $infile $outfile
326 DIFFTEST $infile $outfile
427 DIFFTEST $infile $outfile
455 DIFFTEST $infile $outfile
486 DIFFTEST $infile $outfile
590 DIFFTEST $infile $outfile
608 DIFFTEST $infile $outfile
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack.sh.in63 DIFFTEST() function
102 DIFFTEST $infile $outfile
/dports/devel/udis86/udis86-1.7.2/tests/
H A Ddifftest.sh.in101 echo "DIFFTEST ${srcasm}: PASS" ||
102 ( echo "DIFFTEST ${srcasm}: ***FAIL*** (${outasm}.diff.log)" && return 1 )
/dports/editors/wxhexeditor/wxHexEditor/udis86/tests/
H A Ddifftest.sh.in101 echo "DIFFTEST ${srcasm}: PASS" ||
102 ( echo "DIFFTEST ${srcasm}: ***FAIL*** (${outasm}.diff.log)" && return 1 )
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_commands.c60 { DIFFTEST, "difftest" },
H A Dgretl_commands.h49 DIFFTEST, enumerator
H A Doptions.c52 c == DIFFTEST || \
208 { DIFFTEST, OPT_G, "sign", 0 },
209 { DIFFTEST, OPT_R, "rank-sum", 0 },
210 { DIFFTEST, OPT_I, "signed-rank", 0 },
211 { DIFFTEST, OPT_V, "verbose", 0 },
H A Dtokenize.c102 { DIFFTEST, "difftest", CI_LIST | CI_LLEN2 },
H A Dinteract.c3585 case DIFFTEST: in gretl_cmd_exec()
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5dump/
H A Dtesth5dump.sh.in924 DIFFTEST() function
1291 DIFFTEST tbinary.h5 out1.h5 /integer /integer
1294 DIFFTEST tbinary.h5 out1D.h5 /integer /integer
1301 DIFFTEST tbinary.h5 out3.h5 /integer /integer
1304 DIFFTEST tbinary.h5 out3D.h5 /integer /integer
H A Dtesth5dumppbits.sh.in456 DIFFTEST() function
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5dump/
H A Dtesth5dumpvds.sh.in433 DIFFTEST() function
H A Dtesth5dump.sh.in950 DIFFTEST() function
1318 DIFFTEST tbinary.h5 out1.h5 /integer /integer
1328 DIFFTEST tbinary.h5 out3.h5 /integer /integer
H A Dtesth5dumppbits.sh.in452 DIFFTEST() function
/dports/math/gretl/gretl-2021d/gui/
H A Dcalculator.c1535 print_flags(opt, DIFFTEST)); in np_test()