OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sint8
(Results
1 - 5
of
5
) sorted by null
/prebuilt/windows/sdl/host/include/SDL/
SDL_types.h
44
typedef signed char
Sint8
;
49
typedef signed char
Sint8
;
91
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
85
typedef int8_t
Sint8
;
110
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
85
typedef int8_t
Sint8
;
110
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
85
typedef int8_t
Sint8
;
110
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
85
typedef int8_t
Sint8
;
110
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
Completed in 1181 milliseconds