Home
last modified time | relevance | path

Searched defs:lpdrv (Results 1 – 4 of 4) sorted by relevance

/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Dasiolist.cpp89 static LPASIODRVSTRUCT newDrvStruct (HKEY hkey,char *keyname,int drvID,LPASIODRVSTRUCT lpdrv) in newDrvStruct()
133 static void deleteDrvStruct (LPASIODRVSTRUCT lpdrv) in deleteDrvStruct()
148 static LPASIODRVSTRUCT getDrvStruct (int drvID,LPASIODRVSTRUCT lpdrv) in getDrvStruct()
217 LPASIODRVSTRUCT lpdrv = 0; local
242 LPASIODRVSTRUCT lpdrv = 0; local
258 LPASIODRVSTRUCT lpdrv = 0; local
280 LPASIODRVSTRUCT lpdrv = 0; local
297 LPASIODRVSTRUCT lpdrv = 0; local
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Dasiolist.cpp89 static LPASIODRVSTRUCT newDrvStruct (HKEY hkey,char *keyname,int drvID,LPASIODRVSTRUCT lpdrv) in newDrvStruct()
133 static void deleteDrvStruct (LPASIODRVSTRUCT lpdrv) in deleteDrvStruct()
148 static LPASIODRVSTRUCT getDrvStruct (int drvID,LPASIODRVSTRUCT lpdrv) in getDrvStruct()
217 LPASIODRVSTRUCT lpdrv = 0; local
242 LPASIODRVSTRUCT lpdrv = 0; local
258 LPASIODRVSTRUCT lpdrv = 0; local
280 LPASIODRVSTRUCT lpdrv = 0; local
297 LPASIODRVSTRUCT lpdrv = 0; local
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Dasiolist.cpp89 static LPASIODRVSTRUCT newDrvStruct (HKEY hkey,char *keyname,int drvID,LPASIODRVSTRUCT lpdrv) in newDrvStruct()
133 static void deleteDrvStruct (LPASIODRVSTRUCT lpdrv) in deleteDrvStruct()
148 static LPASIODRVSTRUCT getDrvStruct (int drvID,LPASIODRVSTRUCT lpdrv) in getDrvStruct()
217 LPASIODRVSTRUCT lpdrv = 0; local
242 LPASIODRVSTRUCT lpdrv = 0; local
258 LPASIODRVSTRUCT lpdrv = 0; local
280 LPASIODRVSTRUCT lpdrv = 0; local
297 LPASIODRVSTRUCT lpdrv = 0; local
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/modern-go/reflect2/
H A Dunsafe_slice.go93 func (type2 *UnsafeSliceType) SetIndex(obj interface{}, index int, elem interface{}) {
134 func (type2 *UnsafeSliceType) Cap(obj interface{}) int {
150 func (type2 *UnsafeSliceType) UnsafeGrow(obj unsafe.Pointer, newLength int) {