OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sint8
(Results
1 - 4
of
4
) sorted by null
/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 765 milliseconds