Home
last modified time | relevance | path

Searched refs:NUM_CHANNELS (Results 126 – 150 of 829) sorted by path

12345678910>>...34

/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/ikalogic-scanalogic2/
H A Dprotocol.h47 #define NUM_CHANNELS 4 macro
147 const struct sr_channel *channels[NUM_CHANNELS];
189 uint8_t sample_buffer[NUM_CHANNELS - 1][MAX_DEV_SAMPLE_BYTES];
207 uint8_t channel_map[NUM_CHANNELS];
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/lecroy-logicstudio/
H A Dapi.c38 #define NUM_CHANNELS 16 macro
94 for (i = 0; i < NUM_CHANNELS; i++) { in create_device()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/pipistrello-ols/
H A Dprotocol.c349 devc->max_channels = NUM_CHANNELS / 2; in p_ols_set_samplerate()
355 devc->max_channels = NUM_CHANNELS; in p_ols_set_samplerate()
403 for (i = NUM_CHANNELS; i > 0x02; i /= 2) { in p_ols_receive_data()
H A Dprotocol.h38 #define NUM_CHANNELS 32 macro
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/sysclk-lwla/
H A Dlwla1016.c25 #define NUM_CHANNELS 16 macro
28 #define UNIT_SIZE ((NUM_CHANNELS + 7) / 8)
435 .num_channels = NUM_CHANNELS,
H A Dlwla1034.c25 #define NUM_CHANNELS 34 macro
28 #define ALL_CHANNELS_MASK ((UINT64_C(1) << NUM_CHANNELS) - 1)
31 #define UNIT_SIZE ((NUM_CHANNELS + 7) / 8)
239 acq->run_len = ((word >> NUM_CHANNELS) & 1) + 1; in read_response()
552 .num_channels = NUM_CHANNELS,
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/sysclk-sla5032/
H A Dapi.c31 #define NUM_CHANNELS 32 macro
79 devc->channel_mask = (UINT64_C(1) << NUM_CHANNELS) - 1; in dev_inst_new()
87 for (i = 0; i < NUM_CHANNELS; i++) { in dev_inst_new()
353 if (ch->index < 0 || ch->index >= NUM_CHANNELS) { in config_channel_set()
410 if (idx < 0 || idx >= NUM_CHANNELS) { in prepare_trigger_masks()
/dports/devel/libsigrok/libsigrok-0.5.2/tests/
H A Dtrigger.c31 #define NUM_CHANNELS NUM_MATCHES macro
124 struct sr_channel *chl[NUM_CHANNELS]; in START_TEST()
125 struct sr_channel *cha[NUM_CHANNELS]; in START_TEST()
129 for (i = 0; i < NUM_CHANNELS; i++) { in START_TEST()
174 for (i = 0; i < NUM_CHANNELS; i++) { in START_TEST()
/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/decoders/parallel/
H A Dpd.py67 NUM_CHANNELS = 8 variable
79 optional_channels = channel_list(NUM_CHANNELS)
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/tests/
H A Dtest-marshallers.c31 #define NUM_CHANNELS 3u macro
47 NUM_CHANNELS * sizeof(uint16_t)); in test_overflow()
51 msg->num_of_channels = NUM_CHANNELS; in test_overflow()
52 for (n = 0; n < NUM_CHANNELS; ++n) { in test_overflow()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_tests/
H A Ddebug_record.c44 #define NUM_CHANNELS (2) macro
94 SAMPLE *wptr = &data->recordedSamples[data->frameIndex * NUM_CHANNELS]; in recordCallback()
118 if( NUM_CHANNELS == 2 ) *wptr++ = SAMPLE_SILENCE; /* right */ in recordCallback()
126 if( NUM_CHANNELS == 2 ) *wptr++ = *rptr++; /* right */ in recordCallback()
156 if( NUM_CHANNELS == 2 ) *wptr++ = *rptr++; /* right */ in playCallback()
161 if( NUM_CHANNELS == 2 ) *wptr++ = 0; /* right */ in playCallback()
171 if( NUM_CHANNELS == 2 ) *wptr++ = *rptr++; /* right */ in playCallback()
193 SAMPLE_RATE, NUM_CHANNELS ); in main()
198 numSamples = totalFrames * NUM_CHANNELS; in main()
216 NUM_CHANNELS, /* stereo input */ in main()
[all …]
H A Dpatest_record.c45 #define NUM_CHANNELS (2) macro
87 SAMPLE *wptr = &data->recordedSamples[data->frameIndex * NUM_CHANNELS]; in recordCallback()
108 samplesToRecord = framesToRecord * NUM_CHANNELS; in recordCallback()
137 SAMPLE *rptr = &data->recordedSamples[data->frameIndex * NUM_CHANNELS]; in playCallback()
157 samplesToPlay = framesToPlay * NUM_CHANNELS; in playCallback()
158 samplesPerBuffer = framesPerBuffer * NUM_CHANNELS; in playCallback()
167 if( NUM_CHANNELS == 2 ) *wptr++ = 0; /* right */ in playCallback()
190 numSamples = totalFrames * NUM_CHANNELS; in main()
208 NUM_CHANNELS, in main()
274 fwrite( data.recordedSamples, NUM_CHANNELS * sizeof(SAMPLE), totalFrames, fid ); in main()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/Xcode-iOS/Demos/src/
H A Dmixer.c10 #define NUM_CHANNELS 8 /* max number of sounds we can play at once */ macro
47 } channels[NUM_CHANNELS];
203 for (i = 0; i < NUM_CHANNELS; i++) { in playSound()
240 for (i = 0; i < NUM_CHANNELS; i++) { in audioCallback()
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/cub/agent/
H A Dagent_histogram.cuh121 typedef typename CubVector<SampleT, NUM_CHANNELS>::Type PixelT;
132 SAMPLES_PER_THREAD = PIXELS_PER_THREAD * NUM_CHANNELS,
346 SampleT samples[PIXELS_PER_THREAD][NUM_CHANNELS], in AccumulatePixels()
388 SampleT samples[PIXELS_PER_THREAD][NUM_CHANNELS], in AccumulatePixels()
412 SampleT samples[PIXELS_PER_THREAD][NUM_CHANNELS], in AccumulateSmemPixels()
479 SampleT (&samples)[PIXELS_PER_THREAD][NUM_CHANNELS], in LoadTile()
490 SampleT (&samples)[PIXELS_PER_THREAD][NUM_CHANNELS], in LoadTile()
506 SampleT (&samples)[PIXELS_PER_THREAD][NUM_CHANNELS], in LoadTile()
514 int valid_pixels = valid_samples / NUM_CHANNELS; in LoadTile()
527 SampleT (&samples)[PIXELS_PER_THREAD][NUM_CHANNELS], in LoadTile()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/cub/device/
H A Ddevice_histogram.cuh318 int NUM_CHANNELS,
340 return MultiHistogramEven<NUM_CHANNELS, NUM_ACTIVE_CHANNELS>( in MultiHistogramEven()
350 sizeof(SampleT) * NUM_CHANNELS * num_pixels, in MultiHistogramEven()
425 int NUM_CHANNELS,
456 …return DipatchHistogram<NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, int>… in MultiHistogramEven()
462 …return DipatchHistogram<NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, Offs… in MultiHistogramEven()
715 int NUM_CHANNELS,
736 return MultiHistogramRange<NUM_CHANNELS, NUM_ACTIVE_CHANNELS>( in MultiHistogramRange()
745 sizeof(SampleT) * NUM_CHANNELS * num_pixels, in MultiHistogramRange()
818 int NUM_CHANNELS,
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/system/cuda/detail/cub/device/dispatch/
H A Ddispatch_histogram.cuh118 NUM_CHANNELS, in __launch_bounds__()
169 …int NUM_CHANNELS, ///< Number of channels interleaved in the input data (may…
349 (NUM_CHANNELS == 1) ? 8 : 2,
363 (NUM_CHANNELS == 1) ? 256 : 128,
364 (NUM_CHANNELS == 1) ? 8 : 3,
365 (NUM_CHANNELS == 1) ? BLOCK_LOAD_DIRECT : BLOCK_LOAD_WARP_TRANSPOSE,
379 (NUM_CHANNELS == 1) ? 8 : 2,
576 if (num_row_pixels * NUM_CHANNELS == row_stride_samples) in PrivatizedDispatch()
581 row_stride_samples = num_row_pixels * NUM_CHANNELS; in PrivatizedDispatch()
881 …ceHistogramSweepKernel<PtxHistogramSweepPolicy, PRIVATIZED_SMEM_BINS, NUM_CHANNELS, NUM_ACTIVE_CHA… in DispatchRange()
[all …]
/dports/devel/upp/upp/examples/Synth/
H A DCore.cpp9 SoundGen app_sch[NUM_CHANNELS]; // to avoid lengthy locking, keep copy under different mutex
10 SoundGen gen_sch[NUM_CHANNELS]; // this is copied to generator and used to actually generate the so…
13 for(int i = 0; i < NUM_CHANNELS; i++) // initialize wave_tab
59 for(int i = 0; i < NUM_CHANNELS; i++) { in StopChannels()
83 for(int i = from; i < NUM_CHANNELS; i++) { in FindChannel()
128 for(int i = 0; i < NUM_CHANNELS; i++) { in MyAudioCallback()
146 for(int j = 0; j < NUM_CHANNELS; j++) { in MyAudioCallback()
163 for(int i = 0; i < NUM_CHANNELS; i++) { in MyAudioCallback()
H A DSynth.h91 #define NUM_CHANNELS 20 macro
/dports/editors/calligra/calligra-3.2.1/libs/pigment/tests/
H A DKoRgbU8ColorSpaceTester.cpp36 #define NUM_CHANNELS 4 macro
/dports/emulators/bochs/bochs-2.7/iodev/sound/
H A Dopl.cc1178 Bitu max_channel = NUM_CHANNELS;
1180 if ((adlibreg[0x105]&1)==0) max_channel = NUM_CHANNELS/2;
H A Dopl.h52 #undef NUM_CHANNELS
54 #define NUM_CHANNELS 18 macro
56 #define NUM_CHANNELS 9 macro
59 #define MAXOPERATORS (NUM_CHANNELS*2)
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/hardware/
H A Dopl.cpp1133 Bitu max_channel = NUM_CHANNELS;
1135 if ((adlibreg[0x105]&1)==0) max_channel = NUM_CHANNELS/2;
H A Dopl.h35 #undef NUM_CHANNELS
37 #define NUM_CHANNELS 18 macro
39 #define NUM_CHANNELS 9 macro
42 #define MAXOPERATORS (NUM_CHANNELS*2)
/dports/emulators/dosbox/dosbox-0.74-3/src/hardware/
H A Dopl.cpp1123 Bitu max_channel = NUM_CHANNELS;
1125 if ((adlibreg[0x105]&1)==0) max_channel = NUM_CHANNELS/2;
H A Dopl.h52 #undef NUM_CHANNELS
54 #define NUM_CHANNELS 18 macro
56 #define NUM_CHANNELS 9 macro
59 #define MAXOPERATORS (NUM_CHANNELS*2)

12345678910>>...34