Home
last modified time | relevance | path

Searched refs:ffile (Results 1 – 25 of 1267) sorted by relevance

12345678910>>...51

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/shape/
H A Dtruetype.cpp994 ffile->info->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1138 ffile->info->numberOfHMetrics = READUSHORT(ffile->fp); in ProcessHheaTable()
1294 ffile->fp->seekg (ffile->info->cmap_table_offset + 2); in ProcessCharMap()
1492 ffile->info->segCount = READUSHORT(ffile->fp) >> 1; in ProcessFormat4Glyph()
1493 ffile->info->searchRange = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1494 ffile->info->entrySelector = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1495 ffile->info->rangeShift = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1518 ffile->info->idDelta[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1522 ffile->info->glyphIDoffset = ffile->fp->tellg (); in ProcessFormat4Glyph()
1554ffile->fp->seekg (ffile->info->glyphIDoffset + 2*i + ffile->info->idRangeOffset[i]+ in ProcessFormat4Glyph()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/
H A Dtruetype.cpp1148 ffile->loca_table[i] = READULONG(ffile->fp); in ProcessLocaTable()
1167 ffile->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1670 ffile->segCount = READUSHORT(ffile->fp) >> 1; in ProcessFormat4Glyph()
1671 ffile->searchRange = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1672 ffile->entrySelector = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1673 ffile->rangeShift = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1684 ffile->endCount[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1696 ffile->idDelta[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1700 ffile->glyphIDoffset = ffile->fp->tellg () ; in ProcessFormat4Glyph()
1732 ffile->fp->seekg (ffile->glyphIDoffset + 2*i + ffile->idRangeOffset[i]+ in ProcessFormat4Glyph()
[all …]
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dtruetype.cpp1241 ffile->loca_table[i] = READULONG(ffile->fp); in ProcessLocaTable()
1260 ffile->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1763 ffile->segCount = READUSHORT(ffile->fp) >> 1; in ProcessFormat4Glyph()
1764 ffile->searchRange = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1765 ffile->entrySelector = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1766 ffile->rangeShift = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1777 ffile->endCount[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1789 ffile->idDelta[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1793 ffile->glyphIDoffset = ffile->fp->tellg () ; in ProcessFormat4Glyph()
1825 ffile->fp->seekg (ffile->glyphIDoffset + 2*i + ffile->idRangeOffset[i]+ in ProcessFormat4Glyph()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/shape/
H A Dtruetype.cpp1140 ffile->loca_table[i] = READULONG(ffile->fp); in ProcessLocaTable()
1159 ffile->numGlyphs = READUSHORT(ffile->fp); in ProcessMaxpTable()
1661 ffile->segCount = READUSHORT(ffile->fp) >> 1; in ProcessFormat4Glyph()
1662 ffile->searchRange = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1663 ffile->entrySelector = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1664 ffile->rangeShift = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1675 ffile->endCount[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1687 ffile->idDelta[i] = READUSHORT(ffile->fp); in ProcessFormat4Glyph()
1691 ffile->glyphIDoffset = ffile->fp->tellg () ; in ProcessFormat4Glyph()
1723 ffile->fp->seekg (ffile->glyphIDoffset + 2*i + ffile->idRangeOffset[i]+ in ProcessFormat4Glyph()
[all …]
/dports/games/crafty/crafty-25.2_1/
H A Dinput.c78 ffile = -1; in InputMove()
97 ffile = 4; in InputMove()
102 ffile = 4; in InputMove()
112 ffile = 4; in InputMove()
117 ffile = 4; in InputMove()
245 if ((ffile < 0) || (ffile > 7)) { in InputMove()
288 if ((ffile >= 0) && (File(From(*mv)) != ffile)) in InputMove()
387 ffile = 4; in InputMoveICS()
392 ffile = 4; in InputMoveICS()
401 ffile = 4; in InputMoveICS()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/arrays/util/test/
H A DTestArraysFlatteningConverter.cpp138 string ffile = filename + "arrays_zero_size_flat.xml"; in START_TEST() local
139 SBMLDocument* fdoc = readSBMLFromFile(ffile.c_str()); in START_TEST()
176 string ffile = filename + "arrays_zero_size_flat.xml"; in START_TEST() local
177 SBMLDocument* fdoc = readSBMLFromFile(ffile.c_str()); in START_TEST()
214 string ffile = filename + "arrays_1x1_flat.xml"; in START_TEST() local
215 SBMLDocument* fdoc = readSBMLFromFile(ffile.c_str()); in START_TEST()
252 string ffile = filename + "arrays_1D_size_flat.xml"; in START_TEST() local
253 SBMLDocument* fdoc = readSBMLFromFile(ffile.c_str()); in START_TEST()
290 string ffile = filename + "arrays_2D_size_flat.xml"; in START_TEST() local
291 SBMLDocument* fdoc = readSBMLFromFile(ffile.c_str()); in START_TEST()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/3rdparty/f2c/
H A Dfort77.sed218 $ffile = "";
224 $ffile = $_;
225 $basefile = $ffile;
234 if ($ffile) {
235 &check_file_read($ffile);
237 $cfile = ($ffile =~ /([^\/]*\.).$/)[0] . "c";
245 . $ffile . '"/\' '
247 if ($cpp || ($ffile =~ /\.F$/)) {
255 open (FFILE, "$ffile") || die ("$0: Cannot open $ffile: $_\n");
267 join (" ",@fopts). " < ". $ffile .
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/SLOF/romfs/tools/
H A Dbuild_ffs.c214 free(ffile); in copy_file()
221 free(ffile); in copy_file()
244 free(ffile); in copy_file()
348 unsigned char *ffile; in build_ffs() local
381 ffile = malloc_file(hdrsize, datasize, &ffsize); in build_ffs()
383 if (NULL == ffile) { in build_ffs()
394 free(ffile); in build_ffs()
431 memset(ffile + ffile_offset, 0, tokensize); in build_ffs()
447 *(uint64_t *) (ffile + ffile_offset) = -1; in build_ffs()
451 if (buildDataStream(ffile, ffsize) != 0) { in build_ffs()
[all …]
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dsetfiletimeqq3f.c40 int ENT3F(SETFILETIMEQQ, setfiletimeqq)(DCHAR(ffile), in ENT3F()
41 unsigned int *timedate DCLEN(ffile)) in ENT3F()
74 __GETFILEINFOQQ(CADR(ffile), (char *)&fileInfo, (int *)&handle, CLEN(ffile)); in ENT3F()
76 __GETFILEINFOQQ(CADR(ffile), (char *)&fileInfo2, (int *)&handle, in ENT3F()
77 CLEN(ffile)); in ENT3F()
81 fileName = __fstr2cstr(CADR(ffile), CLEN(ffile)); in ENT3F()
118 int ENT3F(SETFILETIMEQQ, setfiletimeqq)(DCHAR(ffile), in ENT3F()
119 unsigned int *timedate DCLEN(ffile)) in ENT3F()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Ddefs2doc.cc35 FILE *ffile, *vfile, *ufile; variable
309 fputs("<listitem>\n", ffile); in print_function()
355 fputs("<para>", ffile); in print_function()
357 fputs("</para>", ffile); in print_function()
370 fputs("<formalpara>\n", ffile); in print_function()
405 fputs("<para>\n", ffile); in print_function()
407 fputs("</para>\n", ffile); in print_function()
443 fputs("</listitem>\n", ffile); in print_function()
700 fputs("</sect1>\n", ffile); in main()
702 fputs("</appendix>\n", ffile); in main()
[all …]
/dports/graphics/p5-Image-PNG-Libpng/Image-PNG-Libpng-0.57/t/
H A Dcompress-level.t35 my $ffile = sprintf("%s/libpng/z%02dn2c08.png", $Bin, $src_level);
36 my $src_size = -s $ffile;
37 my $src_png = read_png_file ($ffile);
38 ok ($src_png, "Read test file '$ffile'");
47 …"source $ffile (level: $src_level, $src_size bytes) equal to target (level: $target_level, $dest_s…
51 …"source $ffile (level: $src_level, $src_size bytes) larger than target (level: $target_level, $des…
56 …"source $ffile (level: $src_level, $src_size bytes) smaller than target (level: $target_level, $de…
67 my $ffile = "$Bin/libpng/z06n2c08.png";
68 my $src_png = read_png_file ($ffile);
69 ok ($src_png, "Read test file '$ffile'");
/dports/net/p5-Net-SSH-Perl/Net-SSH-Perl-2.14/eg/
H A Dpscp17 my($fhost, $ffile, $thost, $tfile);
19 ($fhost, $ffile) = split /:/, $f1, 2;
36 if ($fhost && $ffile) {
37 my($out, $err, $exit) = $ssh->cmd("cat $ffile");
38 die "Can't fetch $ffile: $err" if $err;
40 $f2 = basename $ffile if $f2 eq '.';
/dports/net-mgmt/flowd/flowd-0.9.1/
H A Dflowd-reader.c84 const char *ffile, *ofile; in main() local
92 ofile = ffile = NULL; in main()
122 ffile = optarg; in main()
149 if (ffile != NULL) { in main()
150 if ((ffilef = fopen(ffile, "r")) == NULL) in main()
151 logerr("fopen(%s)", ffile); in main()
152 if (parse_config(ffile, ffilef, &filter_config, 1) != 0) in main()
222 if (ffile != NULL && filter_flow(&flow, in main()
247 if (ffile != NULL && debug) in main()
/dports/net/gsk/gsk-1.0.63/src/
H A Dgsktable-flat.c182 do_pread (FlatFile *ffile,
407 ffile->cache_entries_len = g_spaced_primes_closest (ffile->max_cache_entries); in cache_entry_force()
408 ffile->cache_entries = g_new0 (CacheEntry *, ffile->cache_entries_len); in cache_entry_force()
423 if (ffile->cache_entries_count == ffile->max_cache_entries) in cache_entry_force()
1391 if (!mmap_reader_init (&ffile->readers[f], ffile->fds[f], error)) in flat__done_feeding()
1398 ffile->has_readers = TRUE; in flat__done_feeding()
1401 ffile->builder = NULL; in flat__done_feeding()
1453 do_pread (FlatFile *ffile, in do_pread() argument
1460 if (ffile->builder) in do_pread()
1484 if (ffile->builder != NULL) in flat__query_file()
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/util/test/
H A DTestCompFlatteningConverter.cpp132 ffile += "aggregate_flat.xml"; in START_TEST()
192 string ffile = filename + file2; in TestFlattenedPair() local
319 ffile += "doubleext.xml"; in START_TEST()
351 ffile = TestDataDirectory; in START_TEST()
352 ffile += "doubleext_flat.xml"; in START_TEST()
385 ffile += "doubleext2.xml"; in START_TEST()
417 ffile = TestDataDirectory; in START_TEST()
502 ffile += "dropports_flat.xml"; in START_TEST()
1448 string ffile; in test_flatten_package() local
1452 ffile = filename + flat; in test_flatten_package()
[all …]
H A DTestCompFlatteningNewFlags.cpp231 string ffile = dir + "unknown1_flat.xml"; in START_TEST() local
468 string ffile = dir + "unknown2_flat.xml"; in START_TEST() local
510 string ffile = dir + "unknown1_flat.xml"; in START_TEST() local
641 string ffile = dir + "unknown21_flat.xml"; in START_TEST() local
686 string ffile = dir + "unknown22_flat.xml"; in START_TEST() local
731 string ffile = dir + "unknown23_flat.xml"; in START_TEST() local
776 string ffile = dir + "unknown24_flat.xml"; in START_TEST() local
821 string ffile = dir + "unknown25_flat.xml"; in START_TEST() local
866 string ffile = dir + "unknown26_flat.xml"; in START_TEST() local
911 string ffile = dir + "unknown27_flat.xml"; in START_TEST() local
[all …]
/dports/biology/infernal/infernal-1.1.3/hmmer/src/
H A Dhmmpress.c29 char *ffile; // .h3f file: binary vectorized profiles, MSV filter part only member
127 printf("Profiles (MSV part) pressed into: %s\n", dbf->ffile); in main()
158 dbf->ffile = NULL; in open_dbfiles()
168 …if ( (status = esl_sprintf(&(dbf->ffile), "%s.h3f", basename)) != eslOK) ESL_XFAIL(status, errbu… in open_dbfiles()
173 …ists(dbf->ffile)) ESL_XFAIL(eslEOVERWRITE, errbuf, "Binary MSV filter file %s already exists\nDe… in open_dbfiles()
182 …ffp = fopen(dbf->ffile, "wb")) == NULL) ESL_XFAIL(eslEWRITE, errbuf, "Failed to open binary MSV f… in open_dbfiles()
211 if (esl_FileExists(dbf->ffile)) remove(dbf->ffile); in close_dbfiles()
217 if (dbf->ffile) free(dbf->ffile); in close_dbfiles()
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcmpress.c36 char *ffile; // .i1f file: binary vectorized profile HMM filters, MSV filter part only member
139 printf("Optimized p7 filter profiles (MSV part) pressed into: %s\n", dbf->ffile); in main()
169 dbf->ffile = NULL; in open_dbfiles()
179 …if ( (status = esl_sprintf(&(dbf->ffile), "%s.i1f", basename)) != eslOK) ESL_XFAIL(status, errbu… in open_dbfiles()
184 …xists(dbf->ffile)) ESL_XFAIL(eslEOVERWRITE, errbuf, "Binary MSV filter file %s already exists\nD… in open_dbfiles()
193 …ffp = fopen(dbf->ffile, "wb")) == NULL) ESL_XFAIL(eslEWRITE, errbuf, "Failed to open binary MSV f… in open_dbfiles()
223 if (esl_FileExists(dbf->ffile)) remove(dbf->ffile); in close_dbfiles()
229 if (dbf->ffile) free(dbf->ffile); in close_dbfiles()
/dports/biology/hmmer/hmmer-3.3/src/
H A Dhmmpress.c29 char *ffile; // .h3f file: binary vectorized profiles, MSV filter part only member
127 printf("Profiles (MSV part) pressed into: %s\n", dbf->ffile); in main()
158 dbf->ffile = NULL; in open_dbfiles()
168 …if ( (status = esl_sprintf(&(dbf->ffile), "%s.h3f", basename)) != eslOK) ESL_XFAIL(status, errbu… in open_dbfiles()
173 …ists(dbf->ffile)) ESL_XFAIL(eslEOVERWRITE, errbuf, "Binary MSV filter file %s already exists\nDe… in open_dbfiles()
182 …ffp = fopen(dbf->ffile, "wb")) == NULL) ESL_XFAIL(eslEWRITE, errbuf, "Failed to open binary MSV f… in open_dbfiles()
211 if (esl_FileExists(dbf->ffile)) remove(dbf->ffile); in close_dbfiles()
217 if (dbf->ffile) free(dbf->ffile); in close_dbfiles()

12345678910>>...51