OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint8
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc
74
SInt8
sint8
;
local
75
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint8
));
76
if (converted) *i = static_cast<int>(
sint8
);
/external/libffi/src/
types.c
53
FFI_TYPEDEF(
sint8
,
SINT8
, FFI_TYPE_SINT8);
/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 19 milliseconds