| /NextBSD/sys/sparc64/sparc64/ |
| HD | gdb_machdep.c | 46 static uint64_t synth; in gdb_cpu_getreg() local 53 synth = kdb_thrctx->pcb_sp - CCFSZ; in gdb_cpu_getreg() 54 return (&synth); in gdb_cpu_getreg()
|
| /NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/ |
| HD | TypeCategory.cpp | 87 ScriptedSyntheticChildren::SharedPointer synth; in Get() local 88 if (!GetTypeSyntheticsContainer()->Get(candidates, synth, &reason_synth)) in Get() 89 regex_synth = GetRegexTypeSyntheticsContainer()->Get (candidates, synth, &reason_synth); in Get() 90 if (!filter_sp.get() && !synth.get()) in Get() 92 else if (!filter_sp.get() && synth.get()) in Get() 95 else if (filter_sp.get() && !synth.get()) in Get() 100 if (filter_sp->GetRevision() > synth->GetRevision()) in Get() 109 entry = synth; in Get()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBTypeCategory.cpp | 446 SBTypeSynthetic synth) in AddTypeSynthetic() argument 454 if (!synth.IsValid()) in AddTypeSynthetic() 460 if (synth.IsClassCode()) in AddTypeSynthetic() 463 const char* script = synth.GetData(); in AddTypeSynthetic() 483 synth.SetClassName(output.c_str()); in AddTypeSynthetic() 492 …ainer()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), synth.GetSP()); in AddTypeSynthetic() 494 … m_opaque_sp->GetTypeSyntheticsContainer()->Add(ConstString(type_name.GetName()), synth.GetSP()); in AddTypeSynthetic()
|
| /NextBSD/usr.sbin/lmcconfig/ |
| HD | lmcconfig.c | 446 write_synth(struct synth synth) in write_synth() argument 453 bcopy(&synth, &ioctl.data, sizeof(synth)); in write_synth() 844 Fvco = (Fref * (config.synth.n<<(3*config.synth.v)))/config.synth.m; in print_synth_freq() 845 Fout = Fvco / (1<<(config.synth.x+config.synth.r+config.synth.prescale)); in print_synth_freq() 880 config.synth.n = n; in synth_freq() 881 config.synth.m = m; in synth_freq() 882 config.synth.v = v; in synth_freq() 883 config.synth.x = x; in synth_freq() 884 config.synth.r = r; in synth_freq() 885 config.synth.prescale = prescale; in synth_freq() [all …]
|
| /NextBSD/sys/dev/lmc/ |
| HD | if_lmc.c | 689 write_synth(softc_t *sc, struct synth *synth) in write_synth() argument 694 if (synth->prescale == 9) /* divide by 512 */ in write_synth() 709 shift_synth_bits(sc, synth->n, 7); in write_synth() 710 shift_synth_bits(sc, synth->m, 7); in write_synth() 711 shift_synth_bits(sc, synth->v, 1); in write_synth() 712 shift_synth_bits(sc, synth->x, 2); in write_synth() 713 shift_synth_bits(sc, synth->r, 2); in write_synth() 724 if (&sc->config.synth != synth) sc->config.synth = *synth; in write_synth() 776 sc->config.synth.n = 52; /* 52.000 Mbs */ in hssi_config() 777 sc->config.synth.m = 5; in hssi_config() [all …]
|
| HD | if_lmc.h | 794 struct synth /* programmable oscillator params */ struct 821 struct synth synth; /* SSI, HSSIc: synth oscil params */ argument 1215 static void write_synth(softc_t *, struct synth *);
|
| /NextBSD/sys/dev/sound/midi/ |
| HD | midi.c | 124 struct synth_midi *synth; member 321 m->synth = malloc(sizeof(*m->synth), M_MIDI, M_NOWAIT | M_ZERO); in midi_init() 322 if (m->synth == NULL) in midi_init() 324 kobj_init((kobj_t)m->synth, &midisynth_class); in midi_init() 325 m->synth->m = m; in midi_init() 390 err2: free(m->synth, M_MIDI); in midi_init() 1394 free(m->synth, M_MIDI); in midi_destroy() 1530 return (kobj_t)m->synth; in midimapper_fetch_synth()
|
| HD | sequencer.c | 1025 ret = md->synth.loadpatch(md, *(short *)&event[0], buf, in mseq_write() 1787 mtx_lock(&md->synth.vc_mtx); in seq_chncommon() 1788 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon() 1795 for (i = 0; i < md->synth.alloc.max_voice; i++) in seq_chncommon() 1796 if ((md->synth.alloc.map[i] & 0xff00) == key) { in seq_chncommon() 1797 mtx_unlock(&md->synth.vc_mtx); in seq_chncommon() 1799 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon() 1806 mtx_unlock(&md->synth.vc_mtx); in seq_chncommon() 1808 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
|
| HD | synth_if.m | 29 INTERFACE synth;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 1657 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 14098 rtx synth, offset, reg, real2; in spe_synthesize_frame_save() local 14126 synth = copy_rtx (real2); in spe_synthesize_frame_save() 14134 reg = SET_SRC (synth); in spe_synthesize_frame_save() 14136 synth = replace_rtx (synth, reg, in spe_synthesize_frame_save() 14139 offset = XEXP (XEXP (SET_DEST (synth), 0), 1); in spe_synthesize_frame_save() 14140 synth = replace_rtx (synth, offset, in spe_synthesize_frame_save() 14144 RTX_FRAME_RELATED_P (synth) = 1; in spe_synthesize_frame_save() 14147 real = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, synth, real2)); in spe_synthesize_frame_save() 14149 real = gen_rtx_PARALLEL (VOIDmode, gen_rtvec (2, real2, synth)); in spe_synthesize_frame_save()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticGroups.td | 324 def : DiagGroup<"synth">;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 1009 bool synth = Record[Idx++]; in VisitObjCIvarDecl() local 1010 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
|
| /NextBSD/contrib/tcsh/ |
| HD | complete.tcsh | 593 complete mixer p/1/'(vol bass treble synth pcm speaker mic cd mix \
|
| /NextBSD/contrib/gcc/cp/ |
| HD | ChangeLog-1997 | 2476 * lex.c (cons_up_default_function): Fix return type of synth op=.
|
| HD | ChangeLog-1996 | 3254 #if 0'd synth code.
|