OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pDLS
(Results
1 - 8
of
8
) 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
231
S_DLS *
pDLS
;
633
dls.
pDLS
= EAS_HWMalloc(dls.hwInstData, size);
634
if (dls.
pDLS
== NULL)
639
EAS_HWMemSet(dls.
pDLS
, 0, size);
640
dls.
pDLS
->refCount = 1;
641
p = PtrOfs(dls.
pDLS
, sizeof(S_EAS));
644
dls.
pDLS
->numDLSPrograms = (EAS_U16) dls.instCount;
645
dls.
pDLS
->pDLSPrograms = p;
649
dls.
pDLS
->pDLSRegions = p;
650
dls.
pDLS
->numDLSRegions = (EAS_U16) dls.regionCount
[
all
...]
/external/sonivox/arm-fm-22k/lib_src/
eas_public.c
[
all
...]
eas_synth.h
311
S_DLS *
pDLS
;
/external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c
[
all
...]
eas_synth.h
311
S_DLS *
pDLS
;
Completed in 4001 milliseconds