Home
last modified time | relevance | path

Searched defs:synth (Results 1 – 3 of 3) sorted by relevance

/minix3/sys/dev/pci/
H A Dif_lmc.h805 struct synth /* programmable oscillator params */ struct
807 unsigned n:7; /* numerator (3..127) */
808 unsigned m:7; /* denominator (3..127) */
832 struct synth synth; /* SSI, HSSIc: synth oscil params */ argument
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1438 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp875 bool synth = Record[Idx++]; in VisitObjCIvarDecl() local