OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint16
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
macconversion.cc
62
SInt16
sint16
;
local
63
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint16
));
64
if (converted) *i = static_cast<int>(
sint16
);
/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);
Completed in 205 milliseconds