Home
last modified time | relevance | path

Searched defs:fin (Results 1 – 25 of 4458) sorted by relevance

12345678910>>...179

/dports/misc/quantum++/qpp-3.0/unit_tests/tests/
H A Dinput_output.cpp247 std::ifstream fin("mat.txt"); in TEST() local
257 std::ifstream fin("mat.txt"); in TEST() local
267 std::ifstream fin("mat.txt"); in TEST() local
282 std::ifstream fin("mat.txt"); in TEST() local
292 std::ifstream fin("mat.txt"); in TEST() local
302 std::ifstream fin("mat.txt"); in TEST() local
319 std::ifstream fin("mat.txt"); in TEST() local
329 std::ifstream fin("mat.txt"); in TEST() local
339 std::ifstream fin("mat.txt"); in TEST() local
352 std::ifstream fin("mat.txt"); in TEST() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/wasm-compilation-hints/
H A Dwasm.py15 def peek_uint8(fin): argument
21 def read_uint8(fin): argument
26 def peek_uint32(fin): argument
32 def read_uint32(fin): argument
37 def peek_varuintN(fin): argument
52 def read_varuintN(fin): argument
73 def peek_magic_number(fin, expected_magic_number=0x6d736100): argument
78 def read_magic_number(fin, expected_magic_number=0x6d736100): argument
83 def peek_version(fin, expected_version=1): argument
88 def read_version(fin, expected_version=1): argument
/dports/lang/v8/v8-9.6.180.12/tools/wasm-compilation-hints/
H A Dwasm.py15 def peek_uint8(fin): argument
21 def read_uint8(fin): argument
26 def peek_uint32(fin): argument
32 def read_uint32(fin): argument
37 def peek_varuintN(fin): argument
52 def read_varuintN(fin): argument
73 def peek_magic_number(fin, expected_magic_number=0x6d736100): argument
78 def read_magic_number(fin, expected_magic_number=0x6d736100): argument
83 def peek_version(fin, expected_version=1): argument
88 def read_version(fin, expected_version=1): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/wasm-compilation-hints/
H A Dwasm.py15 def peek_uint8(fin): argument
21 def read_uint8(fin): argument
26 def peek_uint32(fin): argument
32 def read_uint32(fin): argument
37 def peek_varuintN(fin): argument
52 def read_varuintN(fin): argument
73 def peek_magic_number(fin, expected_magic_number=0x6d736100): argument
78 def read_magic_number(fin, expected_magic_number=0x6d736100): argument
83 def peek_version(fin, expected_version=1): argument
88 def read_version(fin, expected_version=1): argument
/dports/games/neverball/neverball-1.6.0/share/
H A Dsolid_base.c41 static int sol_file(fs_file fin) in sol_file()
58 static void sol_load_mtrl(fs_file fin, struct b_mtrl *mp) in sol_load_mtrl()
114 static void sol_load_vert(fs_file fin, struct b_vert *vp) in sol_load_vert()
119 static void sol_load_edge(fs_file fin, struct b_edge *ep) in sol_load_edge()
125 static void sol_load_side(fs_file fin, struct b_side *sp) in sol_load_side()
132 static void sol_load_texc(fs_file fin, struct b_texc *tp) in sol_load_texc()
137 static void sol_load_offs(fs_file fin, struct b_offs *op) in sol_load_offs()
201 static void sol_load_lump(fs_file fin, struct b_lump *lp) in sol_load_lump()
214 static void sol_load_node(fs_file fin, struct b_node *np) in sol_load_node()
484 fs_file fin; in sol_load_base() local
[all …]
H A Dbinary.c82 float get_float(fs_file fin) in get_float()
102 int get_index(fs_file fin) in get_index()
122 short get_short(fs_file fin) in get_short()
138 void get_array(fs_file fin, float *v, size_t n) in get_array()
154 void get_string(fs_file fin, char *s, size_t max) in get_string()
/dports/textproc/sowing/sowing-1.1.18/src/tohtml/
H A Dstyle.c19 void TXStyleLatexInfo( TeXlist, fin, fout ) in TXStyleLatexInfo() argument
44 void TXStyleFunclist( TeXlist, fin, fout ) in TXStyleFunclist() argument
82 void TXStyleTpage( SRList *TeXlist, FILE *fin, FILE *fout ) in TXStyleTpage()
96 void TXStyleTools( TeXlist, fin, fout ) in TXStyleTools() argument
130 void TXStyleEPSF( TeXlist, fin, fout ) in TXStyleEPSF() argument
140 void TXStyleAnlhtext( TeXlist, fin, fout ) in TXStyleAnlhtext() argument
174 void TXStyleANLHandpage( TeXlist, fin, fout ) in TXStyleANLHandpage() argument
187 void TXStylePsfig( TeXlist, fin, fout ) in TXStylePsfig() argument
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/storage/file/
H A Dcopydir.c142 * APFS, is really unfriendly to small mmap/msync requests, so there do it in scan_sound_chans()
163 dstfd = OpenTransientFile(tofile, O_RDWR | O_CREAT | O_EXCL | PG_BINARY); in map_sound_chans()
179 * We fsync the files later, but during the copy, flush them every so in scan_all_chans()
199 pgstat_report_wait_start(WAIT_EVENT_COPY_FILE_WRITE); in map_all_chans()
215 if (CloseTransientFile(dstfd)) in scan_chans()
/dports/textproc/tidyp/tidyp-1.04/src/
H A Dfileio.c25 FileSource* fin = (FileSource*) sourceData; in filesrc_getByte() local
36 FileSource* fin = (FileSource*) sourceData; in filesrc_eof() local
45 FileSource* fin = (FileSource*) sourceData; in filesrc_ungetByte() local
55 FileSource* fin = NULL; in TY_() local
74 FileSource* fin = (FileSource*) inp->sourceData; in TY_() local
H A Dmappedio.c35 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_getByte() local
41 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_eof() local
47 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_ungetByte() local
53 MappedFileSource* fin; in TY_() local
88 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in TY_() local
185 MappedFileSource* fin = NULL; in initMappedFileSource() local
249 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in freeMappedFileSource() local
276 HANDLE fin = CreateFileA( filnam, GENERIC_READ, FILE_SHARE_READ, NULL, in TY_() local
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dfileio.c26 FileSource* fin = (FileSource*) sourceData; in filesrc_getByte() local
37 FileSource* fin = (FileSource*) sourceData; in filesrc_eof() local
46 FileSource* fin = (FileSource*) sourceData; in filesrc_ungetByte() local
56 FileSource* fin = NULL; in TY_() local
75 FileSource* fin = (FileSource*) inp->sourceData; in TY_() local
H A Dmappedio.c35 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_getByte() local
41 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_eof() local
47 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_ungetByte() local
53 MappedFileSource* fin; in TY_() local
88 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in TY_() local
184 MappedFileSource* fin = NULL; in initMappedFileSource() local
263 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in freeMappedFileSource() local
290 HANDLE fin = CreateFileA( filnam, GENERIC_READ, FILE_SHARE_READ, NULL, in TY_() local
/dports/www/tidy-lib/tidy/src/
H A Dfileio.c31 FileSource* fin = (FileSource*) sourceData; in filesrc_getByte() local
42 FileSource* fin = (FileSource*) sourceData; in filesrc_eof() local
51 FileSource* fin = (FileSource*) sourceData; in filesrc_ungetByte() local
61 FileSource* fin = NULL; in TY_() local
80 FileSource* fin = (FileSource*) inp->sourceData; in TY_() local
H A Dmappedio.c36 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_getByte() local
42 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_eof() local
48 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_ungetByte() local
54 MappedFileSource* fin; in TY_() local
89 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in TY_() local
186 MappedFileSource* fin = NULL; in initMappedFileSource() local
250 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in freeMappedFileSource() local
277 HANDLE fin = CreateFileA( filnam, GENERIC_READ, FILE_SHARE_READ, NULL, in TY_() local
/dports/www/tidy-devel/tidy/src/
H A Dfileio.c31 FileSource* fin = (FileSource*) sourceData; in filesrc_getByte() local
42 FileSource* fin = (FileSource*) sourceData; in filesrc_eof() local
51 FileSource* fin = (FileSource*) sourceData; in filesrc_ungetByte() local
61 FileSource* fin = NULL; in TY_() local
80 FileSource* fin = (FileSource*) inp->sourceData; in TY_() local
H A Dmappedio.c36 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_getByte() local
42 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_eof() local
48 MappedFileSource* fin = (MappedFileSource*) sourceData; in mapped_ungetByte() local
54 MappedFileSource* fin; in TY_() local
89 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in TY_() local
186 MappedFileSource* fin = NULL; in initMappedFileSource() local
250 MappedFileSource* fin = (MappedFileSource*) inp->sourceData; in freeMappedFileSource() local
277 HANDLE fin = CreateFileA( filnam, GENERIC_READ, FILE_SHARE_READ, NULL, in TY_() local
/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dfileio.c31 FileSource* fin = (FileSource*) sourceData; in filesrc_getByte() local
42 FileSource* fin = (FileSource*) sourceData; in filesrc_eof() local
51 FileSource* fin = (FileSource*) sourceData; in filesrc_ungetByte() local
57 FileSource* fin = NULL; in initFileSource() local
71 FileSource* fin = (FileSource*) inp->sourceData; in freeFileSource() local
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/x/
H A Dtypes.cpp54 void readTexFilename(istream & fin, TextureFilename & texture) in readTexFilename()
85 void readCoords2d(istream & fin, vector<Coords2d> & v, unsigned int count) in readCoords2d()
110 void readVector(istream & fin, vector<Vector> & v, unsigned int count) in readVector()
136 void parseMaterial(istream & fin, Material & material) in parseMaterial()
193 void readIndexList(istream & fin, vector<unsigned int> & v, unsigned int count) in readIndexList()
216 void readMeshFace(istream & fin, vector<MeshFace> & v, unsigned int count) in readMeshFace()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/x/
H A Dtypes.cpp54 void readTexFilename(istream & fin, TextureFilename & texture) in readTexFilename()
85 void readCoords2d(istream & fin, vector<Coords2d> & v, unsigned int count) in readCoords2d()
110 void readVector(istream & fin, vector<Vector> & v, unsigned int count) in readVector()
136 void parseMaterial(istream & fin, Material & material) in parseMaterial()
193 void readIndexList(istream & fin, vector<unsigned int> & v, unsigned int count) in readIndexList()
216 void readMeshFace(istream & fin, vector<MeshFace> & v, unsigned int count) in readMeshFace()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/pnm/
H A DReaderWriterPNM.cpp22 unsigned char* read_bitmap_ascii(std::istream& fin, int width, int height) in read_bitmap_ascii()
56 unsigned char* read_grayscale_ascii(std::istream& fin, int width, int height, int max_value) in read_grayscale_ascii()
91 unsigned char* read_color_ascii(std::istream& fin, int width, int height, int max_value) in read_color_ascii()
126 unsigned char* read_bitmap_binary(std::istream& fin, int width, int height) in read_bitmap_binary()
157 unsigned char* read_grayscale_binary(std::istream& fin, int width, int height) in read_grayscale_binary()
187 unsigned char* read_color_binary(std::istream& fin, int width, int height) in read_color_binary()
229 virtual ReadResult readObject(std::istream& fin, const Options* options) const in readObject()
234 …virtual ReadResult readImage(std::istream& fin, const osgDB::ReaderWriter::Options* options=NULL) … in readImage()
396 std::ifstream fin(fileName.c_str(), std::ios_base::in | std::ios_base::binary); in readImage() local
/dports/math/scs/scs-3.0.0/src/
H A Drw.c31 static ScsCone *read_scs_cone(FILE *fin) { in read_scs_cone()
74 static ScsSettings *read_scs_stgs(FILE *fin) { in read_scs_stgs()
101 static ScsMatrix *read_amatrix(FILE *fin) { in read_amatrix()
130 static ScsData *read_scs_data(FILE *fin) { in read_scs_data()
170 FILE *fin = fopen(filename, "rb"); in SCS() local
/dports/math/py-scs/scs-3.0.0/scs/src/
H A Drw.c31 static ScsCone *read_scs_cone(FILE *fin) { in read_scs_cone()
74 static ScsSettings *read_scs_stgs(FILE *fin) { in read_scs_stgs()
101 static ScsMatrix *read_amatrix(FILE *fin) { in read_amatrix()
130 static ScsData *read_scs_data(FILE *fin) { in read_scs_data()
170 FILE *fin = fopen(filename, "rb"); in SCS() local
/dports/devel/py-game/pygame-2.1.0/examples/
H A Dheadless_no_windows_needed.py29 def scaleit(fin, fout, w, h): argument
39 def main(fin, fout, w, h): argument
46 fin, fout, w, h = sys.argv[2:] variable
/dports/math/grace/grace-5.1.25/grconvert/
H A Dreadbin.c58 int read_boxtype(boxtype * d, FILE * fin) in read_boxtype()
102 int read_ellipsetype(ellipsetype * d, FILE * fin) in read_ellipsetype()
149 int read_linetype(linetype * d, FILE * fin) in read_linetype()
193 int read_plotstr(plotstr * d, FILE * fin) in read_plotstr()
295 static int read_world(world * d, FILE * fin) in read_world()
321 static int read_view(view * d, FILE * fin) in read_view()
371 static int read_labels(labels * d, FILE * fin) in read_labels()
393 static int read_plotarr(plotarr * d, FILE * fin) in read_plotarr()
714 static int read_legend(legend * d, FILE * fin) in read_legend()
774 static int read_framep(framep * d, FILE * fin) in read_framep()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/pnm/
H A DReaderWriterPNM.cpp22 unsigned char* read_bitmap_ascii(std::istream& fin, int width, int height) in read_bitmap_ascii()
56 unsigned char* read_grayscale_ascii(std::istream& fin, int width, int height, int max_value) in read_grayscale_ascii()
91 unsigned char* read_color_ascii(std::istream& fin, int width, int height, int max_value) in read_color_ascii()
126 unsigned char* read_bitmap_binary(std::istream& fin, int width, int height) in read_bitmap_binary()
157 unsigned char* read_grayscale_binary(std::istream& fin, int width, int height) in read_grayscale_binary()
187 unsigned char* read_color_binary(std::istream& fin, int width, int height) in read_color_binary()
229 …virtual ReadResult readImage(std::istream& fin, const osgDB::ReaderWriter::Options* options=NULL) … in readImage()
386 std::ifstream fin(fileName.c_str(), std::ios_base::in | std::ios_base::binary); in readImage() local

12345678910>>...179