Home
last modified time | relevance | path

Searched defs:channel (Results 18676 – 18700 of 37622) sorted by relevance

1...<<741742743744745746747748749750>>...1505

/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Dattribute.c1021 PixelChannel channel = GetPixelChannelChannel(image,j); in GetImageDepth() local
1074 channel; in GetImageDepth() local
2017 channel; in SetImageDepth() local
2074 channel; in SetImageDepth() local
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Dattribute.c1021 PixelChannel channel = GetPixelChannelChannel(image,j); in GetImageDepth() local
1074 channel; in GetImageDepth() local
2017 channel; in SetImageDepth() local
2074 channel; in SetImageDepth() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/light/
H A Dlm3533-als.c124 static inline u8 lm3533_als_get_target_reg(unsigned channel, unsigned zone) in lm3533_als_get_target_reg()
129 static int lm3533_als_get_target(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_get_target()
150 static int lm3533_als_set_target(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_set_target()
171 static int lm3533_als_get_current(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_get_current()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dcpcap-charger.c179 struct iio_channel *channel; in cpcap_charger_battery_found() local
195 struct iio_channel *channel; in cpcap_charger_get_charge_voltage() local
211 struct iio_channel *channel; in cpcap_charger_get_charge_current() local
463 struct iio_channel *channel = in cpcap_charger_vbus_valid() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/musb/
H A Dmusb_gadget.c558 struct dma_channel *channel = musb_ep->dma; in rxstate() local
603 struct dma_channel *channel; in rxstate() local
680 struct dma_channel *channel; in rxstate() local
735 struct dma_channel *channel = musb_ep->dma; in rxstate() local
/dports/audio/ardour6/Ardour-6.8.0/libs/fluidsynth/src/
H A Dfluid_voice.c286 fluid_channel_t *channel, int key, int vel, unsigned int id, in fluid_voice_init()
1272 fluid_channel_t *channel = voice->channel; in fluid_voice_update_portamento() local
1349 fluid_channel_t *channel; in fluid_voice_noteoff() local
1966 int channel; in fluid_voice_get_overflow_prio() local
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/SI/
H A DSI.cpp224 static void SetNoResponse(u32 channel) in SetNoResponse()
606 void ChangeDevice(SIDevices device, int channel) in ChangeDevice()
612 static void ChangeDeviceDeterministic(SIDevices device, int channel) in ChangeDeviceDeterministic()
674 SIDevices GetDeviceType(int channel) in GetDeviceType()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/light/
H A Dlm3533-als.c124 static inline u8 lm3533_als_get_target_reg(unsigned channel, unsigned zone) in lm3533_als_get_target_reg()
129 static int lm3533_als_get_target(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_get_target()
150 static int lm3533_als_set_target(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_set_target()
171 static int lm3533_als_get_current(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_get_current()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dcpcap-charger.c179 struct iio_channel *channel; in cpcap_charger_battery_found() local
195 struct iio_channel *channel; in cpcap_charger_get_charge_voltage() local
211 struct iio_channel *channel; in cpcap_charger_get_charge_current() local
463 struct iio_channel *channel = in cpcap_charger_vbus_valid() local
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/local/
H A Dchannel.hpp741 class channel : protected detail::channel_base<T> class
753 channel() in channel() function in hpx::lcos::local::channel
1005 class channel<void> : protected detail::channel_base<void> class
1017 channel() in channel() function in hpx::lcos::local::channel
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/musb/
H A Dmusb_gadget.c558 struct dma_channel *channel = musb_ep->dma; in rxstate() local
603 struct dma_channel *channel; in rxstate() local
680 struct dma_channel *channel; in rxstate() local
735 struct dma_channel *channel = musb_ep->dma; in rxstate() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/light/
H A Dlm3533-als.c124 static inline u8 lm3533_als_get_target_reg(unsigned channel, unsigned zone) in lm3533_als_get_target_reg()
129 static int lm3533_als_get_target(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_get_target()
150 static int lm3533_als_set_target(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_set_target()
171 static int lm3533_als_get_current(struct iio_dev *indio_dev, unsigned channel, in lm3533_als_get_current()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dcpcap-charger.c179 struct iio_channel *channel; in cpcap_charger_battery_found() local
195 struct iio_channel *channel; in cpcap_charger_get_charge_voltage() local
211 struct iio_channel *channel; in cpcap_charger_get_charge_current() local
463 struct iio_channel *channel = in cpcap_charger_vbus_valid() local
/dports/games/vavoom/vavoom-1.33/source/
H A Dsnd_main.cpp117 int channel; member
463 const TVec& velocity, int origin_id, int channel, float volume, in PlaySound()
567 int VAudio::GetChannel(int sound_id, int origin_id, int channel, int priority) in GetChannel()
683 void VAudio::StopSound(int origin_id, int channel) in StopSound()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/musb/
H A Dmusb_gadget.c558 struct dma_channel *channel = musb_ep->dma; in rxstate() local
603 struct dma_channel *channel; in rxstate() local
680 struct dma_channel *channel; in rxstate() local
735 struct dma_channel *channel = musb_ep->dma; in rxstate() local
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dmode.cpp95 void ModeHandler::OnParameterMissing(User* user, User* dest, Channel* channel) in OnParameterMissing()
126 ModeAction SimpleUserModeHandler::OnModeChange(User* source, User* dest, Channel* channel, std::str… in OnModeChange()
145 ModeAction SimpleChannelModeHandler::OnModeChange(User* source, User* dest, Channel* channel, std::… in OnModeChange()
863 void ModeHandler::RemoveMode(Channel* channel, Modes::ChangeList& changelist) in RemoveMode()
/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/
H A Dkernelbase.py530 def _publish_status(self, status, channel, parent=None): argument
549 def set_parent(self, ident, parent, channel='shell'): argument
561 def get_parent(self, channel="shell"): argument
579 buffers=None, track=False, header=None, metadata=None, channel='shell'): argument
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidsynth/src/synth/
H A Dfluid_synth.c929 fluid_channel_t* channel; in fluid_synth_noteon_LOCAL() local
1826 fluid_channel_t *channel; in fluid_synth_set_preset() local
1941 fluid_channel_t* channel; in fluid_synth_program_change() local
2074 fluid_channel_t* channel; in fluid_synth_get_program() local
2105 fluid_channel_t* channel; in fluid_synth_program_select() local
2144 fluid_channel_t* channel; in fluid_synth_program_select_by_sfont_name() local
2176 fluid_channel_t *channel; in fluid_synth_update_presets() local
3523 fluid_channel_t *channel; in fluid_synth_get_channel_preset() local
3544 fluid_channel_t *channel; in fluid_synth_get_channel_info() local
4152 fluid_channel_t *channel; in fluid_synth_replace_tuning_LOCAL() local
[all …]
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dstcschan.h92 AstChannel channel; /* Parent class structure */ member
258 #define astLoadStcsChan(mem,size,vtab,name,channel) \ argument
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_ap_vht.py127 def vht80_test(apdev, dev, channel, ht_capab): argument
540 def run_ap_vht160_no_dfs(dev, apdev, channel, ht_capab): argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dsound_2gs.cpp362 void SoundGen2GS::midiNoteOff(int channel, int note, int velocity) { in midiNoteOff()
373 void SoundGen2GS::midiNoteOn(int channel, int note, int velocity) { in midiNoteOn()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dk054539.c79 static void K054539_keyon(int chip, int channel) in K054539_keyon()
85 static void K054539_keyoff(int chip, int channel) in K054539_keyoff()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dsnk6502_sound.cpp88 static void validate_tone_channel(INT32 channel) in validate_tone_channel()
181 static void build_waveform(INT32 channel, INT32 mask) in build_waveform()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-osdep/
H A Dopenbsd.c223 struct ieee80211chanreq channel; in obsd_get_channel() local
236 struct ieee80211chanreq channel; in obsd_set_channel() local
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/applications/test/
H A Dthree-gpp-http-client-server-test.cc334 ThreeGppHttpObjectTestCase::CreateSimpleInternetNode (Ptr<SimpleChannel> channel, in CreateSimpleInternetNode()
406 Ptr<SimpleChannel> channel = CreateObject<SimpleChannel> (); in DoRun() local

1...<<741742743744745746747748749750>>...1505