Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 25 of 5746) sorted by relevance

12345678910>>...230

/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/
H A Dfaup.c27 faup_handler_t *fh; in faup_init() local
52 void faup_terminate(faup_handler_t *fh) in faup_terminate()
60 int32_t faup_get_scheme_pos(faup_handler_t *fh) in faup_get_scheme_pos()
65 uint32_t faup_get_scheme_size(faup_handler_t *fh) in faup_get_scheme_size()
90 int32_t faup_get_domain_pos(faup_handler_t *fh) in faup_get_domain_pos()
110 int32_t faup_get_host_pos(faup_handler_t *fh) in faup_get_host_pos()
115 uint32_t faup_get_host_size(faup_handler_t *fh) in faup_get_host_size()
120 int32_t faup_get_tld_pos(faup_handler_t *fh) in faup_get_tld_pos()
125 uint32_t faup_get_tld_size(faup_handler_t *fh) in faup_get_tld_size()
130 int32_t faup_get_port_pos(faup_handler_t *fh) in faup_get_port_pos()
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/io/tests/
H A Dtest_registry.py549 def reader3(fh): argument
867 def reader(fh): argument
881 def reader(fh): argument
896 def reader(fh): argument
921 def reader(fh): argument
955 def reader(fh): argument
985 def reader(fh): argument
1019 def reader(fh): argument
1041 def reader(fh): argument
1099 def reader(fh): argument
[all …]
/dports/net/mpich/mpich-3.4.3/src/glue/romio/
H A Dall_romio_symbols.c47 MPI_File* fh = NULL; in MPIR_All_romio_symbols() local
53 MPI_File* fh = NULL; in MPIR_All_romio_symbols() local
66 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
73 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
80 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
87 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
94 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
101 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
108 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
115 MPI_File fh = MPI_FILE_NULL; in MPIR_All_romio_symbols() local
[all …]
/dports/games/gnubg/gnubg-1.06.002/
H A Dfile.c111 FileHelper *fh; in OpenFileHelper() local
135 fhReset(FileHelper * fh) in fhReset()
183 fhSkipWS(FileHelper * fh) in fhSkipWS()
271 IsSGFFile(FileHelper * fh) in IsSGFFile()
287 IsSGGFile(FileHelper * fh) in IsSGGFile()
304 IsMATFile(FileHelper * fh) in IsMATFile()
336 IsTMGFile(FileHelper * fh) in IsTMGFile()
356 IsTXTFile(FileHelper * fh) in IsTXTFile()
369 IsJFPFile(FileHelper * fh) in IsJFPFile()
386 IsGAMFile(FileHelper * fh) in IsGAMFile()
[all …]
/dports/textproc/confetti/confetti-0.0.20120801/
H A Dc_dump.c8 dumpParamDefCName(FILE *fh, ParamDef *def) { in dumpParamDefCName()
102 dumpInit(FILE *fh, ParamDef *def) { in dumpInit()
145 dumpDefault(FILE *fh, ParamDef *def) { in dumpDefault()
267 dumpArrayIndex(FILE *fh, int n) { in dumpArrayIndex()
305 arrangeArray(FILE *fh, ParamDef *def) { in arrangeArray()
334 printIf(FILE *fh, ParamDef *def, int i) { in printIf()
380 makeAccept(FILE *fh, ParamDef *def, int i) { in makeAccept()
534 makeIteratorStates(FILE *fh, ParamDef *def) { in makeIteratorStates()
575 makeArrayIndexes(FILE *fh, ParamDef *def) { in makeArrayIndexes()
610 fputt(FILE *fh, int level) { in fputt()
[all …]
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/io/format/
H A Dgff3.py234 def _gff3_sniffer(fh): argument
251 def _gff3_to_generator(fh): argument
276 def _generator_to_gff3(obj, fh, skip_subregion=True): argument
293 def _gff3_to_sequence(fh, seq_num=1): argument
298 def _sequence_to_gff3(obj, fh, skip_subregion=True): argument
305 def _gff3_to_dna(fh, seq_num=1): argument
310 def _dna_to_gff3(obj, fh, skip_subregion=True): argument
317 def _gff3_to_interval_metadata(fh, seq_id): argument
360 def _construct_seq(fh, constructor=DNA, seq_num=1): argument
371 def _yield_record(fh): argument
[all …]
H A Dlsmat.py85 def _lsmat_sniffer(fh): argument
105 def _lsmat_to_dissimilarity_matrix(fh, delimiter='\t'): argument
110 def _lsmat_to_distance_matrix(fh, delimiter='\t'): argument
115 def _dissimilarity_matrix_to_lsmat(obj, fh, delimiter='\t'): argument
120 def _distance_matrix_to_lsmat(obj, fh, delimiter='\t'): argument
124 def _lsmat_to_matrix(cls, fh, delimiter): argument
181 def _find_header(fh): argument
206 def _parse_data(fh, delimiter): argument
219 def _matrix_to_lsmat(obj, fh, delimiter): argument
H A Dordination.py199 def _ordination_sniffer(fh): argument
221 def _ordination_to_ordination_results(fh): argument
260 def _parse_header(fh, header_id, num_dimensions): argument
273 def _check_empty_line(fh): argument
296 def _parse_vector_section(fh, header_id): argument
320 def _parse_array_section(fh, header_id, has_ids=True): argument
369 def _ordination_results_to_ordination(obj, fh): argument
379 def _write_vector_section(fh, header_id, vector): argument
391 def _write_array_section(fh, header_id, data, has_ids=True, argument
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dfont.cpp29 font_h *fh = NULL; variable
41 font_h *fh = NULL; variable
59 font_h *fh = NULL; variable
77 font_h *fh = NULL; variable
95 font_h *fh = NULL; variable
113 font_h *fh = NULL; variable
131 font_h *fh = nullptr; variable
/dports/biology/stacks/stacks-2.4/src/
H A Dwrite.cc89 write_fasta(ofstream *fh, Seq *href) { in write_fasta()
101 write_fasta(gzFile *fh, Seq *href) { in write_fasta()
186 write_fastq(ofstream *fh, Seq *href, int offset) { in write_fastq()
199 write_fastq(gzFile *fh, Seq *href, int offset) { in write_fastq()
225 write_fasta(gzFile *fh, Seq *href, int offset) { in write_fasta()
238 write_fastq(ofstream *fh, Seq *href) { in write_fastq()
251 write_fastq(gzFile *fh, Seq *href) { in write_fastq()
278 write_fastq(gzFile *fh, Seq *href, string msg) { in write_fastq()
304 write_fasta(gzFile *fh, Seq *href, string msg) { in write_fasta()
328 write_fasta(gzFile *fh, Seq *href, RawRead *r) { in write_fasta()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-fh.c21 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
44 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
58 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local
69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
80 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
93 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local
104 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
H A Dv4l2-event.c89 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
102 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, in __v4l2_event_queue_fh()
155 struct v4l2_fh *fh; in v4l2_event_queue() local
184 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
192 struct v4l2_fh *fh; in v4l2_event_wake_all() local
209 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe() local
223 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
277 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
300 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe()
359 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh, in v4l2_src_change_event_subscribe()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-fh.c21 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
44 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
58 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local
69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
80 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
93 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local
104 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
H A Dv4l2-event.c89 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
102 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, in __v4l2_event_queue_fh()
155 struct v4l2_fh *fh; in v4l2_event_queue() local
184 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
192 struct v4l2_fh *fh; in v4l2_event_wake_all() local
209 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe() local
223 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
277 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
300 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe()
359 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh, in v4l2_src_change_event_subscribe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/v4l2-core/
H A Dv4l2-fh.c21 void v4l2_fh_init(struct v4l2_fh *fh, struct video_device *vdev) in v4l2_fh_init()
44 void v4l2_fh_add(struct v4l2_fh *fh) in v4l2_fh_add()
58 struct v4l2_fh *fh = kzalloc(sizeof(*fh), GFP_KERNEL); in v4l2_fh_open() local
69 void v4l2_fh_del(struct v4l2_fh *fh) in v4l2_fh_del()
80 void v4l2_fh_exit(struct v4l2_fh *fh) in v4l2_fh_exit()
93 struct v4l2_fh *fh = filp->private_data; in v4l2_fh_release() local
104 int v4l2_fh_is_singular(struct v4l2_fh *fh) in v4l2_fh_is_singular()
H A Dv4l2-event.c89 struct v4l2_fh *fh, u32 type, u32 id) in v4l2_event_subscribed()
102 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, in __v4l2_event_queue_fh()
155 struct v4l2_fh *fh; in v4l2_event_queue() local
184 int v4l2_event_pending(struct v4l2_fh *fh) in v4l2_event_pending()
192 struct v4l2_fh *fh; in v4l2_event_wake_all() local
209 struct v4l2_fh *fh = sev->fh; in __v4l2_event_unsubscribe() local
223 int v4l2_event_subscribe(struct v4l2_fh *fh, in v4l2_event_subscribe()
277 void v4l2_event_unsubscribe_all(struct v4l2_fh *fh) in v4l2_event_unsubscribe_all()
300 int v4l2_event_unsubscribe(struct v4l2_fh *fh, in v4l2_event_unsubscribe()
359 int v4l2_src_change_event_subscribe(struct v4l2_fh *fh, in v4l2_src_change_event_subscribe()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpenv07.c118 void *fh; in xfopen() local
415 { FILE *fh; in c_fopen() local
430 { FILE *fh = _fh; in c_fgetc() local
449 { FILE *fh = _fh; in c_fputc() local
464 { FILE *fh = _fh; in c_ferror() local
469 { FILE *fh = _fh; in c_feof() local
474 { FILE *fh = _fh; in c_fflush() local
485 { FILE *fh = _fh; in c_fclose() local
513 static int z_fgetc(void *fh) in z_fgetc()
529 static int z_feof(void *fh) in z_feof()
[all …]
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dfits.i462 func fits_info(fh, hdu) in fits_info() argument
701 func fits_close(fh) in fits_close() argument
847 func fits_read_header(fh) in fits_read_header() argument
970 func fits_goto_hdu(fh, hdu) in fits_goto_hdu() argument
993 func fits_next_hdu(fh) in fits_next_hdu() argument
1008 func fits_rewind(fh) in fits_rewind() argument
1023 func fits_eof(fh) in fits_eof() argument
1037 func fits_list(fh, key) in fits_list() argument
1161 func fits_get_xtension(fh) in fits_get_xtension() argument
1318 func fits_write_header(fh) in fits_write_header() argument
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/src/
H A Dio_romio314_file_open.c37 ompi_file_t *fh) in mca_io_romio314_file_open()
63 mca_io_romio314_file_close (ompi_file_t *fh) in mca_io_romio314_file_close()
100 mca_io_romio314_file_set_size (ompi_file_t *fh, in mca_io_romio314_file_set_size()
131 mca_io_romio314_file_get_size (ompi_file_t *fh, in mca_io_romio314_file_get_size()
147 mca_io_romio314_file_get_amode (ompi_file_t *fh, in mca_io_romio314_file_get_amode()
163 mca_io_romio314_file_set_info (ompi_file_t *fh, in mca_io_romio314_file_set_info()
189 mca_io_romio314_file_get_info (ompi_file_t *fh, in mca_io_romio314_file_get_info()
214 mca_io_romio314_file_set_view (ompi_file_t *fh, in mca_io_romio314_file_set_view()
246 mca_io_romio314_file_get_view (ompi_file_t *fh, in mca_io_romio314_file_get_view()
316 mca_io_romio314_file_sync (ompi_file_t *fh) in mca_io_romio314_file_sync()
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/src/
H A Dio_romio321_file_open.c36 ompi_file_t *fh) in mca_io_romio321_file_open()
62 mca_io_romio321_file_close (ompi_file_t *fh) in mca_io_romio321_file_close()
101 mca_io_romio321_file_set_size (ompi_file_t *fh, in mca_io_romio321_file_set_size()
132 mca_io_romio321_file_get_size (ompi_file_t *fh, in mca_io_romio321_file_get_size()
148 mca_io_romio321_file_get_amode (ompi_file_t *fh, in mca_io_romio321_file_get_amode()
164 mca_io_romio321_file_set_info (ompi_file_t *fh, in mca_io_romio321_file_set_info()
190 mca_io_romio321_file_get_info (ompi_file_t *fh, in mca_io_romio321_file_get_info()
215 mca_io_romio321_file_set_view (ompi_file_t *fh, in mca_io_romio321_file_set_view()
247 mca_io_romio321_file_get_view (ompi_file_t *fh, in mca_io_romio321_file_get_view()
317 mca_io_romio321_file_sync (ompi_file_t *fh) in mca_io_romio321_file_sync()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/wrappers/src/
H A Dlog_mpi_io.c369 int MPI_File_close( MPI_File * fh ) in MPI_File_close()
435 int MPI_File_set_size( MPI_File fh,MPI_Offset size ) in MPI_File_set_size()
468 int MPI_File_preallocate( MPI_File fh,MPI_Offset size ) in MPI_File_preallocate()
501 int MPI_File_get_size( MPI_File fh,MPI_Offset * size ) in MPI_File_get_size()
534 int MPI_File_get_group( MPI_File fh,MPI_Group * group ) in MPI_File_get_group()
567 int MPI_File_get_amode( MPI_File fh,int * amode ) in MPI_File_get_amode()
600 int MPI_File_set_info( MPI_File fh,MPI_Info info ) in MPI_File_set_info()
633 int MPI_File_get_info( MPI_File fh,MPI_Info * info_used ) in MPI_File_get_info()
1920 int MPI_File_set_atomicity( MPI_File fh,int flag ) in MPI_File_set_atomicity()
1953 int MPI_File_get_atomicity( MPI_File fh,int * flag ) in MPI_File_get_atomicity()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5HFtest.c87 H5HF_get_cparam_test(const H5HF_t *fh, H5HF_create_t *cparam) in H5HF_get_cparam_test()
244 H5HF_get_max_root_rows(const H5HF_t *fh) in H5HF_get_max_root_rows()
275 H5HF_get_dtable_width_test(const H5HF_t *fh) in H5HF_get_dtable_width_test()
306 H5HF_get_dtable_max_drows_test(const H5HF_t *fh) in H5HF_get_dtable_max_drows_test()
341 H5HF_get_iblock_max_drows_test(const H5HF_t *fh, unsigned pos) in H5HF_get_iblock_max_drows_test()
374 H5HF_get_dblock_size_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_size_test()
406 H5HF_get_dblock_free_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_free_test()
437 H5HF_get_id_off_test(const H5HF_t *fh, const void *_id, hsize_t *obj_off) in H5HF_get_id_off_test()
502 H5HF_get_tiny_info_test(const H5HF_t *fh, size_t *max_len, in H5HF_get_tiny_info_test()
535 H5HF_get_huge_info_test(const H5HF_t *fh, hsize_t *next_id, hbool_t *ids_direct) in H5HF_get_huge_info_test()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5HFtest.c86 H5HF_get_cparam_test(const H5HF_t *fh, H5HF_create_t *cparam) in H5HF_get_cparam_test()
243 H5HF_get_max_root_rows(const H5HF_t *fh) in H5HF_get_max_root_rows()
274 H5HF_get_dtable_width_test(const H5HF_t *fh) in H5HF_get_dtable_width_test()
305 H5HF_get_dtable_max_drows_test(const H5HF_t *fh) in H5HF_get_dtable_max_drows_test()
340 H5HF_get_iblock_max_drows_test(const H5HF_t *fh, unsigned pos) in H5HF_get_iblock_max_drows_test()
373 H5HF_get_dblock_size_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_size_test()
405 H5HF_get_dblock_free_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_free_test()
436 H5HF_get_id_off_test(const H5HF_t *fh, const void *_id, hsize_t *obj_off) in H5HF_get_id_off_test()
501 H5HF_get_tiny_info_test(const H5HF_t *fh, size_t *max_len, in H5HF_get_tiny_info_test()
534 H5HF_get_huge_info_test(const H5HF_t *fh, hsize_t *next_id, hbool_t *ids_direct) in H5HF_get_huge_info_test()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5HFtest.c87 H5HF_get_cparam_test(const H5HF_t *fh, H5HF_create_t *cparam) in H5HF_get_cparam_test()
244 H5HF_get_max_root_rows(const H5HF_t *fh) in H5HF_get_max_root_rows()
275 H5HF_get_dtable_width_test(const H5HF_t *fh) in H5HF_get_dtable_width_test()
306 H5HF_get_dtable_max_drows_test(const H5HF_t *fh) in H5HF_get_dtable_max_drows_test()
341 H5HF_get_iblock_max_drows_test(const H5HF_t *fh, unsigned pos) in H5HF_get_iblock_max_drows_test()
374 H5HF_get_dblock_size_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_size_test()
406 H5HF_get_dblock_free_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_free_test()
437 H5HF_get_id_off_test(const H5HF_t *fh, const void *_id, hsize_t *obj_off) in H5HF_get_id_off_test()
502 H5HF_get_tiny_info_test(const H5HF_t *fh, size_t *max_len, in H5HF_get_tiny_info_test()
535 H5HF_get_huge_info_test(const H5HF_t *fh, hsize_t *next_id, hbool_t *ids_direct) in H5HF_get_huge_info_test()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HFtest.c87 H5HF_get_cparam_test(const H5HF_t *fh, H5HF_create_t *cparam) in H5HF_get_cparam_test()
244 H5HF_get_max_root_rows(const H5HF_t *fh) in H5HF_get_max_root_rows()
275 H5HF_get_dtable_width_test(const H5HF_t *fh) in H5HF_get_dtable_width_test()
306 H5HF_get_dtable_max_drows_test(const H5HF_t *fh) in H5HF_get_dtable_max_drows_test()
341 H5HF_get_iblock_max_drows_test(const H5HF_t *fh, unsigned pos) in H5HF_get_iblock_max_drows_test()
374 H5HF_get_dblock_size_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_size_test()
406 H5HF_get_dblock_free_test(const H5HF_t *fh, unsigned row) in H5HF_get_dblock_free_test()
437 H5HF_get_id_off_test(const H5HF_t *fh, const void *_id, hsize_t *obj_off) in H5HF_get_id_off_test()
502 H5HF_get_tiny_info_test(const H5HF_t *fh, size_t *max_len, in H5HF_get_tiny_info_test()
535 H5HF_get_huge_info_test(const H5HF_t *fh, hsize_t *next_id, hbool_t *ids_direct) in H5HF_get_huge_info_test()

12345678910>>...230