Home
last modified time | relevance | path

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

/external/oprofile/m4/
Dbinutils.m428 rm -f test-for-synth
39 $CC conftest.$ac_ext $CFLAGS $LDFLAGS $LIBS -o test-for-synth > /dev/null 2>&1
40 if test -f test-for-synth; then
48 rm -f test-for-synth*
/external/sonivox/arm-wt-22k/lib_src/
Deas_vm_protos.h696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);
716 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount);
DARM-E_mastergain_gnu.s4 @ Description: Copies 32-bit synth output to 16-bit buffer
Deas_voicemgt.c3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) in VMSetSynthPolyphony() argument
3049 if (synth == EAS_MCU_SYNTH) in VMSetSynthPolyphony()
3057 else if (synth == EAS_DSP_SYNTH) in VMSetSynthPolyphony()
3073 if (synth != EAS_MCU_SYNTH) in VMSetSynthPolyphony()
3201 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount) in VMGetSynthPolyphony() argument
3205 if (synth == EAS_MCU_SYNTH) in VMGetSynthPolyphony()
3207 else if (synth == EAS_DSP_SYNTH) in VMGetSynthPolyphony()
3212 if (synth != EAS_MCU_SYNTH) in VMGetSynthPolyphony()
DARM_synth_constants_gnu.inc5 @ are mirrored in synth.h
/external/sonivox/arm-fm-22k/lib_src/
Deas_vm_protos.h696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);
716 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount);
Deas_voicemgt.c3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) in VMSetSynthPolyphony() argument
3049 if (synth == EAS_MCU_SYNTH) in VMSetSynthPolyphony()
3057 else if (synth == EAS_DSP_SYNTH) in VMSetSynthPolyphony()
3073 if (synth != EAS_MCU_SYNTH) in VMSetSynthPolyphony()
3201 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount) in VMGetSynthPolyphony() argument
3205 if (synth == EAS_MCU_SYNTH) in VMGetSynthPolyphony()
3207 else if (synth == EAS_DSP_SYNTH) in VMGetSynthPolyphony()
3212 if (synth != EAS_MCU_SYNTH) in VMGetSynthPolyphony()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_vm_protos.h696 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount);
716 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount);
DARM-E_mastergain_gnu.s4 @ Description: Copies 32-bit synth output to 16-bit buffer
Deas_voicemgt.c3038 EAS_RESULT VMSetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 polyphonyCount) in VMSetSynthPolyphony() argument
3049 if (synth == EAS_MCU_SYNTH) in VMSetSynthPolyphony()
3057 else if (synth == EAS_DSP_SYNTH) in VMSetSynthPolyphony()
3073 if (synth != EAS_MCU_SYNTH) in VMSetSynthPolyphony()
3201 EAS_RESULT VMGetSynthPolyphony (S_VOICE_MGR *pVoiceMgr, EAS_I32 synth, EAS_I32 *pPolyphonyCount) in VMGetSynthPolyphony() argument
3205 if (synth == EAS_MCU_SYNTH) in VMGetSynthPolyphony()
3207 else if (synth == EAS_DSP_SYNTH) in VMGetSynthPolyphony()
3212 if (synth != EAS_MCU_SYNTH) in VMGetSynthPolyphony()
DARM_synth_constants_gnu.inc5 @ are mirrored in synth.h
/external/freetype/include/freetype/internal/
Dfttrace.h40 FT_TRACE_DEF( synth ) /* bold/slant synthesizer (ftsynth.c) */
/external/libvorbis/doc/
D06-floor0.tex104 \subsubsection{curve computation} \label{vorbis:spec:floor0-synth}
D07-floor1.tex237 \paragraph{curve computation} \label{vorbis:spec:floor1-synth}
/external/clang/include/clang/AST/
DDeclObjC.h1267 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize() argument
/external/clang/include/clang/Basic/
DDiagnosticGroups.td213 def : DiagGroup<"synth">;
/external/clang/lib/Serialization/
DASTReaderDecl.cpp746 bool synth = Record[Idx++]; in VisitObjCIvarDecl() local
747 IVD->setSynthesize(synth); in VisitObjCIvarDecl()
/external/oprofile/
DChangeLog-2005598 a separate file. Fix synth symbols support, with lots of