Home
last modified time | relevance | path

Searched refs:synth (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp119 ScriptedSyntheticChildren::SharedPointer synth; in Get() local
120 if (!GetTypeSyntheticsContainer()->Get(candidates, synth)) in Get()
121 GetRegexTypeSyntheticsContainer()->Get(candidates, synth); in Get()
122 if (!filter_sp.get() && !synth.get()) in Get()
124 else if (!filter_sp.get() && synth.get()) in Get()
127 else if (filter_sp.get() && !synth.get()) in Get()
132 pick_synth = filter_sp->GetRevision() <= synth->GetRevision(); in Get()
135 entry = synth; in Get()
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5341.txt88 - silabs,synth-master: boolean. If present, this output is allowed to change the
122 silabs,synth-master;
157 /* Set output 7 to 148.5 MHz using a synth frequency of 594 MHz */
165 * since output 0 is a synth-master, the synth will be automatically set
167 * frequency. We give control over synth 2 to this output here.
H A Dti,cdce706.txt30 cdce706: clock-synth@69 {
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp513 SBTypeSynthetic synth) { in AddTypeSynthetic() argument
516 type_name, synth); in AddTypeSynthetic()
524 if (!synth.IsValid()) in AddTypeSynthetic()
533 if (synth.IsClassCode()) { in AddTypeSynthetic()
536 const char *script = synth.GetData(); in AddTypeSynthetic()
553 synth.SetClassName(output.c_str()); in AddTypeSynthetic()
563 RegularExpression(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
566 ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
/freebsd-13.1/sys/dev/sound/midi/
H A Dmidi.c125 struct synth_midi *synth; member
317 m->synth = malloc(sizeof(*m->synth), M_MIDI, M_WAITOK | M_ZERO); in midi_init()
318 kobj_init((kobj_t)m->synth, &midisynth_class); in midi_init()
319 m->synth->m = m; in midi_init()
385 free(m->synth, M_MIDI); in midi_init()
1377 free(m->synth, M_MIDI); in midi_destroy()
1505 return (kobj_t)m->synth; in midimapper_fetch_synth()
H A Dsequencer.c1030 ret = md->synth.loadpatch(md, *(short *)&event[0], buf, in mseq_write()
1799 mtx_lock(&md->synth.vc_mtx); in seq_chncommon()
1800 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon()
1807 for (i = 0; i < md->synth.alloc.max_voice; i++) in seq_chncommon()
1808 if ((md->synth.alloc.map[i] & 0xff00) == key) { in seq_chncommon()
1809 mtx_unlock(&md->synth.vc_mtx); in seq_chncommon()
1811 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon()
1818 mtx_unlock(&md->synth.vc_mtx); in seq_chncommon()
1820 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
H A Dsynth_if.m29 INTERFACE synth;
/freebsd-13.1/sys/contrib/device-tree/src/xtensa/
H A Dxtfpga.dtsi97 cdce706: clock-synth@69 {
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSSet.cpp341 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSSetSyntheticFrontEndCreator() argument
397 return iter->second(synth, valobj_sp); in NSSetSyntheticFrontEndCreator()
H A DNSArray.cpp775 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSArraySyntheticFrontEndCreator() argument
845 return iter->second(synth, valobj_sp); in NSArraySyntheticFrontEndCreator()
H A DNSDictionary.cpp483 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSDictionarySyntheticFrontEndCreator() argument
546 return candidate.second(synth, valobj_sp); in NSDictionarySyntheticFrontEndCreator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1966 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1197 bool synth = Record.readInt(); in VisitObjCIvarDecl() local
1198 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td575 def : DiagGroup<"synth">;
/freebsd-13.1/contrib/tcsh/
H A Dcomplete.tcsh618 complete mixer p/1/'(vol bass treble synth pcm speaker mic cd mix \
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DOptions.td1123 let Command = "type synth add" in {
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog1612 - Fix similar code in auth_zone synth cname to add the extra checks.