Home
last modified time | relevance | path

Searched refs:program_count (Results 1 – 25 of 50) sorted by relevance

12

/dports/multimedia/libhdhomerun/libhdhomerun/
H A Dhdhomerun_channelscan.c142 int program_count = 0; in channelscan_detect_programs() local
167 if (program_count >= HDHOMERUN_CHANNELSCAN_MAX_PROGRAM_COUNT) { in channelscan_detect_programs()
205 if (memcmp(&result->programs[program_count], &program, sizeof(program)) != 0) { in channelscan_detect_programs()
206 memcpy(&result->programs[program_count], &program, sizeof(program)); in channelscan_detect_programs()
210 program_count++; in channelscan_detect_programs()
213 if (program_count == 0) { in channelscan_detect_programs()
216 if (result->program_count != program_count) { in channelscan_detect_programs()
217 result->program_count = program_count; in channelscan_detect_programs()
273 result->program_count = 0; in channelscan_detect()
H A Dhdhomerun_types.h69 int program_count; member
H A Dhdhomerun_config.c319 for (i = 0; i < result.program_count; i++) { in cmd_scan()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_ts.c1182 unsigned int program_count; in demux_ts_parse_pat() local
1309 for (program_count = 0; program_count < 0x2000; program_count++) { in demux_ts_parse_pat()
1313 for (program_count = 0; this->programs[program_count] != INVALID_PROGRAM; program_count++) { in demux_ts_parse_pat()
1314 if (this->pmts[program_count]) { in demux_ts_parse_pat()
1315 free (this->pmts[program_count]); in demux_ts_parse_pat()
1316 this->pmts[program_count] = NULL; in demux_ts_parse_pat()
1322 program_count = 0; in demux_ts_parse_pat()
1345 if (this->pmts[program_count] && (this->pmts[program_count]->pid != pmt_pid)) { in demux_ts_parse_pat()
1355 ++program_count; in demux_ts_parse_pat()
1861 pmt = this->pmts[program_count]; in demux_ts_parse_pmt()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dfluid_synth.h55 uint32_t program_count () const { return _presets.size(); } in program_count() function
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/cl/program/
H A Dprogram-tester.c1896 int program_count = 0; in init() local
2016 if(config->program_source != NULL) program_count++; in init()
2017 if(config->program_source_file != NULL) program_count++; in init()
2018 if(config->program_binary != NULL) program_count++; in init()
2019 if(config->program_binary_file != NULL) program_count++; in init()
2020 if(program_count == 0) { in init()
2023 } else if (program_count > 1) { in init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c908 u16 program_count; in vidtv_psi_pat_program_assign() local
911 program_count = 0; in vidtv_psi_pat_program_assign()
918 ++program_count; in vidtv_psi_pat_program_assign()
922 pat->num_pat = program_count; in vidtv_psi_pat_program_assign()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c908 u16 program_count; in vidtv_psi_pat_program_assign() local
911 program_count = 0; in vidtv_psi_pat_program_assign()
918 ++program_count; in vidtv_psi_pat_program_assign()
922 pat->num_pat = program_count; in vidtv_psi_pat_program_assign()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c908 u16 program_count; in vidtv_psi_pat_program_assign() local
911 program_count = 0; in vidtv_psi_pat_program_assign()
918 ++program_count; in vidtv_psi_pat_program_assign()
922 pat->num_pat = program_count; in vidtv_psi_pat_program_assign()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcov.c264 static unsigned program_count; variable
1013 program_count++; in read_count_file()
1801 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgcov.c263 static unsigned program_count; variable
1002 program_count++; in read_count_file()
1787 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgcov.c264 static unsigned program_count; variable
1013 program_count++; in read_count_file()
1801 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgcov.c278 static unsigned program_count; variable
1265 program_count++; in read_count_file()
2253 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgcov.c278 static unsigned program_count; variable
1265 program_count++; in read_count_file()
2253 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgcov.c280 static unsigned program_count; variable
1382 program_count++; in read_count_file()
2377 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgcov.c280 static unsigned program_count; variable
1431 program_count++; in read_count_file()
2419 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgcov.c280 static unsigned program_count; variable
1382 program_count++; in read_count_file()
2377 fprintf (gcov_file, "%9s:%5d:Programs:%u\n", "-", 0, program_count); in output_lines()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgcov.c414 static unsigned program_count; variable
1782 program_count++; in read_count_file()
2932 fprintf (gcov_file, DEFAULT_LINE_START "Programs:%u\n", program_count); in output_lines()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgcov.c414 static unsigned program_count; variable
1783 program_count++; in read_count_file()
2933 fprintf (gcov_file, DEFAULT_LINE_START "Programs:%u\n", program_count); in output_lines()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgcov.c414 static unsigned program_count; variable
1782 program_count++; in read_count_file()
2932 fprintf (gcov_file, DEFAULT_LINE_START "Programs:%u\n", program_count); in output_lines()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgcov.c414 static unsigned program_count; variable
1782 program_count++; in read_count_file()
2932 fprintf (gcov_file, DEFAULT_LINE_START "Programs:%u\n", program_count); in output_lines()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgcov.c414 static unsigned program_count; variable
1782 program_count++; in read_count_file()
2932 fprintf (gcov_file, DEFAULT_LINE_START "Programs:%u\n", program_count); in output_lines()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgcov.c414 static unsigned program_count; variable
1782 program_count++; in read_count_file()
2932 fprintf (gcov_file, DEFAULT_LINE_START "Programs:%u\n", program_count); in output_lines()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavutil/
H A Dopencl.c75 int program_count; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavutil/
H A Dopencl.c75 int program_count; member

12