OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sint16
(Results
1 - 5
of
5
) sorted by null
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h
143
typedef int16_t
Sint16
;
176
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h
143
typedef int16_t
Sint16
;
176
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h
133
typedef int16_t
Sint16
;
166
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h
143
typedef int16_t
Sint16
;
176
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c
10
typedef short int
Sint16
;
87
Sint16
des;
88
Sint16
assoc;
120
Sint16
savrepr;
Completed in 458 milliseconds