HomeSort by relevance Sort by last modified time
    Searched defs:pDLS (Results 1 - 4 of 4) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_xmfdata.h 52 S_DLS *pDLS;
eas_public.c     [all...]
eas_synth.h 311 S_DLS *pDLS;
eas_mdls.c 239 S_DLS *pDLS;
641 dls.pDLS = EAS_HWMalloc(dls.hwInstData, size);
642 if (dls.pDLS == NULL)
647 EAS_HWMemSet(dls.pDLS, 0, size);
648 dls.pDLS->refCount = 1;
649 p = PtrOfs(dls.pDLS, sizeof(S_EAS));
652 dls.pDLS->numDLSPrograms = (EAS_U16) dls.instCount;
653 dls.pDLS->pDLSPrograms = p;
657 dls.pDLS->pDLSRegions = p;
658 dls.pDLS->numDLSRegions = (EAS_U16) dls.regionCount
    [all...]

Completed in 847 milliseconds