OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sint8
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c
55
Sint8
*src, *dst;
57
src = (
Sint8
*)cvt->buf;
58
dst = (
Sint8
*)cvt->buf;
61
*dst = (
Sint8
)(sample / 2);
162
Sint8
*src, *dst;
164
src = (
Sint8
*)cvt->buf;
165
dst = (
Sint8
*)cvt->buf;
278
Sint8
*src, *dst;
280
src = (
Sint8
*)cvt->buf;
281
dst = (
Sint8
*)cvt->buf
[
all
...]
SDL_mixer.c
151
Sint8
*dst8, *src8;
152
Sint8
src_sample;
157
src8 = (
Sint8
*)src;
158
dst8 = (
Sint8
*)dst;
SDL_wave.c
120
Sint8
nybble, stereo;
216
Sint8
index;
300
Sint8
nybble;
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
98
typedef int8_t
Sint8
;
126
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
98
typedef int8_t
Sint8
;
126
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
98
typedef int8_t
Sint8
;
126
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
98
typedef int8_t
Sint8
;
126
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
Completed in 477 milliseconds