OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mix8
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_m68k.c
31
void SDL_MixAudio_m68k_U8(char* dst, char* src, long len, long volume, char*
mix8
)
63
"a"(dst), "a"(src), "d"(len), "d"(volume), "a"(
mix8
)
SDL_mixer_m68k.h
31
void SDL_MixAudio_m68k_U8(char* dst,char* src, long len, long volume, char*
mix8
);
SDL_mixer.c
38
static const Uint8
mix8
[] =
variable
115
SDL_MixAudio_m68k_U8((char*)dst,(char*)src,(unsigned long)len,(long)volume,(char *)
mix8
);
122
*dst =
mix8
[*dst+src_sample];
Completed in 46 milliseconds