OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentpool
(Results
1 - 3
of
3
) sorted by null
/external/sonivox/arm-fm-22k/lib_src/
eas_voicemgt.c
805
EAS_INT
currentPool
;
826
currentPool
= -1;
839
pChannel->pool = (EAS_U8)
currentPool
;
844
currentPool
++;
845
pSynth->poolAlloc[
currentPool
] = (EAS_U8) (pChannel->mip - currentMIP);
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_voicemgt.c
805
EAS_INT
currentPool
;
826
currentPool
= -1;
839
pChannel->pool = (EAS_U8)
currentPool
;
844
currentPool
++;
845
pSynth->poolAlloc[
currentPool
] = (EAS_U8) (pChannel->mip - currentMIP);
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_voicemgt.c
805
EAS_INT
currentPool
;
826
currentPool
= -1;
839
pChannel->pool = (EAS_U8)
currentPool
;
844
currentPool
++;
845
pSynth->poolAlloc[
currentPool
] = (EAS_U8) (pChannel->mip - currentMIP);
[
all
...]
Completed in 7661 milliseconds