Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A Dcsound_type_system.h57 #define CS_VAR_TYPE_OFFSET (sizeof(CS_VAR_MEM) - sizeof(double)) macro
59 #define CS_VAR_TYPE_OFFSET (sizeof(CS_VAR_MEM) - sizeof(MYFLT)) macro
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A Dcsound_type_system.h57 #define CS_VAR_TYPE_OFFSET (sizeof(CS_VAR_MEM) - sizeof(double)) macro
59 #define CS_VAR_TYPE_OFFSET (sizeof(CS_VAR_MEM) - sizeof(MYFLT)) macro
/dports/audio/csound/csound-6.15.0/include/
H A Dcsound_type_system.h57 #define CS_VAR_TYPE_OFFSET (sizeof(CS_VAR_MEM) - sizeof(double)) macro
59 #define CS_VAR_TYPE_OFFSET (sizeof(CS_VAR_MEM) - sizeof(MYFLT)) macro