| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 424 SBTypeSynthetic synth) { in AddTypeSynthetic() argument 425 LLDB_INSTRUMENT_VA(this, type_name, synth); in AddTypeSynthetic() 433 if (!synth.IsValid()) in AddTypeSynthetic() 442 if (synth.IsClassCode()) { in AddTypeSynthetic() 445 const char *script = synth.GetData(); in AddTypeSynthetic() 462 synth.SetClassName(output.c_str()); in AddTypeSynthetic() 470 m_opaque_sp->AddTypeSynthetic(type_name.GetSP(), synth.GetSP()); in AddTypeSynthetic()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | silabs,si5341.txt | 92 - silabs,synth-master: boolean. If present, this output is allowed to change the 126 silabs,synth-master; 161 /* Set output 7 to 148.5 MHz using a synth frequency of 594 MHz */ 169 * since output 0 is a synth-master, the synth will be automatically set 171 * frequency. We give control over synth 2 to this output here.
|
| H A D | ti,cdce706.txt | 30 cdce706: clock-synth@69 {
|
| /freebsd-14.2/sys/dev/sound/midi/ |
| H A D | midi.c | 119 struct synth_midi *synth; member 330 m->synth = malloc(sizeof(*m->synth), M_MIDI, M_WAITOK | M_ZERO); in midi_init() 331 kobj_init((kobj_t)m->synth, &midisynth_class); in midi_init() 332 m->synth->m = m; in midi_init() 397 free(m->synth, M_MIDI); in midi_init() 1385 free(m->synth, M_MIDI); in midi_destroy() 1523 return (kobj_t)m->synth; in midimapper_fetch_synth_locked() 1533 kobj_t synth; in midimapper_fetch_synth() local 1536 synth = midimapper_fetch_synth_locked(arg, cookie, unit); in midimapper_fetch_synth() 1539 return synth; in midimapper_fetch_synth()
|
| H A D | sequencer.c | 1027 ret = md->synth.loadpatch(md, *(short *)&event[0], buf, in mseq_write() 1796 mtx_lock(&md->synth.vc_mtx); in seq_chncommon() 1797 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon() 1804 for (i = 0; i < md->synth.alloc.max_voice; i++) in seq_chncommon() 1805 if ((md->synth.alloc.map[i] & 0xff00) == key) { in seq_chncommon() 1806 mtx_unlock(&md->synth.vc_mtx); in seq_chncommon() 1808 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon() 1815 mtx_unlock(&md->synth.vc_mtx); in seq_chncommon() 1817 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
|
| H A D | synth_if.m | 28 INTERFACE synth;
|
| /freebsd-14.2/contrib/llvm-project/lld/MachO/ |
| H A D | UnwindInfoSection.cpp | 324 Symbol *&synth = personalityTable[{defined->isec, defined->value}]; in canonicalizePersonality() local 325 if (synth == nullptr) in canonicalizePersonality() 326 synth = defined; in canonicalizePersonality() 327 else if (synth != defined) in canonicalizePersonality() 328 return synth; in canonicalizePersonality()
|
| /freebsd-14.2/sys/contrib/device-tree/src/xtensa/ |
| H A D | xtfpga.dtsi | 97 cdce706: clock-synth@69 {
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSSet.cpp | 337 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSSetSyntheticFrontEndCreator() argument 393 return iter->second(synth, valobj_sp); in NSSetSyntheticFrontEndCreator()
|
| H A D | NSArray.cpp | 789 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSArraySyntheticFrontEndCreator() argument 862 return iter->second(synth, valobj_sp); in NSArraySyntheticFrontEndCreator()
|
| H A D | NSDictionary.cpp | 516 CXXSyntheticChildren *synth, lldb::ValueObjectSP valobj_sp) { in NSDictionarySyntheticFrontEndCreator() argument 581 return candidate.second(synth, valobj_sp); in NSDictionarySyntheticFrontEndCreator()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | utility | 136 constexpr common_comparison_type_t<synth-three-way-result<T1,U1>, 137 synth-three-way-result<T2,U2>>
|
| H A D | array | 90 constexpr synth-three-way-result<T>
|
| H A D | set | 252 synth-three-way-result<Key> operator<=>(const set<Key, Compare, Allocator>& x, 498 synth-three-way-result<Key> operator<=>(const multiset<Key, Compare, Allocator>& x,
|
| H A D | map | 292 synth-three-way-result<pair<const Key, T>> 555 synth-three-way-result<pair<const Key, T>>
|
| H A D | forward_list | 180 synth-three-way-result<T> operator<=>(const forward_list<T, Allocator>& x,
|
| H A D | list | 182 synth-three-way-result<T> operator<=>(const list<T, Allocator>& x,
|
| H A D | tuple | 189 constexpr common_comparison_category_t<synth-three-way-result<T, U>...>
|
| H A D | deque | 161 synth-three-way-result<T> operator<=>(const deque<T, Allocator>& x,
|
| H A D | vector | 281 constexpr synth-three-way-result<T> operator<=>(const vector<T, Allocator>& x,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 2002 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1335 bool synth = Record.readInt(); in VisitObjCIvarDecl() local 1336 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 638 def : DiagGroup<"synth">;
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | complete.tcsh | 618 complete mixer p/1/'(vol bass treble synth pcm speaker mic cd mix \
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | Options.td | 1246 let Command = "type synth add" in {
|