Home
last modified time | relevance | path

Searched defs:subs (Results 51 – 75 of 4187) sorted by relevance

12345678910>>...168

/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/isa/sb/
H A Demu8000_pcm.c216 static int emu8k_pcm_open(struct snd_pcm_substream *subs) in emu8k_pcm_open()
244 static int emu8k_pcm_close(struct snd_pcm_substream *subs) in emu8k_pcm_close()
451 static int emu8k_pcm_copy(struct snd_pcm_substream *subs, in emu8k_pcm_copy()
464 static int emu8k_pcm_copy_kernel(struct snd_pcm_substream *subs, in emu8k_pcm_copy_kernel()
478 static int emu8k_pcm_silence(struct snd_pcm_substream *subs, in emu8k_pcm_silence()
519 static int emu8k_pcm_copy(struct snd_pcm_substream *subs, in emu8k_pcm_copy()
532 static int emu8k_pcm_copy_kernel(struct snd_pcm_substream *subs, in emu8k_pcm_copy_kernel()
545 static int emu8k_pcm_silence(struct snd_pcm_substream *subs, in emu8k_pcm_silence()
562 static int emu8k_pcm_hw_params(struct snd_pcm_substream *subs, in emu8k_pcm_hw_params()
587 static int emu8k_pcm_hw_free(struct snd_pcm_substream *subs) in emu8k_pcm_hw_free()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/subs/
H A DSubscriptionDownloadListener.java28 Subscription subs ); in complete()
32 Subscription subs, in failed()
H A DSubscriptionListener.java28 Subscription subs ); in subscriptionChanged()
32 Subscription subs, in subscriptionDownloaded()
H A DSubscriptionUtils.java54 Subscription[] subs = sub_man.getKnownSubscriptions( torrent.getHash()); in getAllCachedDownloadDetails() local
89 Subscription subs ) in getSubscriptionChatKey()
149 Subscription[] subs ) in SubscriptionDownloadDetails()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/usb/
H A Dmedia.h66 static inline int snd_media_stream_init(struct snd_usb_substream *subs, in snd_media_stream_init()
69 static inline void snd_media_stream_delete(struct snd_usb_substream *subs) { } in snd_media_stream_delete()
70 static inline int snd_media_start_pipeline(struct snd_usb_substream *subs) in snd_media_start_pipeline()
72 static inline void snd_media_stop_pipeline(struct snd_usb_substream *subs) { } in snd_media_stop_pipeline()
H A Dmedia.c33 int snd_media_stream_init(struct snd_usb_substream *subs, struct snd_pcm *pcm, in snd_media_stream_init()
117 void snd_media_stream_delete(struct snd_usb_substream *subs) in snd_media_stream_delete()
135 int snd_media_start_pipeline(struct snd_usb_substream *subs) in snd_media_start_pipeline()
151 void snd_media_stop_pipeline(struct snd_usb_substream *subs) in snd_media_stop_pipeline()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/usb/
H A Dmedia.h66 static inline int snd_media_stream_init(struct snd_usb_substream *subs, in snd_media_stream_init()
69 static inline void snd_media_stream_delete(struct snd_usb_substream *subs) { } in snd_media_stream_delete()
70 static inline int snd_media_start_pipeline(struct snd_usb_substream *subs) in snd_media_start_pipeline()
72 static inline void snd_media_stop_pipeline(struct snd_usb_substream *subs) { } in snd_media_stop_pipeline()
H A Dmedia.c33 int snd_media_stream_init(struct snd_usb_substream *subs, struct snd_pcm *pcm, in snd_media_stream_init()
117 void snd_media_stream_delete(struct snd_usb_substream *subs) in snd_media_stream_delete()
135 int snd_media_start_pipeline(struct snd_usb_substream *subs) in snd_media_start_pipeline()
151 void snd_media_stop_pipeline(struct snd_usb_substream *subs) in snd_media_stop_pipeline()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/usb/
H A Dmedia.h66 static inline int snd_media_stream_init(struct snd_usb_substream *subs, in snd_media_stream_init()
69 static inline void snd_media_stream_delete(struct snd_usb_substream *subs) { } in snd_media_stream_delete()
70 static inline int snd_media_start_pipeline(struct snd_usb_substream *subs) in snd_media_start_pipeline()
72 static inline void snd_media_stop_pipeline(struct snd_usb_substream *subs) { } in snd_media_stop_pipeline()
H A Dmedia.c33 int snd_media_stream_init(struct snd_usb_substream *subs, struct snd_pcm *pcm, in snd_media_stream_init()
117 void snd_media_stream_delete(struct snd_usb_substream *subs) in snd_media_stream_delete()
135 int snd_media_start_pipeline(struct snd_usb_substream *subs) in snd_media_start_pipeline()
151 void snd_media_stop_pipeline(struct snd_usb_substream *subs) in snd_media_stop_pipeline()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/regex-0.2.2/tests/
H A Dplugin.rs17 let subs: Vec<&str> = RE.splitn(text, 2).collect(); in splitn() localVariable
24 let subs: Vec<&str> = RE.split(text).collect(); in split() localVariable
/dports/net/rabbiteer/rabbiteer-rs-c881238/cargo-crates/regex-0.1.80/tests/
H A Dplugin.rs17 let subs: Vec<&str> = RE.splitn(text, 2).collect(); in splitn() localVariable
24 let subs: Vec<&str> = RE.split(text).collect(); in split() localVariable
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/io/src/output/
H A Dpandoc.rs195 let subs = fl(ils, &flop); in flip_flop() localVariable
206 let subs = fl(ils, &flop); in flip_flop() localVariable
217 let subs = fl(ils, &flop); in flip_flop() localVariable
226 let subs = fl(ils, state); in flip_flop() localVariable
231 let subs = fl(ils, state); in flip_flop() localVariable
236 let subs = fl(ils, state); in flip_flop() localVariable
241 let subs = fl(ils, state); in flip_flop() localVariable
/dports/science/PETSc/petsc-3.14.1/src/vec/vec/utils/tagger/impls/
H A Dandor.c21 PetscErrorCode VecTaggerGetSubs_AndOr(VecTagger tagger, PetscInt *nsubs, VecTagger **subs) in VecTaggerGetSubs_AndOr()
38 PetscErrorCode VecTaggerSetSubs_AndOr(VecTagger tagger, PetscInt nsubs, VecTagger *subs, PetscCopyM… in VecTaggerSetSubs_AndOr()
105 VecTagger *subs; in VecTaggerSetFromOptions_AndOr() local
131 VecTagger *subs; in VecTaggerSetUp_AndOr() local
152 VecTagger *subs; in VecTaggerView_AndOr() local
H A Dor.c21 PetscErrorCode VecTaggerOrGetSubs(VecTagger tagger, PetscInt *nsubs, VecTagger **subs) in VecTaggerOrGetSubs()
44 PetscErrorCode VecTaggerOrSetSubs(VecTagger tagger, PetscInt nsubs, VecTagger *subs, PetscCopyMode … in VecTaggerOrSetSubs()
57 VecTagger *subs; in VecTaggerComputeBoxes_Or() local
119 VecTagger *subs; in VecTaggerComputeIS_Or() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/devel/abseil/abseil-cpp-20211102.0/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/graphics/R-cran-s2/s2/src/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/math/octave-forge-dataframe/dataframe-1.2.0/inst/@dataframe/private/
H A Ddf_name2idx.m67 subs = cellstr (subs); variable
84 subs = subs(:); idx = []; mask = logical (zeros (size (subs, 1), 1)); variable
152 subs = idx; variable
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h156 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
191 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
200 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/strings/
H A Dstr_replace.h160 std::vector<ViableSubstitution> subs; in FindSubstitutions() local
196 auto subs = strings_internal::FindSubstitutions(s, replacements); in StrReplaceAll() local
205 auto subs = strings_internal::FindSubstitutions(*target, replacements); in StrReplaceAll() local

12345678910>>...168