OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sint32
(Results
1 - 10
of
10
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
macconversion.cc
84
SInt32
sint32
;
local
85
converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&
sint32
));
86
if (converted) *i = static_cast<int>(
sint32
);
/external/libffi/src/
types.c
57
FFI_TYPEDEF(
sint32
,
SINT32
, FFI_TYPE_SINT32);
/prebuilt/windows/sdl/host/include/SDL/
SDL_types.h
46
typedef signed int
Sint32
;
53
typedef signed int
Sint32
;
95
SDL_COMPILE_TIME_ASSERT(
sint32
, sizeof(
Sint32
) == 4);
/external/protobuf/editors/
proto.vim
63
syn keyword pbType int32 int64 uint32 uint64
sint32
sint64
/external/protobuf/src/google/protobuf/
extension_set_unittest.cc
353
TEST_SCALAR_EXTENSIONS_SPACE_USED(
sint32
, 105);
429
TEST_REPEATED_EXTENSIONS_SPACE_USED(
sint32
, int32 , 105);
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
89
typedef int32_t
Sint32
;
114
SDL_COMPILE_TIME_ASSERT(
sint32
, sizeof(
Sint32
) == 4);
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
89
typedef int32_t
Sint32
;
114
SDL_COMPILE_TIME_ASSERT(
sint32
, sizeof(
Sint32
) == 4);
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
89
typedef int32_t
Sint32
;
114
SDL_COMPILE_TIME_ASSERT(
sint32
, sizeof(
Sint32
) == 4);
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
89
typedef int32_t
Sint32
;
114
SDL_COMPILE_TIME_ASSERT(
sint32
, sizeof(
Sint32
) == 4);
/external/chromium/net/base/
x509_certificate_mac.cc
725
sint32
estTime;
[
all
...]
Completed in 90 milliseconds