Home
last modified time | relevance | path

Searched refs:file_analysis (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/h323plus/h323plus-1_27_2/plugins/audio/gsm-amr/src/
H A Ddecoder.c65 FILE * file_speech, *file_analysis; local
93 file_analysis = fopen(argv[1], "rb");
94 if (file_analysis == NULL){
112 fread( magic, sizeof( char ), strlen( AMR_MAGIC_NUMBER ), file_analysis );
116 fclose( file_analysis );
125 while (fread(analysis, sizeof (unsigned char), 1, file_analysis ) > 0)
134 fread(&analysis[1], sizeof (char), read_size, file_analysis );
139 while (fread(analysis, sizeof (short), read_size, file_analysis ) > 0)
154 fclose(file_analysis);
/dports/net/opal/opal-3.10.10/plugins/audio/gsm-amr/src/
H A Ddecoder.c65 FILE * file_speech, *file_analysis; local
93 file_analysis = fopen(argv[1], "rb");
94 if (file_analysis == NULL){
112 fread( magic, sizeof( char ), strlen( AMR_MAGIC_NUMBER ), file_analysis );
116 fclose( file_analysis );
125 while (fread(analysis, sizeof (unsigned char), 1, file_analysis ) > 0)
134 fread(&analysis[1], sizeof (char), read_size, file_analysis );
139 while (fread(analysis, sizeof (short), read_size, file_analysis ) > 0)
154 fclose(file_analysis);
/dports/devel/p5-Perl-Metrics-Lite/Perl-Metrics-Lite-0.08/lib/Perl/Metrics/
H A DLite.pm37 my $file_analysis
39 push @results, $file_analysis;
/dports/devel/p5-Perl-Metrics-Simple/Perl-Metrics-Simple-0.18/lib/Perl/Metrics/
H A DSimple.pm37 my $file_analysis =
39 push @results, $file_analysis;
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/lib/libttt/
H A Dgetcmdargs.c168 goto file_analysis; in getcmdargs()
545 goto file_analysis; in getcmdargs()
551 goto file_analysis; in getcmdargs()
570 file_analysis: in getcmdargs()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/_tzcode/
H A D_PDCLIB_tzload.c139 struct file_analysis struct
149 char fullname[ BIGGEST ( sizeof ( struct file_analysis ), sizeof tzdirslash + 1024 ) ];
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dlocaltime.c369 struct file_analysis { struct
378 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dlocaltime.c369 struct file_analysis { struct
378 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-tz-0.5.3/tz/
H A Dlocaltime.c369 struct file_analysis { struct
378 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/devel/tokei/tokei-12.1.2/cargo-crates/chrono-tz-0.5.2/tz/
H A Dlocaltime.c369 struct file_analysis { struct
378 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dlocaltime.c369 struct file_analysis { struct
378 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/www/zola/zola-0.15.2/cargo-crates/chrono-tz-0.6.0/tz/
H A Dlocaltime.c369 struct file_analysis { struct
378 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/chrono-tz-0.5.1/tz/
H A Dlocaltime.c370 struct file_analysis { struct
379 char fullname[BIGGEST(sizeof (struct file_analysis),
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql96-server/postgresql-9.6.24/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql10-client/postgresql-10.19/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql10-plperl/postgresql-10.19/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql10-contrib/postgresql-10.19/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql10-plpython/postgresql-10.19/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql10-docs/postgresql-10.19/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql11-docs/postgresql-11.14/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct
/dports/databases/postgresql11-plperl/postgresql-11.14/src/timezone/
H A Dlocaltime.c197 struct file_analysis
/dports/databases/postgresql11-contrib/postgresql-11.14/src/timezone/
H A Dlocaltime.c197 struct file_analysis struct

123