OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint16
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc
79
SInt16
sint16
;
local
80
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint16
));
81
if (converted) *i = static_cast<int>(
sint16
);
/external/libffi/src/
types.c
55
FFI_TYPEDEF(
sint16
,
SINT16
, FFI_TYPE_SINT16);
/prebuilt/windows/sdl/host/include/SDL/
SDL_types.h
45
typedef signed short
Sint16
;
51
typedef signed short
Sint16
;
93
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
87
typedef int16_t
Sint16
;
112
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
87
typedef int16_t
Sint16
;
112
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
87
typedef int16_t
Sint16
;
112
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
87
typedef int16_t
Sint16
;
112
SDL_COMPILE_TIME_ASSERT(
sint16
, sizeof(
Sint16
) == 2);
Completed in 32 milliseconds