OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint8
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
macconversion.cc
57
SInt8
sint8
;
local
58
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint8
));
59
if (converted) *i = static_cast<int>(
sint8
);
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h
135
typedef int8_t
Sint8
;
174
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h
135
typedef int8_t
Sint8
;
174
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h
125
typedef int8_t
Sint8
;
164
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h
135
typedef int8_t
Sint8
;
174
SDL_COMPILE_TIME_ASSERT(
sint8
, sizeof(
Sint8
) == 1);
Completed in 766 milliseconds