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 241 S_DLS *pDLS;
645 dls.pDLS = EAS_HWMalloc(dls.hwInstData, size);
646 if (dls.pDLS == NULL)
651 EAS_HWMemSet(dls.pDLS, 0, size);
652 dls.pDLS->refCount = 1;
653 p = PtrOfs(dls.pDLS, sizeof(S_EAS));
656 dls.pDLS->numDLSPrograms = (EAS_U16) dls.instCount;
657 dls.pDLS->pDLSPrograms = p;
661 dls.pDLS->pDLSRegions = p;
662 dls.pDLS->numDLSRegions = (EAS_U16) dls.regionCount
    [all...]

Completed in 212 milliseconds