Searched defs:synth (Results 1 – 3 of 3) sorted by relevance
805 struct synth /* programmable oscillator params */ struct807 unsigned n:7; /* numerator (3..127) */808 unsigned m:7; /* denominator (3..127) */832 struct synth synth; /* SSI, HSSIc: synth oscil params */ argument
1438 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize()
875 bool synth = Record[Idx++]; in VisitObjCIvarDecl() local